fut Posted January 5, 2007 Share Posted January 5, 2007 I have ~500 products so manual deletion through the admin panel is not an option unfortunately. Thanks for your help! Link to comment Share on other sites More sharing options...
mtechama Posted January 5, 2007 Share Posted January 5, 2007 are you saying that you want to delete the items at the sametime? The quickest way is delete them from the Database itself not from the Admin of osCommerce Wade Morris Amarillo, Texas Before you do any changes on your site you need to do BACKUP! BACKUP! Link to comment Share on other sites More sharing options...
fut Posted January 5, 2007 Author Share Posted January 5, 2007 are you saying that you want to delete the items at the sametime? The quickest way is delete them from the Database itself not from the Admin of osCommerce What command would I have to use do delete all of my products(items?) from the database? Link to comment Share on other sites More sharing options...
fut Posted January 6, 2007 Author Share Posted January 6, 2007 Anyone? Link to comment Share on other sites More sharing options...
davidinottawa Posted January 6, 2007 Share Posted January 6, 2007 I have ~500 products so manual deletion through the admin panel is not an option unfortunately. Thanks for your help! from phpMyadmin - first back up your product table : SELECT * INTO products_backup FROM products then delete everything from products : delete from products that's it. david in ottawa Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.