Contributions

Features (Category Index)
Search: 

FedEx, UPS, and USPS Package Tracking (HTML Versions)

Includes Fedex, UPS, and USPS package tracking.

Expand All / Collapse All

Quick SQL update that was not included in original package Jackie Edwards 19 Jun 2005

The original package SQL includes a drop table then re-create. Just run this in your phpmyadmin instead of the included and it will update your database without dropping your current orders table.

ALTER TABLE `orders` ADD `ups_track_num` VARCHAR( 25 ) AFTER `orders_date_finished` ,
ADD `usps_track_num` VARCHAR( 25 ) AFTER `ups_track_num` ,
ADD `fedex_track_num` VARCHAR( 25 ) AFTER `usps_track_num` ;

Fixed Logic Bug Marcus R. Matos 3 Jun 2005
FedEx, UPS, and USPS Package Tracking (HTML Versions) *UPDATED* Butterfly Princess 18 May 2005
MS2tracking.sql Greyson Schwing 29 Aug 2003
Package Tracking 1.2 (HTML Versions) Wayne Wetterhahn 17 Aug 2002

Note: Contributions are used at own risk.