timecop Posted April 6, 2008 Share Posted April 6, 2008 Hello, I'm desperate at the moment,followed every line in tutorials about making a link in the information box This is what i did, step by step : Edited the Information.php file and added the next filename_welkom > box_information_welkom Saved and uploaded it '<a href="' . tep_href_link(FILENAME_WELKOM) . '">' . BOX_INFORMATION_WELKOM . '</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>'); Then i went to filenames.php Added this line : define('FILENAME_WELKOM', 'welkom.php'); Then i went to dutch.php (default language) (and to be absolutely sure,i also changed it in the english.php file) Added this line beneath the information.php file : define('BOX_INFORMATION_WELKOM', 'Welkom'); Uploaded all the files (set permissions on the welkom.php file to 777) And all i getting is a blank page.. Is there something i'm overlooking here perhaps? site is located here : http://testphpsite.100webspace.net/catalog/index.php Thanks in advance for your help :) Link to comment Share on other sites More sharing options...
Guest Posted April 6, 2008 Share Posted April 6, 2008 Did put the content you want for the page in catalog/includes/languages/dutch/welkom.php? Have a look at this tutorial http://www.oscommerce.info/kb/osCommerce/C...g_Area/Boxes/49 Link to comment Share on other sites More sharing options...
Guest Posted April 6, 2008 Share Posted April 6, 2008 Make sure you have the dot/period at the end of the WELKOM line <br>' . <--- the period at the end Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.