Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can't work this out!


Guest

Recommended Posts

I've changed the text in the main body but can't change the titles in the infoboxes. For example, under 'Information' i would like to change 'Conditions of use' to 'Business Terms' but i don't know where :( . I've also added a contribution which is another infobox called info_pages which has a infobox title also called 'Information' but can't work out where to change this.

 

I'm stuck!

I'd appreciate any help.

Thanks in advance

Link to comment
Share on other sites

I've changed the text in the main body but can't change the titles in the infoboxes.  For example, under 'Information' i would like to change 'Conditions of use' to 'Business Terms' but i don't know where :( .  I've also added a contribution which is another infobox called info_pages which has a infobox title also called 'Information' but can't work out where to change this.

 

I'm stuck!

I'd appreciate any help.

Thanks in advance

 

 

includes/languages/english.php

 

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

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

change this:

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

 

to this:

define('BOX_INFORMATION_CONDITIONS', 'Business Terms');

 

do string searches of your entire site to find code. But first read the install instructions for your contribution.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...