Zen Cart Logo
Forums / General Questions / One Product two different orders at the same time.

One Product two different orders at the same time.

Locked

Views: 1,110

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
3 Apr 2010, 7:44 PM
#1
rdenham avatar

rdenham

New Zenner

Join Date:
Jan 2008
Posts:
19
Plugin Contributions:
0

One Product two different orders at the same time.

Hi

I have just received two orders for the same item from two different people.

Problem being is that there was only one in stock.

What looks to have happened is the orders completed within seconds of each other and now the stock count is -1.

Using Paypal website payments pro.

First time this has happened in two year. Had the odd two identical orders from the same customer but not two completely different ones.

Any one got any ideas on how to stop this happening again.

Rob

4 Apr 2010, 4:05 AM
#2
daffy avatar

daffy

Zen Follower

Join Date:
Jul 2008
Posts:
114
Plugin Contributions:
0

Re: One Product two different orders at the same time.

It sounds to me as if it's just one of those things. If your site was taking credit cards so the entire transaction was handled by ZenCart, it probably would not happen. But because the customers are handed off to PayPal, it's a little more complicated. ZenCart doesn't have total control while the customers are over at PayPal.

What if PayPal denies payment from one of the two, or what if one customer gets through PayPal faster than the other? Programmers could invent a series of rules for these scenarios, but how are you going to tell a customer that has just PAID that now they cannot have what they paid for? It's probably better to let a human being take over at that point.

It's a fluke thing that two customers would pay for the exact same item at (almost) the exact same time. Probably won't happen very often.

That's my 2 cents anyway.

4 Apr 2010, 1:58 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: One Product two different orders at the same time.

Since Zencart removes stock from inventory after the transaction is complete, it's possible for two customers to place the one remaining item in their carts, then contuinue to shop. The first one to checkout gets the item, and, if you have Admin - Stock - Allow Checkout set to False, the other guy will see an out-of-stock message when he tries to check out.

4 Apr 2010, 2:08 PM
#4
rdenham avatar

rdenham

New Zenner

Join Date:
Jan 2008
Posts:
19
Plugin Contributions:
0

Re: One Product two different orders at the same time.

I have Allow Checkout set to false.