mauimike Posted September 19, 2002 Share Posted September 19, 2002 I'm sorry if this is a double posting - thought I'd posted it yesterday but don't see it listed. Can anyone point me to where inventory is depleted following a sale? Thanks in advance. Link to comment Share on other sites More sharing options...
Guest Posted September 19, 2002 Share Posted September 19, 2002 I'm sorry if this is a double posting - thought I'd posted it yesterday but don't see it listed. Can anyone point me to where inventory is depleted following a sale? Thanks in advance. If you set the 'subtract stock' to true in admin > stock it will, otherwise not. Link to comment Share on other sites More sharing options...
mauimike Posted September 19, 2002 Author Share Posted September 19, 2002 Thank you. I was looking for the place in the code where that is applied. Link to comment Share on other sites More sharing options...
gnehc Posted September 24, 2002 Share Posted September 24, 2002 checkout_process.php I see a line " if ($stock_left < 1)" I've modified my product_listings.php and product_info.php (amongst others) not to show the in_cart or buy_now button if product_quantity is 0 (etc). So, it's ok with me that the item shows instead of being disabled. Hope that is the only spot where it does the update. :-o Thank you. I was looking for the place in the code where that is applied. Link to comment Share on other sites More sharing options...
mauimike Posted September 24, 2002 Author Share Posted September 24, 2002 Thanks. I found it after I downloaded v2.2. I'm doing something similar, but quantities will be based on product options combintaions and their availability. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.