Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2010
    Posts
    29
    Plugin Contributions
    0

    Default Removing FOOTER_TEXT_BODY

    Hi,
    Can anyone tell me how to remove the FOOTER_TEXT_BODY that is appearing in the left side of my footer over the logo? I've removed it from my tpl_footer.php but it totally removes my footer image as well.. Thanks one and all!

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Removing FOOTER_TEXT_BODY

    It sounds like includes/languages/YOUR_TEMPLATE/english.php (where YOUR_TEMPLATE is the name of your custom template) was incorrectly edited.

    To remove the text, just remove the portion between the single quotes. If you remove the entire definition, files that use it will display the constant FOOTER_TEXT_BODY.

    If the information in the footer used to read something like

    Code:
    define('FOOTER_TEXT_BODY', 'Copyright &copy; 2003-2006 <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>');
    You should change it to
    Code:
    define('FOOTER_TEXT_BODY', '');
    I changed the color of the single quotes to make it obvious that it's not a ".
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Aug 2010
    Posts
    29
    Plugin Contributions
    0

    Default Re: Removing FOOTER_TEXT_BODY

    Got it!! Thanks a lot! Yes, I had removed the entire code there instead of just editing between the single quotes. Thanks for your help!

 

 

Similar Threads

  1. Replies: 22
    Last Post: 12 Jan 2015, 09:45 PM
  2. FOOTER_TEXT_BODY showing at the bottom of my page
    By huntleybill in forum General Questions
    Replies: 7
    Last Post: 8 Nov 2011, 05:18 PM
  3. Removing products without removing categories
    By stlnyc in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 24 Mar 2009, 10:59 AM
  4. Footer_text_body
    By xman888 in forum Basic Configuration
    Replies: 2
    Last Post: 4 Jun 2007, 06:59 AM

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