pawelindustry Posted February 19 Share Posted February 19 I have a store on PrestaShop 8.1. I need a solution that allows a specific product to be purchased only in multiples of 5 units. Any ideas? Link to comment Share on other sites More sharing options...
pallavigodse Posted February 19 Share Posted February 19 Go to Back Office → Catalog → Products. Edit the specific product. Go to the “Quantities” tab. Set the “Minimum quantity” to 5. Save the changes. With this customers can purchase at least 5 units, but it won’t restrict them to multiples of 5. For enforcing multiples of 5, a custom JavaScript solution is needed. Link to comment Share on other sites More sharing options...
pawelindustry Posted February 19 Author Share Posted February 19 Now i have minimum quantity, but i don't have any idea how to make it with JS. Link to comment Share on other sites More sharing options...
El Patron Posted February 19 Share Posted February 19 maybe this will help, one of the off the shelf PrestaShop addon's make meet your requirements https://addons.prestashop.com/en/search?search_query=multiple+quantity Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now