Limit amount of times each user can purchase an item. #2307
Unanswered
andris-sevcenko
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a client that would like to be able limit the total number of times a customer could purchase a specific product. This is different than quantity, because instead of an overall pool of product, we want a user to be able to purchase a limited edition or beta product. Since it wouldn't really affect product quantities, it would only work with logged in systems, and not guest purchases, though I suppose you could still limit the purchases based on the order email address, even though that's easy to defeat.
In essence, when Customer A buy Product X once (or twice, who knows?) and returns to the product page, they see that Product X is no longer available to them, but Customer B could visit the product page and see Product X is available.
Beta Was this translation helpful? Give feedback.
All reactions