Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Newbie Question


soulfinger

Recommended Posts

Posted

I added another link to my information infoboxes. I created all the nescessary code for the following php files: english.php,information.php,application_top.php, and added the files for the link pages into the catalog and english directory. Now everything works fine until I click the link in the information info box. The page is blank. Anyone have any idea which file I would need to correct or why I am getting a blank page after clicking on the link. Thanks a bunch!

Posted

Well, it looks like to me that the file

 

http://yomimedia.net/shop/instant_message.php

 

doesn't product any output. perhaps you should post that code here.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Posted

Here is the code :

 

<?php

/*

$Id: instant_message.php,v 1.1.1.1 2002/11/28 23:22:07 wilt Exp $

 

The Exchange Project - Community Made Shopping!

http://www.theexchangeproject.org

 

Copyright © 2000,2001 The Exchange Project

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Instant Message Us');

define('HEADING_TITLE', 'Instant Message Us');

 

define('TEXT_INFORMATION', ' The following is our instant messaging information.');

?>

 

 

I'm not sure what it could be. Thanks for looking

Posted

Ummm,

 

The reason that this script is showing you a blank page is because this code does not do anything.

 

I think that perhaps you've got a couple of scripts in the wrong place.

 

Normally, a script like this would go in the shop/includes/languages/english/ directory. Perhaps you put one there that is supposed to go here.

 

Know what I mean?

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Posted

<?php

/*

$Id: instant_message.php,v 1.1.1.1 2002/11/28 23:22:07 wilt Exp $

Here it is

 

 

The Exchange Project - Community Made Shopping!

http://www.theexchangeproject.org

 

Copyright © 2000,2001 The Exchange Project

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Instant Message Us');

define('HEADING_TITLE', 'Instant Message Us');

 

define('TEXT_INFORMATION', ' The following is our instant messaging information.');

?>

Posted

Thank you Mr. Seigel Sir. I changed the file in the shop directory which was what I was missing. It works perfectly now. I appreciate your help.

Archived

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

×
×
  • Create New...