- This topic has 8 replies, 6 voices, and was last updated 6 years, 1 month ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 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 › WP eStore General Questions › Export Products to CSV?
Tagged: csv, export, export inventory, product list
I have been able to import products as CSV but I was wondering if there is a way to export the product list as well?
Check the video tutorial here:
Now, you can export all the products data. You can also select what format you want to export it to (example: CSV, PDF, SQL etc)
It looks like the above vide link you provided is great for exporting and adjusting prices, etc. but I just need a simple way to export (.csv) the inventory of all products, the above link looks very complicated to have to do every time I want to export inventory. Sorry if I misunderstood the above video features.
It looks like this feature of exporting inventory would go under “Manage Products” but there is not export button. Any ideas?
Use phpMyAdmin to export the wp_eStore_tbl table. It will be the reverse of what the WP CSV to Database plugin does.
ok thank you.
Is the wp_eStore_tbl the only table that needs to be exported/imported in order to import the eStore products into a new install?
Yes, that is the table required by the CSV importer plugin.
Sorry, can you please just clarify – does the CSV importer plugin need to be used? Or can we just export wp_eStore_tbl via phpMyAdmin and then also import it via phpMyAdmin on the new install? Or it is better to use the CSV importer plugin?
You can just use PHPMyAdmin. You don’t need to use the CSV importer.