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...
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!
Would there be a way to set this as a default so it dopesn't have to be manually done with each new product. i have had 2 orders this week with customers ordering the same product twice[and they are digital products]. I have default as no quantity box so they must have placed in the same cart twice. I would love to be able to set so they cannot order more than 1.
Again, you would need to customize the code to check the customer's previous orders to see if a product has been purchased before ...
Are you trying to prevent the customer from buying more than once just because it is dumb? Or is there another reason that you need to do this?![]()
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!