Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Really don't know what i'm doing wrong


timecop

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...