certify Posted January 19, 2005 Posted January 19, 2005 e.g. Shipping & Returns Privacy Notice Conditions of Use Contact Us want to remove "privacy notice" and rename "conditions of use" to "terms & conditions".
Simplyeasier Posted January 19, 2005 Posted January 19, 2005 e.g. Shipping & Returns Privacy Notice Conditions of Use Contact Us want to remove "privacy notice" and rename "conditions of use" to "terms & conditions". <{POST_SNAPBACK}> got to catalog/includes/languages/english/xxxxxx.php For instance to change contact us you will need to find contact_us.php - the names are logical so you should be able to find the ones you need to change easily. Charles A kite flies highest AGAINST the wind ! "Life should NOT be a journey to the grave with the intention of arriving safely in an attractive and well preserved body, but rather to skid in sideways, a lover in one hand, martini in the other, body thoroughly used up, totally worn out and screaming ~ WOO HOO!! What a ride!"
ozcsys Posted January 19, 2005 Posted January 19, 2005 You will also need to change the infobox defines in your english.php file // 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'); The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
KennethS Posted January 19, 2005 Posted January 19, 2005 One other tidbit, if you are wanting to remove the Privacy Notice link that can be done in this file: catalog/includes/boxes/information.php Just remove the line that says something like: '<a href="' . tep_href_link('Privacy.php') . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . Kenneth S -------------- Customer "Are you a real programmer?" Me "No, but I did stay at a Holiday Inn Express last night"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.