Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hi again i need more help :)


maggz

Recommended Posts

Posted

I need to change the Conditions of Use notice to Terms & Conditions

 

And change Shipping & Returns to delivery and returns

 

Anyone know how i can change it do i have to change it in the menu and rename the file?

 

Thanks

 

karl

Posted
I need to change the Conditions of Use notice to Terms & Conditions

 

And change Shipping & Returns to delivery and returns

 

Anyone know how i can change it do i have to change it in the menu and rename the file?

 

Thanks

 

karl

 

You would change this in these files:

 

/catalog/includes/languages/english.php
define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');
define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns');

 

/catalog/includes/languages/english/conditions.php
define('NAVBAR_TITLE', 'Conditions of Use');
define('HEADING_TITLE', 'Conditions of Use');

 

/catalog/includes/languages/english/shipping.php
define('NAVBAR_TITLE', 'Shipping & Returns');
define('HEADING_TITLE', 'Shipping & Returns');

 

-Miserlou

Archived

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

×
×
  • Create New...