roroeow7 Posted March 30, 2019 Posted March 30, 2019 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.
♥JcMagpie Posted March 30, 2019 Posted March 30, 2019 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');
René H4 Posted March 30, 2019 Posted March 30, 2019 You need to edit a PHP file to archieve this: /includes/modules/content/footer/templates/cm_footer_information_links.php
♥JcMagpie Posted March 30, 2019 Posted March 30, 2019 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
René H4 Posted March 30, 2019 Posted March 30, 2019 I take it the OP will use the best information available.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.