Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing ALL products.. - How?


Guest

Recommended Posts

Posted

How can I remove all the products from my store?

 

I dont really want to delete everything one-by-one..

 

Any help appreciated!

Posted

Access your database using a tool like phpmyadmin and run the following queries:

 

delete from products;

delete from products_descriptions;

delete from products_options;

delete from products_options_values;

delete from products_options_values_to_products_options;

delete from products_to_categories;

Posted

thanks for the speedy reply...

 

How do i run a querry in phpmyadmin?

 

Sorry for sounding thick ;o)

Posted

If you have a newer version of phpMyAdmin, there should be a series of tabs across the top. One is labeled "SQL". Enter your queries in the text box and click on go.

Archived

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

×
×
  • Create New...