Jump to content

Cart limit


Recommended Posts

Hello, I need to add limit in the cart for some users: – User1: max can shop (in cart) 100 (The user1 can spend max 100$) – User2: max can shop (in cart) 200$ – User3: max can shop (in cart) 300$ This’s is just an ex. Can sombody help please? Thanks

Link to comment
Share on other sites

You would have to use customer groups in order to do it, as well as modify (or override) the CartController and add the conditions you need based on each group.

If the conditions are not met (IE too much in the cart already), you could skip the add to cart / quantity update function.

Link to comment
Share on other sites

  • 1 year later...
×
×
  • Create New...