Does anyone know how we can set up an ecommerce system that can limit purchases to one per customer? We'd need to use PayPal. We are trying to sell tickets and limit the online purchases to one pair (two tickets) per customer.

Obviously we can limit the quantity, say in a drop down , to 2, but that would not stop people from repeating the process.

We'd be okay if they bought again using another name, but otherwise want to limit purchases to one time per customer.

Any suggestions are appreciated.
Thank you.

Recommended Answers

All 3 Replies

Member Avatar for LastMitch

Does anyone know how we can set up an ecommerce system that can limit purchases to one per customer?

This is a good question.

The solution is from your database. It really depend what platform you are using. You can filter your database by their info and preventing customers buying more than one or same item.

I wouldn't recommend a filter at all for any e-commerece website because you'll lost customers.

Use the Paypal "Buy Now" button. When you create your Buy Now button, in Step 3 select "No" for the option, "Let your customer change order quantities?"

Good one answer LastMitch. And i really appreciate your answer.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.