- This topic has 4 replies, 4 voices, and was last updated 13 years, 7 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 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 › E-Mail to customers – Export customer data to a CSV file
Tagged: estore, export products, phpMyAdmin, wp_eStore_customer_tbl
Hi,
I would like to send my customers special offers.
Is it possible to mass export my customers emails oder so mass send emails to my customer through wp estore?
I donĀ“t want them to subscribe to an autoresponder.
Regards
Thomas
***** Danger, Will Robinson, Danger ***** Running With Scissors Ahead *****
Using phpMyAdmin look for and export the wp_eStore_customer_tbl table to a CSV file.
The first 3 fields of each record are first_name, last_name and email_address.
PHPMyAdmin is a good way to export any of your WordPress database table’s content to any format you like.
Recently, I have added an option in the “Manage Customers Menu” that allows you to export the customers data to a CSV file too. If you get a recent build of eStore from here you should see this option:
And how can I export my products?
Thank you!
PS In countries with slow internet connections like RSA one has to do as many things as possible locally and then export and upload.
From PHPMyAdmin find the table named wp_eStore_tbl. You can select that table and hit the export button which will let you export all the data (products data) to any format you want.