Hi,
I'm using Zencart v1.3.8a
I'm trying to add an additional variable in the email templates, located in /email folder. I am replacing the HTML header code with . This is so I can edit the header in one place without having to update all the email templates.
And then in the /admin/includes/languages/english/email_extras.php file I add the code;
Code:
define('EMAIL_HEADER','<a href=\"www.blah.com\">... </a>');
However upon receiving an email, the email displays $EMAIL_HEADER instead of the intended code.
Do I need to add more code somewhere else?? Thanks in advance.