I'm having the same problem with the red asterisk * after changing productqty.limit to anything less than 999. For example:
productqty.limit = 100
Product XYZ has 6 Models
productqty.limit = 100
Product XYZ has 6 Models
- Adding a Quantity of 10 works fine.
- Attempting to add a Quantity of 11 results in the red asterisk. No more products are added to the cart, and no error message (aside from the * ) is displayed.
-
HOWEVER, if I reduce the Quantity to 10, I can add ANOTHER 10 items to the cart. I can continue to add products to the cart, but only 10 at one time.