Limit 1 of each item being added to the basket #256
Unanswered
rogerg1967
asked this question in
Q&A
Replies: 1 comment
-
In terms of the BO settings we took care of the min quantity. Not the max qty. #236 Unless I'm overlooking an option, you'll have to create a solution in you're custom template as you mentioned or you could hook into one of the cart events with a plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to limit each product to only be added to the basket once?
We are using the system to allow customers to download templates. As such they will only ever need to add 1.
I am thinking of an if statement around the add to cart but wondered if there is a better solution.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions