Hi,
I've gone into languages/english/mytemplate/email_extras.php in order to globally change the copyright notice in the footer.
I changed this
to thisdefine('EMAIL_FOOTER_COPYRIGHT','Copyright (c) ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
define('EMAIL_FOOTER_COPYRIGHT', 'Copyright © 2008 <a href="http://www.empowermentsanctuary.com" target="_blank">Empowerment Sanctuary</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
My copyright notice on test emails still says:
Copyright (c) 2008 Zen Cart. Powered by Zen Cart
What am I doing wrong?



