Subscriber List

Open to all! Ask other shopowners for help.
Post Reply
LeeFoster
Contributor
Posts: 263
Joined: Sun Feb 28, 2021 9:41 pm
Phoenix Version: v1.0.8.20
Has thanked: 1 time
Been thanked: 5 times

Subscriber List

Post by LeeFoster »

Is there a way to see all News letter subscribers?

I was pretty sure there was but I can't find it and am starting to wonder if I imagined it.


Join The Code Co-op to get access to your library in the Code Co-op Forum
User avatar
Kofod95
Senior Contributor
Posts: 748
Joined: Sat Feb 06, 2021 7:38 pm
Phoenix Version: 1.0.8.20
Has thanked: 99 times
Been thanked: 179 times

Re: Subscriber List

Post by Kofod95 »

I think I have seen an addon generating a list, but I don't think it has ever been in core. Should however not be too bad to make a tool, fetching a list of the customers who are subscribed.. I'll gladly help as much as I can too make something like that, if you are interested?

//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide
LeeFoster
Contributor
Posts: 263
Joined: Sun Feb 28, 2021 9:41 pm
Phoenix Version: v1.0.8.20
Has thanked: 1 time
Been thanked: 5 times

Re: Subscriber List

Post by LeeFoster »

Kofod95 wrote: Fri Nov 12, 2021 11:45 am I think I have seen an addon generating a list, but I don't think it has ever been in core. Should however not be too bad to make a tool, fetching a list of the customers who are subscribed.. I'll gladly help as much as I can too make something like that, if you are interested?

//Daniel
Not seen an addon for it myself. Happy to work with someone building something though.
14Steve14
Senior Contributor
Posts: 922
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: Subscriber List

Post by 14Steve14 »

Gary coded something for me a while back for an older version (1.0.7.11) which added a button to the right column on the customers page that when clicked would export a list of email subscribers. It is a simple hook file added to includes/hooks/admin/customers and just exports first name, last name and email address. I use it to manually import customers into Mailchimp every week.
Omar_one
Senior Contributor
Posts: 677
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Subscriber List

Post by Omar_one »

on our Frozen shop we are using Mailchimp Module made by @burt and you don't need to import customers into Mailchimp .. the list will updated by if you set up Webhooks..
LeeFoster
Contributor
Posts: 263
Joined: Sun Feb 28, 2021 9:41 pm
Phoenix Version: v1.0.8.20
Has thanked: 1 time
Been thanked: 5 times

Re: Subscriber List

Post by LeeFoster »

Thanks all,

I created a modified version of the customers page to resolve the issue for the moment.
14Steve14
Senior Contributor
Posts: 922
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: Subscriber List

Post by 14Steve14 »

Omar_one wrote: Sat Nov 13, 2021 4:10 pm on our Frozen shop we are using Mailchimp Module made by @burt and you don't need to import customers into Mailchimp .. the list will updated by if you set up Webhooks..
I used to use the module supplied by @burt but never updated it after mailchimp updated their requirements.
Omar_one
Senior Contributor
Posts: 677
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Subscriber List

Post by Omar_one »

14Steve14 wrote: Sun Nov 14, 2021 4:46 pm I used to use the module supplied by @burt but never updated it after mailchimp updated their requirements.
I just checked our MailChimp as I get the list customers via two way one by the module (MailChimp module v3)by @burt and another way via popup (hook) I created and I see that our list in MailChimp comes from both way..

I am not sure if there is any plan to update the module to Phoenix.
14Steve14
Senior Contributor
Posts: 922
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: Subscriber List

Post by 14Steve14 »

Omar_one wrote: Sun Nov 14, 2021 7:03 pm
14Steve14 wrote: Sun Nov 14, 2021 4:46 pm I used to use the module supplied by @burt but never updated it after mailchimp updated their requirements.
I just checked our MailChimp as I get the list customers via two way one by the module (MailChimp module v3)by @burt and another way via popup (hook) I created and I see that our list in MailChimp comes from both way..

I am not sure if there is any plan to update the module to Phoenix.
Its something that I would look into but as I keep thinking of moving away from Phoenix, I keep thinking its not worth spending any money on. Trouble is I have not moved away yet so its getting to be a catch 22 sort of thing.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply