I’m trying to limit resellers -I’d like to block people from buying more than 1 or 2 of some of my products when I’m running a promotion - is it possible? In discounts there’s no limit on number of items in general…
You will need to custom code the solution. I would suggest something like when clicking on add to cart you first make Ajax call to check for cart if item is already in cart you just stop the form from adding the product to the cart. Also I would suggest hiding the quantity buttons for that product in cart page.
Hi @BobbyMacCheese If you are still looking for a solution to this you can try using our Checkout Guardian App, wherein you can create a rule to restrict each customer to buying only 1 specific product, if he tries to add more than 1 he would be shown an error that he cannot buy more then 1 quantity. Plus if he tries to reorder then also the app would restrict if from buying the same.
You can modify the rules accordingly for each promotion.
Let me know if you find this suitable as per your requirment.
Thanks I actually tested it for another issue a couple of months ago, will take another look!