Reputation: 404
I am using Prestashop 1.6 and I want to limit the total number of products in the cart.
For example I can't add a product for more than 3 times:
Upvotes: 1
Views: 274
Reputation: 380
You can limit the cart product in upQuantity()
function defined in cart-summary.js
in your prestashop front theme folder.
Upvotes: 1