Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change Text For Privacy Notice Link On Main Page


Guest

Recommended Posts

Posted

OK. this may be an easy question, but how do I change the "Privacy Notice" link text on the main page. I figured out how to change everything else. I want it to say "Privacy and Trademak"

Posted
OK. this may be an easy question, but how do I change the "Privacy Notice" link text on the main page. I figured out how to change everything else. I want it to say "Privacy and Trademak"

 

Hi, find catalog/includes/languages/english.php and find the following lines:

 

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

Posted

WOW, that was easy. Sorry, I'm going nutty looking at all this code.

Archived

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

×
×
  • Create New...