I was wondering is it possible to make it so each product can only be purchased once by each user, and the product page wouldn't have the 'Add to Cart' option after the product was purchesd by them?
For a start u would need to make your links (add to cart) for registered users only
then once they are logged in a script to check if they have a confirmed order for this product .. if so don't show the add to cart
So I assume Virtuemart doesn't have an option for this?
No this needs custom code.
Regards
Jörgen @ Kreativ Fotografi
Well I thoguht this is a basic enough option to come with Virtuemart.
Thanks both of you for the answers!
This is most certainly not a basic option!
This need to be implemented by a filter,option or customfield, because this can be for the whole shop or only 1 product, some categories or manufacturer, can be for a period, only for some shopper groups or only for discounted product....
So this is not a so "basic" option but it's easy to do this with a customfield plugin if this is per product.