Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I rename condtion of use


roroeow7

Recommended Posts

Hello Guys,

 

I just started using oscommerece and my store needs no condition of use. I would like to make say other sites and use to have links to other sites of intrest. How would I go about making this change.

 

thanks.

Link to comment
Share on other sites

It all depends on what version you are using. In most cases go to the languages file of the relavent section and edit the file. So if you are refering to official stock osC then it's the information box so go to

public_html-Official/includes/languages/english/modules/boxes/bm_information.php

edit as required

define('MODULE_BOXES_INFORMATION_TITLE', 'Information');
  define('MODULE_BOXES_INFORMATION_DESCRIPTION', 'Show information page links');
  define('MODULE_BOXES_INFORMATION_BOX_TITLE', 'Information');
  define('MODULE_BOXES_INFORMATION_BOX_PRIVACY', 'Privacy Notice');
  define('MODULE_BOXES_INFORMATION_BOX_CONDITIONS', 'Conditions of Use');
  define('MODULE_BOXES_INFORMATION_BOX_SHIPPING', 'Shipping & Returns');
  define('MODULE_BOXES_INFORMATION_BOX_CONTACT', 'Contact Us');

 

 

Link to comment
Share on other sites

The OP question was  "How do I rename condtion of use" 😊

So even if he is using CE he still needs the language file to rename it.

/includes/languages/modules/content/footer/templates/cm_footer_information_links.php

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...