It looks like this is related to the validation done on the number entered. It is interesting that this only affected the initial order but didn't prevent the customer from changing the quantity on the cart. Does this mean that you can enter more than a certain number from the shopping cart?
At any rate, changing the productqty.limit property to 999. In another post, it was mentioned that the validation treats the number as a character string so that 3 is larger than 24.
This is essentially closed from my standpoint.
At any rate, changing the productqty.limit property to 999. In another post, it was mentioned that the validation treats the number as a character string so that 3 is larger than 24.
This is essentially closed from my standpoint.