Post by yiyinlah » Thu Sep 30, 2010 4:55 am

Hi!

I have searched everywhere in this forum but I only see export/import product/category/catalog modules.
Sorry if I missed it out.

I would like to be able to export newsletters subscribers in CSV format.
But I do not know how.

Is there a way I could view all newsletters subscribers in admin?

Please kindly help me & reply, because this is important.
I do not want to use the default newsletter in admin.
I have my own newsletters services so I would like to export newsletters subscribers.

Thank you!
Last edited by i2Paq on Wed Oct 13, 2010 7:37 pm, edited 1 time in total.
Reason: Topic moved

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

Post by yiyinlah » Thu Sep 30, 2010 8:15 pm

Hello?

Anyone please??

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

Post by yiyinlah » Fri Oct 01, 2010 9:14 am

Can someone kindly help me?

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

Post by mystifier » Fri Oct 01, 2010 2:49 pm

It is very simple to export them yiyinlah, but it needs to be done from your database manager (usually phpmyadmin).

The query is simply:

Code: Select all

SELECT email FROM customer WHERE newsletter = 1
Once you have run the query, the export facility provides many formats including csv.

It ought to be possible to use the Opencart database as a direct datasource in any decent newsletter program but it wouldn't be difficult to write a Newsletter import/export based on the existing back-up/restore.

Free v1.4.9 Extensions: Default Specials | Improved Search | Customer Activity Report | Customer Groups | Royal Mail With Handling | Improved Product Page | Random Products | Stock Report | All Products


User avatar
Active Member

Posts

Joined
Tue May 18, 2010 5:15 pm

Post by sunburn1979 » Sun Jan 16, 2011 2:44 am

More typical data in email marketing would include first and last name along with email address for personalisation in your email campaigns.

you can use the following to pull the above data out of the db..

Code: Select all

SELECT firstname, lastname, email FROM customer WHERE newsletter = 1

New member

Posts

Joined
Thu Aug 13, 2009 4:36 pm

Post by michael2820 » Sun Nov 04, 2012 5:56 am

mystifier: thank you very much, been looking for this mysql command for weeks.

--- please reply only with verified data, that is: no 'I think', 'maybe' etc. ---


User avatar
Active Member

Posts

Joined
Sun May 15, 2011 8:16 pm
Location - Denmark OC 2102

Post by yiyinlah » Sun Nov 04, 2012 6:45 pm

Thank you so much everyone! :)

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

Post by josee225 » Wed Jun 25, 2014 3:31 am

This information is great thanks.

Could someone tell me how to add the Date Added to export?

Thank you!

New member

Posts

Joined
Tue Dec 27, 2011 10:42 pm

Post by zerojinx » Fri Dec 19, 2014 6:59 am

This was really useful information. I would also like to know how to add the Date Added information to the export.

Michael Bielaczyc
http://www.aradanicostumes.com
http://www.aradani.com


New member

Posts

Joined
Fri May 07, 2010 11:17 am

Post by Cue4cheap » Fri Dec 19, 2014 10:12 pm

zerojinx wrote:This was really useful information. I would also like to know how to add the Date Added information to the export.

Code: Select all

SELECT firstname, lastname, email, date_added FROM customer WHERE newsletter = 1
Mike

cue4cheap not cheap quality


Expert Member

Posts

Joined
Fri Sep 20, 2013 4:45 am
Who is online

Users browsing this forum: No registered users and 85 guests