ibh Posted December 30, 2005 Share Posted December 30, 2005 I tried creating an "about us" page for the info box. After uploading the about_us.php and then the filenames.php my info box is reading: Shipping & Returns Privacy Notice Conditions of Use BOX_INFORMATION_TRACKING Contact Us BOX_INFORMATION_GV How do I get rid of the "BOX_INFORMATION" in front of "tracking" and "gv" I even tried getting rid of the "about_us.php" and restoring my backup version of "filenames.php". I have tried looking on this board but cannot seem to find anything that related to my problem. Thanks in advance. Link to comment Share on other sites More sharing options...
mattgagnon Posted December 30, 2005 Share Posted December 30, 2005 I tried creating an "about us" page for the info box. After uploading the about_us.php and then the filenames.php my info box is reading:Shipping & Returns Privacy Notice Conditions of Use BOX_INFORMATION_TRACKING Contact Us BOX_INFORMATION_GV How do I get rid of the "BOX_INFORMATION" in front of "tracking" and "gv" I even tried getting rid of the "about_us.php" and restoring my backup version of "filenames.php". I have tried looking on this board but cannot seem to find anything that related to my problem. Thanks in advance. You need to go to: /catalog/includes/languages/english.php and add lines like this: define('BOX_INFORMATION_TRACKING', 'Tracking'); define('BOX_INFORMATION_GV', 'The Text for Whatever GV Stands For'); This file is the language file for English, so if you have a multi-lingual site, go to the other files in the parallel directories and this there too. Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.