maggz Posted May 22, 2006 Posted May 22, 2006 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
Guest Posted May 22, 2006 Posted May 22, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.