an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > General Programming > Cart Option needs to be disabled
Last Post 2/12/2009 12:16:52 PM By Bahram. 2 replies.
2/11/2009 2:36:30 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Cart Option needs to be disabled
 
 
<div id="ctl00_ContentPlaceHolderMain_container_container_Block_180_ProductAction1_dvBuyBoxHeader" style="FONT-WEIGHT: bold">To buy, select
<div id="dvNotice">(Choose from options to the left)
 
This option/message is related to Demo site 
 
BAhram
2/11/2009 3:51:46 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Cart Option needs to be disabled
Search for "from options to the left" in the code and you will find where you can change it.
DotShoppingCart Staff
2/12/2009 12:16:52 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Cart Option needs to be removed Quantity need to be TextBox
 
This also includes the text : To buy, select
which come from another control .
 
They are in ProductActions.ascx
 
I did fixed it, and if you are going to fix it in your next release, Please make Quantity combo box wider,
Also if some one want the quantity more than 30 it does not work, it is better to be Text field rather than combo box.
 
Bahram