Sir Lance Posted October 30, 2008 Posted October 30, 2008 Hi When the inventory for one of my products get to zero, I would like to display the OUT OF STOCK / ON ORDER, to inform the user that the part is still available (some time in the future). Currently when the inventory goes to zero, the product cannot be searched, which is no good for me :( In my admin config, I set Mark product out of stock to OUT OF STOCK / ON ORDER. But this does nothing ? so OK what have I done wrong (again). The product 6001 just ran out at my RC store, yet I can't even see it : http://myrc.com.au/catalog/advanced_search...p?keywords=6001 Regards SL
Sir Lance Posted November 1, 2008 Author Posted November 1, 2008 Hi When the inventory for one of my products get to zero, I would like to display the OUT OF STOCK / ON ORDER, to inform the user that the part is still available (some time in the future). Currently when the inventory goes to zero, the product cannot be searched, which is no good for me :( In my admin config, I set Mark product out of stock to OUT OF STOCK / ON ORDER. But this does nothing ? so OK what have I done wrong (again). The product 6001 just ran out at my RC store, yet I can't even see it : http://myrc.com.au/catalog/advanced_search...p?keywords=6001 Regards SL Hi I am wondering whether anyone has a responce for this questinon ??
♥geoffreywalton Posted November 1, 2008 Posted November 1, 2008 Have you looked at the shop's admin settings to see how out of stock should be treated? Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Sir Lance Posted November 1, 2008 Author Posted November 1, 2008 Yeah I have Check stock level true Subtract stock true Allow Checkout false Mark product out of stock SOLD OUT / ON ORDER Stock Re-order level 5 Are there some other settings I am missing ? SL
Sir Lance Posted November 11, 2008 Author Posted November 11, 2008 Bump Hi I can anyone help me display the OUT OF STOCK while customers are viewing the product. Currently the customer only gets that message when they go to check out the item. They get the following type of message in their What's In My Cart? 06001 / 6001 Chassis *** SOLD OUT / ON ORDER *** $19.00 Products marked with *** SOLD OUT / ON ORDER *** dont exist in desired quantity in our stock. Please alter the quantity of products marked with (*** SOLD OUT / ON ORDER ***), Thank you SL
♥geoffreywalton Posted November 12, 2008 Posted November 12, 2008 You probably need to put some code like if (STOCK_CHECK == 'true') { $stock_check = tep_check_stock($products[$i]['id'], $products[$i]['quantity']); if (tep_not_null($stock_check)) { $any_out_of_stock = 1; $products_name .= $stock_check; } } In product_info.php Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
jhande Posted November 12, 2008 Posted November 12, 2008 Hi When the inventory for one of my products get to zero, I would like to display the OUT OF STOCK / ON ORDER, to inform the user that the part is still available (some time in the future). Currently when the inventory goes to zero, the product cannot be searched, which is no good for me :( In my admin config, I set Mark product out of stock to OUT OF STOCK / ON ORDER. But this does nothing ? so OK what have I done wrong (again). The product 6001 just ran out at my RC store, yet I can't even see it : http://myrc.com.au/catalog/advanced_search...p?keywords=6001 Regards SL This thread covers what you need - http://www.oscommerce.com/forums/index.php?showtopic=320657 ;) - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -
Sir Lance Posted November 23, 2008 Author Posted November 23, 2008 This thread covers what you need - http://www.oscommerce.com/forums/index.php?showtopic=320657 ;) Whoops just realised I did not respond to this thread. Installed Add on - and works like a dream. Thankyou SL
jhande Posted November 24, 2008 Posted November 24, 2008 You're welcome. Glad to hear you got it working ok. ;) - :: Jim :: - - My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -
Recommended Posts
Archived
This topic is now archived and is closed to further replies.