Azim Posted September 21, 2007 Posted September 21, 2007 hello, how can i change the text at the bottom, where it displays copyrights mystore.com powered by oscommerce and also how can i enter more contents or text in there.
jdballenger Posted September 21, 2007 Posted September 21, 2007 hello, how can i change the text at the bottom, where it displays copyrights mystore.com powered by oscommerce and also how can i enter more contents or text in there. Text can be changed in catalog/includes/languages/english.php - go to the last line 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>'); You should leave the link to osCommerce though - show your support. More text can be entered by adding to catalog/includes/footer.php - just depends what you want to add. Cheers, jeremy
Azim Posted September 22, 2007 Author Posted September 22, 2007 great, thanks for help. Any suggestions on how i can add an image at the bottom where it would show my ssl image/.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.