Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing ALL products.. - How?


Guest

Recommended Posts

How can I remove all the products from my store?

 

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

 

Any help appreciated!

Link to comment
Share on other sites

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;

Link to comment
Share on other sites

thanks for the speedy reply...

 

How do i run a querry in phpmyadmin?

 

Sorry for sounding thick ;o)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...