Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing all of my products to re add new ones


fut

Recommended Posts

Posted

I have ~500 products so manual deletion through the admin panel is not an option unfortunately. Thanks for your help!

Posted

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!

Posted
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?

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...