Zen Cart Logo
Forums / General Questions / Using external email newsletter system

Using external email newsletter system

Locked

Views: 4,661

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
12 Jul 2006, 10:45 PM
#1
mtndan avatar

mtndan

New Zenner

Join Date:
Jan 2006
Posts:
20
Plugin Contributions:
0

Using external email newsletter system

Hello,

When a user signs up for an account (or manages their account), I'd like to disable the Zencart newsletter functionality, and instead use that Y/N checkbox to trigger an external subscribe/unsubscribe script.

Has anyone done this? Where would I start? I have the code snippet to pipe the data to the external system...I need to know what zencart files to change though.

Thanks,
Dan

25 Jul 2006, 3:59 PM
#2
mtndan avatar

mtndan

New Zenner

Join Date:
Jan 2006
Posts:
20
Plugin Contributions:
0

Re: Using external email newsletter system

Hi, has nobody tried this?

Curious at least where I can start...

Thanks,
Dan

25 Jul 2006, 4:47 PM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Using external email newsletter system

includes/modules/YOURTEMPLATE/create_account.php is used to process account-creation details.
includes/modules/pages/account_newsletter/header_php.php is used to edit newsletter preferences

Or you could use the newsletter-subscribe contribution ...

22 Jul 2009, 7:29 PM
#4
pharry avatar

pharry

Zen Follower

Join Date:
Jun 2009
Posts:
131
Plugin Contributions:
0

Re: Using external email newsletter system

This is an old, old thread, but is exactly the question I have.

I use an email service, and have a pretty big mailing list. I want to keep this.

I'd like to just totally disable/hide the ZC mailing list, and put my own text/link in the main page body.

I've searched through the software add-ons, but don't see anything that I think will take care of it.

Any help?

22 Jul 2009, 11:22 PM
#5
pharry avatar

pharry

Zen Follower

Join Date:
Jun 2009
Posts:
131
Plugin Contributions:
0

Re: Using external email newsletter system

Ah-ha! A bit more searching and digging through the forums, and I found my answer.

23 Jul 2009, 1:35 PM
#6
crafterscafe avatar

crafterscafe

New Zenner

Join Date:
May 2009
Posts:
38
Plugin Contributions:
0

Re: Using external email newsletter system

so share, where did you find the information??? I would be interested in doing this. I had to right a php file that would search for newsletter Y then cut and paste data to my constant contact files.

23 Jul 2009, 4:27 PM
#7
pharry avatar

pharry

Zen Follower

Join Date:
Jun 2009
Posts:
131
Plugin Contributions:
0

Re: Using external email newsletter system

Basically all I wanted to do was remove the Subscribe/Unsubscribe link from my home page, and not offer the newsletter subscription as part of the account setup.

Here's what I've done:

  • Disable newsletter signup at account registration (Admin > Configuration > Show Newsletter Checkbox)

  • Removed the subscribe/unsubscribe link from the home page (Admin > E-Mail options > Display Newsletter Unsubscribe Link)

  • Created an EZ-Page to link to a page explaining my newsletters and providing the link to subscribe/unsubscribe

4 Sep 2009, 3:09 AM
#8
christymreed avatar

christymreed

Zen Follower

Join Date:
May 2009
Location:
Kelso, WA
Posts:
132
Plugin Contributions:
0

Re: Using external email newsletter system

Thanks! That helped me a lot!:D

10 Sep 2009, 6:58 PM
#9
erinrado avatar

erinrado

New Zenner

Join Date:
Sep 2009
Posts:
3
Plugin Contributions:
0

Re: Using external email newsletter system

I just installed v1.3.8 and I want to disable the newsletter feature too because I use Constant Contact. I've been through every Admin configuration, but I can't find a way to turn off the Newsletter feature and remove it from my site map. Does anyone have any current info? My site is located at https://www.ravensdaughter.com/celtic.
Thanks

10 Sep 2009, 7:55 PM
#10
pharry avatar

pharry

Zen Follower

Join Date:
Jun 2009
Posts:
131
Plugin Contributions:
0

Re: Using external email newsletter system

See my solution two posts above yours - I would think this would work for you. It sounds like you are wanting to do the same thing I did.

20 Sep 2009, 2:23 AM
#11
jwnichols3 avatar

jwnichols3

New Zenner

Join Date:
Sep 2009
Posts:
1
Plugin Contributions:
0

Re: Using external email newsletter system

Hi - In 1.3.8 the preferences are in the Admin console under "Configuration > Customer Details" and change "Show Newsletter Subscription" to 0.