Validation does not work when product is present multiple times
-
Hi,
I have a composite product with the following restrictions:
Minimum quantity: 12
Maximum quantity: 60
Group of: 12The validation is circumvented with the following steps:
* Add the product to cart with a quantity of 12.
* Add the same product with a quantity of 12.
* View cart
* Set the quantity for both positions to 6.This should fail as both products are below their minimum quantity.
br
The topic ‘Validation does not work when product is present multiple times’ is closed to new replies.