hamzanatek
hamzanatek

Reputation: 404

how to limit cart products Prestashop

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:

screenshot

Upvotes: 1

Views: 274

Answers (1)

MAC
MAC

Reputation: 380

You can limit the cart product in upQuantity() function defined in cart-summary.js in your prestashop front theme folder.

Upvotes: 1

Related Questions