Hi, I have a products with 2 variations, I would like the user to be able to buy just one variation of the product ever in a lifetime. I set up in product settings:
Sold individually-Limit purchases to 1 item per order
Apply “Sold individually” to variations – Enable this to only allow one of this product, even if it’s a different variation, to be bought in a single order.
And it works – user can by just one products’ variation within the session. But in the next session the same user is able to buy again the same product. How to manage it?
How can I manage that user will be able to buy the product just once? how the system will recognize that the user purchased the product already? By IP (what about users with dynamic IP)? or address? or card details?
-
This topic was modified 8 months, 3 weeks ago by Ewa Neumann.