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,
|