This will calculate Fedex Express shipping based on the zone rates that Fedex publishes on their site.
This does NOT use any Fedex api, cgi or gateway. It is completely self-contained.
Version 1.0
Legend: 
Download

Report
Updated with new 2008 rates files.
For existing users:
- Copy catalog/admin/buildfedexdata.php and all the csv from catalog/admin/fedex_local/
- Run catalog/admin/buildfedexdata.php.
Full package included for new users.
Updated with new 2006 rates files.
For existing users:
- Copy catalog/admin/buildfedexdata.php and all the csv from catalog/admin/fedex_local/
- Run catalog/admin/buildfedexdata.php.
Full package included for new users.
Enhancements
- Contribution should be working now;
- Supports both FedEx zones in Alaska, Puerto Rico and Hawaii now;
- 2005 FedEx US rates;
- Many new admin fields for configuration:
a) Fuel surcharges;
b) Free ground shipping option;
c) Individual service surcharges;
d) Bundling of packages;
e) FedEx discounts;
Changes
- Some structural changes in database tables;
- Clean up old codes;
- Renamed import files to FedEx default naming so that its easy to know when the rates are based;
- Heavy revised install.txt to install.html
Bug Fixes
- Corrected multiple similiar zone codes during rates retrieval;
- Corrected $0 problem;
- Corrected buildfedexdata.php
Just to add a missing link to this contribution discussion:
http://forums.oscommerce.com/index.php?showtopic=36861
Updated the following files:
install.txt - Made it more easier and smoother to read
modules/shipping/fedexzipzones.php - Fixed an error that was generated by the newest buildfedexdata.php file by MotoMan. Also updated the Fuel Surcharge to the 11/04 one.
Re-arranged Files - Put the right files in the folders they go in for better navigation.
I also updated the Fuel Surcharge as of 11/2004 in the file for you.
Hope you enjoy, this works with osCommerce 2.2 MS2, most definitely, cause it works on my live board at http://www.street-game.com
Have fun and enjoy..... :)
I made a couple of fixes to the buildfedexdata.php code. The error caused one of the database tables to be created, but it did not populate. Causing a "Could not find zone" error during checkout.
I also updated the instructions and made it easier to create the Zone_Locator.txt file.
Updated some php and sql mistakes in buildfedexdata.php
added some instructions for non-*nix users
included sample pdf file
this fixes the SQL syntax errors and parse errors you may have received on previous releases.
<php? thanks ?>
Updated rate tables for 2003 - Thanks Josh
Better error messages
Added Fedex Icon
Default install includes the correct Fedex Fuel Surcharge (as of 2/2003)
Fixed bugs:
Handling charge not getting applied - Thanks Josh
Wasn't multiplying the rate for multiple boxes properly
This is v1.3 of the Fedex Zone Calcs.
This calculates fedex costs to the continental US, Hawaii, Puerto Rico, and Alaska.
It is based on the published Fedex rate tables for the US. It does not contact Fedex's servers in any way. Thus it is usable for those without a fedex account, and it's fast because there's no wait to hit their servers and parse the repsonses.
This version also includes a user-definable surcharge factor to account for fedex's gas surcharge.
New for this version is support for Fedex Ground. NOTE: Fedex ground calcs to Hawaii, Puerto Rico, and Alaska are not accurate. You should include some type of disclaimer for shipments going to those locations.
To use this you will need to get a zone locator from Fedex's site. This is covered in the install docs.
Calculates Fedex Express rates for US up to 150 lbs
Does not rely on any Fedex api or cgi interface. It is based on the fedex rate tables from fedex.com
This fixed some very fatal bugs in the install process
This will calculate Fedex Express shipping based on the zone rates that Fedex publishes on their site.
This does NOT use any Fedex api, cgi or gateway. It is completely self-contained.
Version 1.0