Zen Cart Logo
Forums / General Questions / change email copyright

change email copyright

Locked

Views: 1,729

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
9 Feb 2007, 2:05 PM
#1
Join Date:
Jan 2007
Location:
Akron, OH
Posts:
11
Plugin Contributions:
0

change email copyright

We are created a zen cart mod for a client and they dont care about the zen cart link on their index page, but they want it off the emails that they send to their customer. How do you change or edit that copyright in the footer of the emails?

This is the copyright
Copyright (c) 2007 Zen Cart. Powered by Zen Cart

I tried using the developers tool kit, but it could not find it. Any help would be much appreciated. Thanks!

9 Feb 2007, 5:21 PM
#2
bunyip avatar

bunyip

Totally Zenned

Join Date:
Sep 2004
Location:
Western Massachusetts
Posts:
2,361
Plugin Contributions:
1

Re: change email copyright

You'll find it defined in includes/languages/english/email_extras.php and in admin/includes/languages/english/email_extras.php

  define('EMAIL_FOOTER_COPYRIGHT','Copyright (c) ' . date('Y') . ' <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');
29 May 2007, 7:01 PM
#3
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: change email copyright

bunyip:

You'll find it defined in includes/languages/english/email_extras.php and in admin/includes/languages/english/email_extras.php

define('EMAIL_FOOTER_COPYRIGHT','Copyright (c) ' . date('Y') . ' <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');


Thankyou! From the poster and me! :yes: