Guest Posted February 5, 2008 Posted February 5, 2008 Hi, I need to change the text of the 'condition us use' link in the Information box. If anyone knows how to do it or even point me in the right direction that would be great. Thanks
krnl Posted February 5, 2008 Posted February 5, 2008 in file /catalog/includes/languages/english.php Find the following line and change it to whatever you want: define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use');
Guest Posted February 5, 2008 Posted February 5, 2008 Thanks Rick :) One more thing... If I want to take out the MANUFACTURES box do I just delete this line // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); or is there more to it? Cheers
bning Posted February 5, 2008 Posted February 5, 2008 Thats all you do. Give it a go. Better would be to comment it out by placing two forward slashes in front of it. i.e. // define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); That way the line is ignored and you can add the line back in whenever you want by removing the slashes. Ben.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.