Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Extra link to the info box


sdk

Recommended Posts

Posted

I tried to use this sourcecode:

 

http://www.oscommerce.com/community/contributions,4264

 

I edited filenames.php:

 

define('FILENAME_GAMESERVERS', 'gameservers.php');

 

/languages/english.php

define('BOX_INFORMATION_GAMESERVERS', 'Gameserver info');

 

languages/duth.php

define('BOX_INFORMATION_GAMESERVERS', 'Gameserver info');

 

boxes/information.php

'<a href="' . tep_href_link(FILENAME_GAMESERVERS) . '">' . BOX_INFORMATION_GAMESERVERS . '</a><br>' .

 

created a gameservers.php in the includes/languages/english and /dutch folders.

 

The text is working, the site is also referring to the correct location, however when I press the link the site says that there is no site available on that url.

Should I define that there is a gameservers.php somewhere?

Posted

Ok I solved the problem, there was 1 page that had to be added to the catalog that I forgot, that was the page that defined the file.

Archived

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

×
×
  • Create New...