andized Posted December 4, 2005 Posted December 4, 2005 Hi, i found a bug in the stock tracking feature of qt pro. before a customer adds a product into his shopping cart, there is a check, if the product is still available, but there is no check, when the customer checks out and finishes his order. this can lead to the following problem: if there is only 1 piece of a product available, 2 people can add it to their cart at the same time and finish the order. the stock count of the product is decreased from 1 to -1 and both customers ordered the product (if this product was a unicum the shop owner has a problem now, since both customers already got their confirmations). anybody else experienced that problem or knows how to fix it? regards, AndiZed
♥Vger Posted December 4, 2005 Posted December 4, 2005 Look in the support thread for QT Pro in the Contribution Support Forum. Also, make sure that in your osC admin panel under Configuration --> Stock --> Allow checkout that this is set to false. This disallows checkout if there are none of those items in stock. Vger
andized Posted December 5, 2005 Author Posted December 5, 2005 Also, make sure that in your osC admin panel under Configuration --> Stock --> Allow checkout that this is set to false. This disallows checkout if there are none of those items in stock. i set this to false, the problem is, that the shopping cart doesnt realize, that the product is sold out. but i think i will have to ask this question again in the qt pro section AndiZed
Recommended Posts
Archived
This topic is now archived and is closed to further replies.