Forum
Can you hide products from a user if they've already purchased it?
Is there anyway to only allow a logged in user to be able to view and buy a digital product once.
So if they have purchased a product and they go back to the product page... The product(s) that they have already purchased no longer appear
If you apply a product tag to the customer, you could then check for that tag on your sales page.
Would I have to do this for each product? Or is there a way to do this dynamically?
So if for example I have 4 products. A, B, C and D and A customer has purchased product B.
When they go back to the products page I want product B to be hidden.
Yes, I think you should be able to do that dynamically if you make the tag something you can derive from the product data such as the SKU
Thanks Drew
Could you or someone form the forum potentially help me out and give me an example of the code?