fut Posted January 5, 2007 Posted January 5, 2007 I have ~500 products so manual deletion through the admin panel is not an option unfortunately. Thanks for your help!
mtechama Posted January 5, 2007 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!
fut Posted January 5, 2007 Author 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?
davidinottawa Posted January 6, 2007 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.