bubs Posted November 29, 2006 Posted November 29, 2006 http://indint.com/OScart/index.php I used the "basic design pack 1-9" in the contribututions section. I want to know how to change the name at the bottom of the page that says "Copyright © 2006 Parasite weights" parasite weights is the name of the store but not the name of the company. I want to change that to the name of the company.
♥14steve14 Posted November 29, 2006 Posted November 29, 2006 Check through your includes/languages/english.php file. The copyright text is in there. REMEMBER BACKUP, BACKUP AND BACKUP
bubs Posted December 1, 2006 Author Posted December 1, 2006 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>'); ?> how would I edit this so that the copyright is not of the store name but of "D+W Lure Co." ?
shooter-boy Posted December 1, 2006 Posted December 1, 2006 Replace ' . STORE_NAME. ' with whatever text you want, You don't need the quotes for plain text. Rob Rob Bell - Inspired Graphix Customising osCommerce in Australia, and the world! View my profile for web and email links. I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture. However viewing my profile may provide links to my website or something like that which you may find useful.
bubs Posted December 6, 2006 Author Posted December 6, 2006 Replace ' . STORE_NAME. ' with whatever text you want, You don't need the quotes for plain text. Rob great. thanks! that works well
Recommended Posts
Archived
This topic is now archived and is closed to further replies.