I want to sell an item as a one time sale in my store but I want to limit this one item. I only want to sell one per customer. Everything else in the store they can purchase as many as they want.
Any help would be appreciated.
I want to sell an item as a one time sale in my store but I want to limit this one item. I only want to sell one per customer. Everything else in the store they can purchase as many as they want.
Any help would be appreciated.
if you go into your catalog, than categories, select the product you want to limit, you will find an option "Product Qty Maximum:"
If you set this to "1" the customer should only be allowed to buy one of this specific product...
Thank you very much.
NOTE: that prevents more than 1 per order but will not stop them from buying again in another order ... is that a problem?![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Afraid not ... in order to check that the customer only buys 1 for forever ... you would need to add some custom code to check the orders_products table for the customer to see if the product is already ordered and if so, disable the Add to Cart for it ...
This is not impossible to do, but it will require custom coding ... have you got your coder's hat on?![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!