an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 4/24/2009 12:06:29 PM By lukezy. 3 replies.
4/23/2009 2:40:11 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Product Form
 Hi Luke,
 
- How can I remove this text : To Buy Select , It is totally related to a special customer and not is general 
- How Can I have Quantities mor than 30 , Why a combo box is used , a text field with default value 1 and Up/Down controls worked better.
 
Bahram
4/23/2009 9:23:22 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Product Form
You can customize the code.
DotShoppingCart Staff
4/24/2009 9:10:27 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Product Form
 I couldn't find the form or control  containing this :To Buy Select
Bahram
4/24/2009 12:06:29 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Product Form

Just do the string search against the entire solution and you will find the string in the resource file. And find the name "ToBuySelect". Search the name against the solution again and you will find Web\Store\ProductAction.ascx.cs.

<data name="ToBuySelect" xml:space="preserve">value>To buy, select {0}</value>data>

DotShoppingCart Staff