Guest Posted February 14, 2003 Share Posted February 14, 2003 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 More sharing options...
mattice Posted February 14, 2003 Share Posted February 14, 2003 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 More sharing options...
Aqua121 Posted February 14, 2003 Share Posted February 14, 2003 hi, I'm not sure what kind of change syou made and if they are correct, but you might want to check out the guides: http://www.oscdox.com/ or this http://www.designhosting.biz/downloads/osc...de/oscguide.pdf I hope it helps Cheers, Susan * * * * * Find a way, or make one! Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2003 Share Posted February 14, 2003 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 More sharing options...
Guest Posted February 14, 2003 Share Posted February 14, 2003 Please not i copied the shipping.php file and renamed the copy tracking.php Link to comment Share on other sites More sharing options...
dreamscape Posted February 14, 2003 Share Posted February 14, 2003 in the HTML tracking contrib, the optional files are in the "optional_files" folder The only thing necessary for evil to flourish is for good men to do nothing - Edmund Burke Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2003 Share Posted February 14, 2003 Dreamscape, I am not using any contributes. I am tring to make a file. Any Ideas? Thanks for the help, anyway. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.