You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we shipped support for client side validation of quantity rules in cart, we started enforcing minimum quantity validations. This prevents having less than the minimum required amount in cart, which in turn means we can't use the minus button to remove items from cart.
Generally this is seen as a bug, and we should update the logic to remove validation for minimum quantities.
The text was updated successfully, but these errors were encountered:
When we shipped support for client side validation of quantity rules in cart, we started enforcing minimum quantity validations. This prevents having less than the minimum required amount in cart, which in turn means we can't use the minus button to remove items from cart.
Generally this is seen as a bug, and we should update the logic to remove validation for minimum quantities.
The text was updated successfully, but these errors were encountered: