Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1

    Default Remove email footer

    I've searched here in the help, and I can't find out how to remove the "Copyright Zen Cart..." text from the footer of emails sent from ZC, I'm using my own graphics in the emails, so it's my understanding that this is allowed. I tried includes/languages/english.php, and that didn't work.

  2. #2
    Join Date
    Nov 2007
    Location
    Burney, CA. USA
    Posts
    131
    Plugin Contributions
    4

    Default Re: Remove email footer

    Quote Originally Posted by Blake81 View Post
    I've searched here in the help, and I can't find out how to remove the "Copyright Zen Cart..." text from the footer of emails sent from ZC, I'm using my own graphics in the emails, so it's my understanding that this is allowed. I tried includes/languages/english.php, and that didn't work.
    [YOUR_ADMIN_LOCATION]/includes/languages/english/email_extras.php

    Line #39 (at least on my copy of Zen Cart 1.3.8a).

    For future Reference, use...
    Admin > Tools > Developers Tool Kit

    and search for the constant you which to change (constants are in all upper case), in this instance what you wish to change is the Constant: EMAIL_FOOTER_COPYRIGHT

    when you find a constant you wish to change leave off the "$" at the front should it have one (otherwise Zen Cart's Developers Took Kit seems to be unable to find what you are looking for.)

    I'm using my own graphics in the emails, so it's my understanding that this is allowed.
    You have to change ALL aspects of the template used in-order to Remove the Zen Cart portion from any portion of your website. The change I made was fixing it so the Copyright is mine, but references Zen Cart like this:
    Code:
    define('EMAIL_FOOTER_COPYRIGHT','Copyright &copy; ' . date('Y') . ' <a href="http://www.shopwells.com.com" target="_blank">ShopWells.com</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>');

  3. #3

    Default Re: Remove email footer

    I searched for that constant, and it couldn't find it. I also made the changes to the file you mentioned, and the footer is still the same.

  4. #4
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Remove email footer

    try includes\languages\english\email_extras.php

  5. #5

    Default Re: Remove email footer

    DWells already suggested that, and that's what I tried.

    [YOUR_ADMIN_LOCATION]/includes/languages/english/email_extras.php

  6. #6
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Remove email footer

    admin\includes\languages\english\email_extras.php
    and
    includes\languages\english\email_extras.php
    are two different locations.

  7. #7
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: Remove email footer

    Hi, did you find a solution to this, as im having the same trouble, im altering that file and it makes no difference, however there is one in the admin admin\includes\languages\english and if you alter that it does make a difference however i have been informed that i cant have an overide in the admin area

    rob

  8. #8

    Default Re: Remove email footer

    No, I never got this to work. I made the changes and it corrupted the email footer.

  9. #9
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: Remove email footer

    I have mine sorted now, i changed both email-extras.php files

    /includes/language/english/overidefolder/email_extras.php

    and also

    includes/languages/english/email_extras.php

    All seems to be fine

    you say yours has corrupted? Can you not copy the original files back to the server and start again, i nearly removed a ' at the end that would of corrupted mine

    Is there anything i can help with

    Rob

  10. #10

    Default Re: Remove email footer

    Quote Originally Posted by RobWUK View Post
    I have mine sorted now, i changed both email-extras.php files

    /includes/language/english/overidefolder/email_extras.php

    and also

    includes/languages/english/email_extras.php

    All seems to be fine

    you say yours has corrupted? Can you not copy the original files back to the server and start again, i nearly removed a ' at the end that would of corrupted mine

    Is there anything i can help with

    Rob
    Thanks for offering to help, Rob. That's what I ended up doing...putting the original file back. Everything is working fine now. Maybe I'll give it a try changing both files. Thanks.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Remove EZ-Pages footer
    By Ivanna in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Jul 2011, 03:42 PM
  2. Remove Footer Home
    By naz1228 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Dec 2010, 11:07 AM
  3. email footer
    By keystonewebworks in forum General Questions
    Replies: 2
    Last Post: 25 Oct 2007, 04:16 AM
  4. Replies: 3
    Last Post: 28 Mar 2007, 02:39 AM
  5. Remove Entire Footer
    By downliner in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Dec 2006, 03:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg