If you have changed your cart quantity box from a drop down list to a text box you may have noticed that you are only able to enter two digits in the text box. If you would like to increase or decrease the allowed number of digits that can be entered follow the instructions below.
- You will need to know the name of the template that you are currently using. This can be found out by going to the control panel of your shopping cart, and then clicking the blue Store Design link at the top of the page.
- You will now need to edit this file, replacing [template] with the name of the current template that you are using. [shopping cart root]/templates/[template]/Snippets/CartItemQtyText.html.
- Find in the code where it says maxlength= and edit the number currently after the statement.
- You can also adjust the size of the text box if so desired inside this file.
- Save any changes made, and then view the changes in your shopping cart.
Note: These changes will be over written any time you update the template using the control panel.