Guest Posted December 13, 2005 Posted December 13, 2005 How to change the name of "Conditions of Use", "Shipping & Returns", "Privacy Notice", etc. in the information box? For example: change "Conditions of Use" to "Sales conditions" Thanks in advance... :(
Guest Posted December 13, 2005 Posted December 13, 2005 In catalog/includes/languages/english.php define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use'); The_Bear
Guest Posted December 13, 2005 Posted December 13, 2005 I found the solution! Just find catalog/includes/languages/english.php: Find (line 26): Change: define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use'); To: define('BOX_INFORMATION_CONDITIONS', 'Sales Conditions'); :D
Guest Posted December 13, 2005 Posted December 13, 2005 How to change the name of "Conditions of Use", "Shipping & Returns", "Privacy Notice", etc. in the information box? For example: change "Conditions of Use" to "Sales conditions" Thanks in advance... :( Thank you! I didn't see your reply. :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.