giellacustoms Posted October 13, 2007 Share Posted October 13, 2007 I just realized that in my information tab, the catalog and tracking links do not work, in fact they are displaying as : BOX_INFORMATION_PDF_CATALOGUE BOX_INFORMATION_TRACKING please let me know how to make them work as well as how to change there names too just Catalogue and Tracking THANKS Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted October 13, 2007 Share Posted October 13, 2007 You missed two points. At first you got to define the texts for the displayed constant in /includes/languages/englich.php (search for the "information box text in includes/boxes/information.php" part and you'll see what i mean). Second, you didn't define the according files to /includes/filenames.php. Link to comment Share on other sites More sharing options...
giellacustoms Posted October 13, 2007 Author Share Posted October 13, 2007 You missed two points. At first you got to define the texts for the displayed constant in /includes/languages/englich.php (search for the "information box text in includes/boxes/information.php" part and you'll see what i mean). Second, you didn't define the according files to /includes/filenames.php. ok so how do I define the display constant, and how do i define the according files? Whats should it look like is what I am trying to ask? Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted October 13, 2007 Share Posted October 13, 2007 If you take a look at the mentioned files, it should be pretty clear how they should look like. Link to comment Share on other sites More sharing options...
giellacustoms Posted October 13, 2007 Author Share Posted October 13, 2007 If you take a look at the mentioned files, it should be pretty clear how they should look like. ok this is what see, it looks normal to me? '<a href="' . tep_href_link(FILENAME_TRACKING) . '">' . BOX_INFORMATION_TRACKING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>'); I have no clue how to define the according files to /includes/filenames.php. Link to comment Share on other sites More sharing options...
Nullachtfuffzehn Posted October 13, 2007 Share Posted October 13, 2007 You're looking at your column_left.php. Above I told you which files to edit and change. That's the place to look at to get a clue. Link to comment Share on other sites More sharing options...
giellacustoms Posted October 13, 2007 Author Share Posted October 13, 2007 You're looking at your column_left.php. Above I told you which files to edit and change. That's the place to look at to get a clue. but you havent told me. I feel like I am being told to look at a spanish instruction book without the pictures lol. Thats what I took out of the file that I thought looked weird, I guess not Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.