Zen Cart Logo
Forums / General Questions / How to remove Powered by Zen Cart from e-mail?

How to remove Powered by Zen Cart from e-mail?

Locked

Views: 9,953

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
15 Jul 2008, 4:08 AM
#1
bhojpuria avatar

bhojpuria

New Zenner

Join Date:
Jul 2008
Posts:
1
Plugin Contributions:
0

How to remove Powered by Zen Cart from e-mail?

At the bottom of the e-mail, all our customer get this

Copyright (c) 2008 yoursite.com. Powered by Zen Cart

How can I remove this "Powered by Zen Cart" from here?

15 Jul 2008, 12:51 PM
#2
0be1 avatar

0be1

Totally Zenned

Join Date:
Sep 2004
Location:
Murfreesboro, TN
Posts:
479
Plugin Contributions:
0

Re: How to remove Powered by Zen Cart from e-mail?

I don't quite remember which file I modified so I would try both.

**admin/includes/languages/english/email_extras.php

or

**includes/languages/yourtemplatename/english.php

On the second one if you are not using the template overrides system (which hopefully you are) it would be in includes/languages/english.php

Try one of those and see if that takes care of your problem :smile:

Good Luck...

0be1

21 Jul 2008, 3:34 PM
#3
shah avatar

shah

New Zenner

Join Date:
Jul 2008
Posts:
2
Plugin Contributions:
0

Re: How to remove Powered by Zen Cart from e-mail?

Someone please help!!

How do I remove:

"Powered by Zen Cart Privacy Notice"

from thecatalogue moin page? and how do I made sure that the browser header states my company name and welcome rather than "Zen Cart!, the art of...."?

Thanks

Shah

21 Jul 2008, 4:26 PM
#4
0be1 avatar

0be1

Totally Zenned

Join Date:
Sep 2004
Location:
Murfreesboro, TN
Posts:
479
Plugin Contributions:
0

Re: How to remove Powered by Zen Cart from e-mail?

30 Jul 2008, 7:47 PM
#5
glowball avatar

glowball

New Zenner

Join Date:
Apr 2005
Location:
Westminster, CO
Posts:
19
Plugin Contributions:
0

Re: How to remove Powered by Zen Cart from e-mail?

0be1:

I don't quite remember which file I modified so I would try both.

**admin/includes/languages/english/email_extras.php

or

**includes/languages/yourtemplatename/english.php

I found that I had to change admin/includes/languages/english/email_extras.php before I would see the change in an email. Changing the files outside of Admin didn't change emails I was sending from Tools -> Send Email.

2 Nov 2009, 1:55 AM
#6
dainteegurl avatar

dainteegurl

New Zenner

Join Date:
Apr 2008
Posts:
12
Plugin Contributions:
0

Re: How to remove Powered by Zen Cart from e-mail?

I found the area to remove this, however, when I did, I got an error when trying to login to the admin portion of my site. It gave me a parse error and the exact line that was causing the problem.

I tried everything to remove this line from my emails but I cannot log into my admin area. What gives? :(

2 Nov 2009, 2:21 AM
#7
dainteegurl avatar

dainteegurl

New Zenner

Join Date:
Apr 2008
Posts:
12
Plugin Contributions:
0

Re: How to remove Powered by Zen Cart from e-mail?

In regards to my previous post I used the admin/includes/languages/english/email_extras.php to make my change.

I kept getting a parse error when trying to login to my admin area of my site afterwards. I had to put the original powered by zen in this file for it to work properly. Am I deleting too much?

This is what I'm taking out:
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>');