- This topic has 1 reply, 2 voices, and was last updated 14 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Delete products
Ok so say there are 100 items in the estore but I want to start over and not have to delete them one by one is there a way to clear it all short of uninstalling the app? I searched but did not find the answer here in the forums.
Thanks David
There is no magic button but the easiest way is to delete the products database table.
How to delete the WP eStore’s database tables
Go to “PHPMyAdmin” from your cPanel and open the wordpress database.
Find the wp eStore tables and delete them (you can search for “wp_eSore” on this page to find all the tables created by the wp eStore plugin).
When you select a table and you want to delete it don’t look for a “delete” button as you will find none. Look for “Drop” or “Empty” button and use them. Dropping a table means deleting a table in MySQL.
Once you have deleted or emptied out the tables you can reinstall the plugin and it will be a fresh start.
If this sounds like too much then let me know and I will try to add a “Magic Delete All” button in eStore.