an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > Changing Quantity to TextBox
Last Post 11/10/2010 3:06:54 PM By Bahram. 1 replies.
11/10/2010 11:57:03 AM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Changing Quantity to TextBox
 Hi Luke,
 
I want to change Quantity to Textbox. There is a flag in the code called EnableQunatityTextBox. 
Please tell me where in code I need to touch.
 
Thanks,
 
11/10/2010 3:06:54 PM
Bahram
Posts: 878
Joined: 12/8/2008
Location:Vancouver, BC Canada
Re: Changing Quantity to TextBox
 Hi Luke,
 
I did found in How to set MaxQuantity and Set To TextBox in Page Editor. But these are the problems or bugs I see:
 
1- Setting Max to a number like 999 and Qty filed to text box, still allows me to enter large numbers on edit it only checks after update the field. It is better to not let entering numbers greater than MAX on edit.
<br type="_moz" />
2-This Qty checking (between 1 .. MAX ) does not happen on Cart section, which it should. The only checking here is the Qty exceeds the stock amount.
<br type="_moz" />
3-Is there any Max Qty Order , settable for each item? so that on specific items orders can not exceed that number. i.e. How we can have Maximum Allowable Qty per Order for each Item.
 
 
Thanks,