Jump to content

Is it possible to export customers' emails to CSV files?


Recommended Posts

Hi,

 

I'm running under Prestashop 1.5.4 version. I have a list of customers who order products from my website, and I'd like to know if it is possible to export this list to CSV file  so that I can save their email addresses in my webmail accounts and send them emails when required.

 

I'd also like to organize the CSV file by product so that I know who ordered what product.

 

How can I do that?

 

Thank you

Link to comment
Share on other sites

Hi

 

Another option is to export the tables separately using PHPMyAdmin. You would of course have to link up the spreadsheets manually, probably via customer id. If you are familiar with PHPMyAdmin, this should be a straightforward task. The tables you would want to export are:

 

- ps_customer

- ps_customer_message

- ps_customer_thread

- ps_orders

  • Like 2
Link to comment
Share on other sites

  • 2 years later...
×
×
  • Create New...