Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can I change the CONDITION OF USE Link


Guest

Recommended Posts

Hello, Is it possible to change the Condition Of Use Link text to About Us, and have it go to the condition.php page, I have already changed the page to About Us, Just need to change the link Thank You

Link to comment
Share on other sites

Hello, Is it possible to change the Condition Of Use Link text to About Us, and have it go to the condition.php page, I have already changed the page to About Us, Just need to change the link Thank You

 

Look for this in your english.php file

 

// information box text in includes/boxes/information.php

define('BOX_HEADING_INFORMATION', 'Information');

define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');

define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');

define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');

define('BOX_INFORMATION_CONTACT', 'Contact Us');

 

Change the following line

 

define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');

 

to this

 

define('BOX_INFORMATION_CONDITIONS', 'About Us');

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...