Re: Clearing my Products Completely
Deleting products and categories from admin does delete them completely, but it would take a long time to do with that number of products.
To do it through phpMyAdmin is pretty simple - but I'd make a backup first just in case the client changes their mind again.
From phpmyadmin, select the database so you see the complete list of tables.
Select each of the following tables:
products
products_description
categories
categories_description
products_to_categories
products_discount_quantity *
products_attributes *
products_attributes_download *
specials *
featured *
* only necessary if you have any data in them
Once they are all selected, use the dropdown at the bottom of the list and select EMPTY - that will delete all of the entires in the selected tables.
Neville
An assumption is what you arrive at when you get tired of thinking...