Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Text in Information Box


Guest

Recommended Posts

Posted

Hi and thanks in advance for your help!

 

In the information box page in the left column of the index.php page, I want to change the text "Contact Us" to "Contact" and change the text "Conditions of Use" to "Terms"

 

I cannot figure out how to do this? I've looked in all the related files and I can't find anything...

 

I'm also trying to figure out how to change the breadcrumb names for this as well, and I can't find that either...

 

Carrie

Posted

/catalog/includes/languages/english.php

 

Look for these. Change as desired.

 

// 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');

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...