I can’t figure out how to validate the sum of variable products on the cart and block checkout if the total doesn’t meet the min–it lets it right through.
We sell variable products and we want the validation of all variable quantities to occur on the cart before going to checkout. Ex. we have min set on main product to 10. I want to allow a user to add 5 of one variation and 5 of another, with no Add to cart validation since it doesn’t know the total yet. But if I just add 5 of one variation, it lets me check out with no errors or blocking. So something is not working as intended.
I have “Sum variations” “Cart notices” (error) and “Block check out” ON. “Add to cart” validation is OFF since again, we want the validation to occur in the cart as there could be multiple “add to cart” actions for each variation to get to the minimum allowed.
-
This topic was modified 1 year, 9 months ago by
Omar Dabbas.