Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the text in the Information Box


Guest

Recommended Posts

Posted

Hi, I need to change the text of the 'condition us use' link in the Information box.

 

If anyone knows how to do it or even point me in the right direction that would be great.

 

Thanks

Posted

in file /catalog/includes/languages/english.php

 

Find the following line and change it to whatever you want:

 

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

Posted

Thanks Rick

:)

 

One more thing...

 

If I want to take out the MANUFACTURES box do I just delete this line

 

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

define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

 

or is there more to it?

 

Cheers

Posted

Thats all you do. Give it a go. Better would be to comment it out by placing two forward slashes in front of it. i.e.

 

// define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

 

That way the line is ignored and you can add the line back in whenever you want by removing the slashes.

 

Ben.

Archived

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

×
×
  • Create New...