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!
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!
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
You should change it toCode:define('FOOTER_TEXT_BODY', 'Copyright © 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>');
I changed the color of the single quotes to make it obvious that it's not a ".Code:define('FOOTER_TEXT_BODY', '');
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
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!![]()