noellieb Posted January 9, 2007 Share Posted January 9, 2007 I would like to know how to get rid off the "Copyright© 2003 osCommerce Powered by osCommerce " on the bottom of the of mysite. I could not find it in the the footer.php file.I was able to change osCommerce banner in thefooter.php but not the copyright. Can anyone help with this please? See www.tredies911.com. Thanks a bunch, Link to comment Share on other sites More sharing options...
Guest Posted January 9, 2007 Share Posted January 9, 2007 I would like to know how to get rid off the "Copyright© 2003 osCommerce Powered by osCommerce " on the bottom of the of mysite. I could not find it in the the footer.php file.I was able to change osCommerce banner in thefooter.php but not the copyright. Can anyone help withthis please? See www.tredies911.com. Thanks a bunch, Hey! Frankly, I used an ax! Barring that, you could go to catalog/includes/language/english.php at the bottom , you'll find a little goody that looks like this. define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>'); ?> While your there, it's a good time to change post code to zip code and suburb to street address 2. How day? M Link to comment Share on other sites More sharing options...
noellieb Posted January 9, 2007 Author Share Posted January 9, 2007 B)--> QUOTE(Michael B @ Jan 8 2007, 11:44 PM) <{POST_SNAPBACK}> Hey! Frankly, I used an ax! Barring that, you could go to catalog/includes/language/english.php at the bottom , you'll find a little goody that looks like this. define('FOOTER_TEXT_BODY', 'Copyright © ' . date('Y') . ' <a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . STORE_NAME . '</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>'); ?> While your there, it's a good time to change post code to zip code and suburb to street address 2. How day? M Thanks M but I got in trouble while making the change. I accidently click on reset while in admin mode and i lost the store www.trendies911.com/shop or /shop/index.php. Do you think the store is being reset and going to take until tomorrow to view the store again. or I totally mess up? Please help!! Link to comment Share on other sites More sharing options...
nvedia Posted January 9, 2007 Share Posted January 9, 2007 <<I accidently click on reset while in admin mode>> Hmm.... Do you have all the products in the database? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.