Zen Cart Logo
Forums / General Questions / Newsletter Unsubscribe

Newsletter Unsubscribe

Locked

Views: 2,809

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
7 Apr 2007, 9:21 PM
#1
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Newsletter Unsubscribe

Is there a way to remove it from the sidebox, but still keep it under my account?

8 Apr 2007, 6:59 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Newsletter Unsubscribe

Don't understand "keep it under my account" but

Admin > config > email options > Display "Newsletter Unsubscribe" Link? > set to false

8 Apr 2007, 11:25 AM
#3
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Newsletter Unsubscribe

if you do that it also removes it from your account page, so people cant unsubscribe from there

9 Apr 2007, 1:03 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Newsletter Unsubscribe

OH!!! the customers "my account" page.....

This file is overrideable - includes/modules/sideboxes/information.php - so make a copy for your template and find and comment the following out

  if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
    $information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>';
  }
9 Apr 2007, 1:06 AM
#5
cntgifts avatar

cntgifts

Totally Zenned

Join Date:
Sep 2005
Posts:
836
Plugin Contributions:
0

Re: Newsletter Unsubscribe

Thanks..........