Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Newsletter Disclaimers

Newsletter Disclaimers

Locked

Views: 1,046

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
28 Nov 2007, 9:28 PM
#1
av4tarnz avatar

av4tarnz

New Zenner

Join Date:
Mar 2007
Posts:
5
Plugin Contributions:
0

Newsletter Disclaimers

I'm working on layout changes for a clients Zen Cart site including email newsletters which display new disclaimers.
I've created my own variables, such as 'EMAIL_NEWSLETTER_DISCLAIMER', and have defined them in admin/includes/languages/english/email_extras.php and called them in email/email_template_newsletters.html.
I've also put the following line in includes/functions/functions_email.php:

if ($block['EMAIL_NEWSLETTER_DISCLAIMER']=='') $block['EMAIL_NEWSLETTER_DISCLAIMER'] = EMAIL_NEWSLETTER_DISCLAIMER;

But when it comes to testing, all I see is EMAIL_NEWSLETTER_DISCLAIMER and not its value in the received email.

What else do I need to do?

28 Nov 2007, 9:45 PM
#2
av4tarnz avatar

av4tarnz

New Zenner

Join Date:
Mar 2007
Posts:
5
Plugin Contributions:
0

Re: Newsletter Disclaimers

It's working now, hadn't uploaded my changes.