http://www.opencart.com/index.php?route ... on_id=1361
Most of the code is his and he deserves all the credit for it. It is totally free to the
community and you are welcome to edit it to fit your needs.
The FedEx tracking vQmod will allow you to add FedEx tracking numbers to your order histories.
It displays in the Admin order history for each order and also in the customer order history
when they are notified.
Changes from the original Module:
- The last tracking number entered is displayed in the first Order Details tab for convenience.
- FedEx tracking is primary, module assumes you are shipping from the U.S. with FedEx.
- USPS tracking is secondary for any shipments not in the U.S.
- Logo's change depending on shipping location, if Shipping address is U.S. the logo will be FedEx,
if shipping address is another country the USPS logo will display. ** You can change this to fit
your needs obivously.
Directions:
1. Use phpMyAdmin to add the field "trackcode" to the order_history table.
Add the below SQL Statement to your OpenCart database via phpMyAdmin:
Alter Table `order_history` ADD COLUMN `trackcode` varchar(15) charset utf8 collate
utf8_unicode_ci default'' NOT NULL after `comment`;
2. Upload all files to their coordinating folders. No changes to core files are needed.
Please send me an E-mail at ioncannon23@gmail.com if you notice any issues.
UPDATE 1.01 - fixed a duplicate code issue.
Thank you!
-IC


