Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Add Text and Link under Copyright


sipps

Recommended Posts

Can anyone tell me how to add a line of text with a link under the copyright notice at the bottom? I'm trying to add a line that says website managed by: with a link to my company. Thanks in advance.

Link to comment
Share on other sites

Can anyone tell me how to add a line of text with a link under the copyright notice at the bottom? I'm trying to add a line that says website managed by: with a link to my company. Thanks in advance.
Look for this line in the includes/lanugages/english.php file
define('FOOTER_TEXT_BODY', 'Copyright © 2003 <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a>');

And change it to

define('FOOTER_TEXT_BODY', 'Copyright © 2003 <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>Powered by <a href="http://www.oscommerce.com" target="_blank">osCommerce</a><br>
Website Managed by: <a href="http://www.yoursite.com" target="_blank">Some Company</a');

Your line may be a little different but the above should still work.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...