MNT Posted June 1, 2011 Share Posted June 1, 2011 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 More sharing options...
tomerg3 Posted June 1, 2011 Share Posted June 1, 2011 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 More sharing options...
TheRedFeathers Posted July 9, 2012 Share Posted July 9, 2012 Would modifying the CartController take a lot of doing? I would like to limit everyone on my site to a maximum spend of £2,000. Any help would be appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts