Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow minus button in Cart to remove items for items with minimum quantity restrictions #3579

Open
dan-menard opened this issue Aug 6, 2024 · 0 comments

Comments

@dan-menard
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant