We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, we are using this awesome package and it working great. Thank you for developing this.
Just want to confirm that is there any way we can set limits on quantity of a product somehow?
Like we have only 5 products in store so user shouldn't be allowed to add more than 5.
The text was updated successfully, but these errors were encountered:
Hello,
For now, there's no possibility to somehow limit the amount of product in "Add to cart" form but you can write your own reducer for products (or rewrite part of https://github.com/olegnn/react-shopping-cart/blob/master/src/reducers/cart/products.js) to restrict the maximum count of product.
Sorry, something went wrong.
No branches or pull requests
Hey, we are using this awesome package and it working great. Thank you for developing this.
Just want to confirm that is there any way we can set limits on quantity of a product somehow?
Like we have only 5 products in store so user shouldn't be allowed to add more than 5.
The text was updated successfully, but these errors were encountered: