Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can Any Help me with infobox?


Guest

Recommended Posts

I am tring to make a file in the infobox.

I have already completed the installation as far as adding and changing the name of the file in Information.php, english.php, and my file tracking.php

 

But the problem is, When I click on it, it gives me an error 404 code. and then it has FILENAME_TRACKING ask the file name requested, and not tracking.php

 

Can you help?

Link to comment
Share on other sites

You will have to define the filename... in application_top.php:

 

define('FILENAME_TRACKING', 'tracking.php');

 

HTH

Mattice

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

It stopped saying FILENAME_TRACKING. but now it says 404 error still.

I have the file tracking.php in catalog/includes/language/english

 

is this correct.

 

I updated the information.php in catalog/includes/box to say this

 

   '<a href="' . tep_href_link(FILENAME_TRACKING, '', 'NONSSL') . '">' . BOX_INFORMATION_TRACKING . '</a><br>'.    

 

I updated english.php in catalog/includes/language/ to say this

 

define('BOX_INFORMATION_TRACKING', 'Track Your Package');

 

I created a file named tracking.php listed in the file stated that say this,

 

<?php

 

/*

 

 $Id: shipping.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 

 

 

 osCommerce, Open Source E-Commerce Solutions

 

 http://www.oscommerce.com

 

 

 

 Copyright © 2002 osCommerce

 

 

 

 Released under the GNU General Public License

 

*/

 

 

 

define('NAVBAR_TITLE', 'Tracking Your Package');

 

define('HEADING_TITLE', 'Tracking Your Package');

 

 

 

define('TEXT_INFORMATION', 'Put here your Shipping & Returns information.');

 

?>

 

And I have updated my application_top in catalog/includes/

 

What am i doing wrong?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...