stock quantity problems in special cases
-
Hello,
Your plugin is very good and nice, but we are facing the following problem:
Suppose we have originally 30 items of product A, 8 of them in customers’ baskets. So, we still have 22: (30-8=22 items).
If a customer (suppose named customer1) added 3 items of product A to his basket, and another customer (suppose named customer2) added 7 items of the same product A to his basket.
Till now, everything is correct and ok, we should now have 30-8-3-7=12 items of product A.
The problem starts when customer1 or customer2 tries to increase the amount in his basket.
In this case, the basket allows him to increase the quantity to an amount more than 12 (exactly, to the max amount available at the moment he added the item to his basket the first time, which is 30-8=22 for customer1 and 30-8-7=12 for customer2, and consequently, if customer1 increased the quantity to 22 and checked out, then the item (product A) in the basket of customer2 will shows “out of stock” and force customer2 to remove it from his basket before allowing him to continue to checkout the other items in his basket)
This behavior appeared several times with different customers and different items and took a long time before we understood the exact situation.
Note that: All that happens before the time expiry in both baskets.
So, would you please solve the problem if it is in your plugin or guide us to solve it if not?
Thank you
- The topic ‘stock quantity problems in special cases’ is closed to new replies.