I need to export DORMANT CUSTOMER data from Send Email To Customers BUT i cant find it in PHPMyAdmin to export it. I know i can send them an email from: Send Email To Customers but i don't want to do it that way!
Any ideas
I need to export DORMANT CUSTOMER data from Send Email To Customers BUT i cant find it in PHPMyAdmin to export it. I know i can send them an email from: Send Email To Customers but i don't want to do it that way!
Any ideas
Sorry, I'm not enough of an expert in the database to help you. It ought to be possible to write a SQL query to retrieve customer addresses where the last order associated with the customer is "x" date or days ago.
Um ... what exact data is it which you want to export? And why? What are you planning to do with that data?
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donations always welcome: www.zen-cart.com/donate
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
The OP had pm'ed me with a little more detail. He wanted to send these "dormant" customers an e-mail message without spamming all of his current customers.
1. Write a new, or adapt an existing, query in the query_builder table of the database. Best not to directly edit the existing default entries.
2. Then use the Email Address Exporter addon to pull the email addresses out for use in another system.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donations always welcome: www.zen-cart.com/donate
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Bookmarks