Quote Originally Posted by nobbyryan View Post
I am quite familiar with ZenCart. This isn't the first time I've used it and I have searched with the Developers Tool Kit for what seems like ages! Still nothing.

The site is still a work in progress, but if you look at http://www.emotees.co.uk you'll see at the bottom right it has the 'Free ZenCart jQuery Theme By ZenCart-Jquery.com' but if you 'view source' it's not there.

I've noticed it's not on your site justinhunt. All I can think is it's some sort of tracker script that's pulling the info in from the external site.

N
Hope this helps, what you are looking for is called by a define in php "FOOTER_TEXT_BODY". if you want to edit your footer information it would be located in the english.php file located in includes/languages/YOUR_TEMPLATE/english.php, around line 18 you will find " define('FOOTER_TEXT_BODY', 'Copyright &copy; ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart</a>.&nbsp;<a href="http://zencart-jquery.com" target="_blank">Template By ZenCart-jQuery</a>.');" delete the part that i have colored in red or edit as u wish. you can search your site with Developers Tool Kit, just search for FOOTER_TEXT_BODY.

I hoped this helped you