webosco Posted October 17, 2012 Posted October 17, 2012 Hi, Is it possible to mark all the items in the store "out of stock" with the push of a button? It is very tedious to mark every single item one by one. Also, when I mark an item "out of stock" it is hidden automatically. I don't want this. I want the out of stock items to stay but say "out of stock" (like in Amazon). Is this possible? I am not sure which osCommerce version I am working on but it says "Copyright © 2003 osCommerce" in the footer. Thank you.
Guest Posted October 17, 2012 Posted October 17, 2012 @@webosco You more than likely have an RC1 or RC2a cart and you could consider any of the following stock management contributions: http://addons.oscommerce.com/info/558 http://addons.oscommerce.com/info/2415 http://addons.oscommerce.com/info/5307 Chris
webosco Posted October 17, 2012 Author Posted October 17, 2012 Hi Chris, I figured that my version is "osCommerce 2.2-MS2" from the "admin/includes/application_top.php" file. Is this a very old version? Do you think it would be better to upgrade it to the latest version? Is the upgrade process too complicated? Thanks.
burt Posted October 17, 2012 Posted October 17, 2012 Hi Chris, I figured that my version is "osCommerce 2.2-MS2" from the "admin/includes/application_top.php" file. Is this a very old version? Do you think it would be better to upgrade it to the latest version? Is the upgrade process too complicated? Thanks. 2.2ms2 is 9 years out of date - it was released December 2003. Depending on the theme and what addons you want to retain, the upgrade can take anywhere between 10 minutes and 10 days (for a developer). The latest one I did went from 2.2rc2a (released January 2008) to 2.3.3 and that took 4 days. If you can afford the expense (either money, or your time if you do it yourself), then you should upgrade. Your original question can be answered by a simple SQL command; update products set products_status = '0'
Recommended Posts
Archived
This topic is now archived and is closed to further replies.