Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information box


feri

Recommended Posts

Posted

which PHP page do i go to change the link text in the information box?? :( Can any one please help me...

 

i search for it in the forum but could not find it...

Posted

anybody please? I know you are busy answering bigger question..don't leave the little guy here...

Posted

go to catalog/includes/languages/english.php, look for the lines that begin with this:

 

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

 

Under that, you'll find the lines to change the text.

 

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

 

Change them to whatever you want, ex:

 

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

9 times out of 10 its a PEBCAK Error (Problem exists between chair and keyboard)

 

Replace that and you're fine...

Archived

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

×
×
  • Create New...