-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
FYI - for whatever reason, despite using the SQL patch, the fields "track_id1" through "track_id5" never got added to the DB - but the configuration stuff was.
I added them manually through PHPMyAdmin to order_status_history, and it works fine now - but just thought you might like to know in case it comes us again.
Love the contribution! Thanks!
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I did a new install and the track_id1 thru track_id5 were added correctly to the order_status_history table.
Thanks
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
great mod. however im wondering how i change the code that edits an order with super orders.
im using super orders 2.0 and it nows edits with super_orders.php, which i changed in the tracker.php file.
but i still need to change it to add action=edit after the order number.
can you please help.
i searched this thread looking for the answer, but i didnt seem to find anything.
thanks again.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
If you are using Super Orders 2.0,
you must edit admin/tracker.php
Search for
Code:
FILENAME_EDIT, 'oID='
and replace it with
Code:
FILENAME_EDIT, 'action=edit&oID='
There will be 3 different places in the file that you will have to replace.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi:
In upgrading to the new version, I now have two menu items under "customers" in the admin that say "Add Tracking ID". Both go to the old ty_package_tracker file. Where can I fix this, and can I remove the Old file names?
Thanks!
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
you will need to remove them from your database, look at your sql file to see where they are located and remove one from your customers file menu.
to change the corrisponding file to load, you prolly need to edit one of the files themself. checkout the files that came with the modual, and also look close at the sql file...
you should be able to figgure it out from there.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Scarlet
Hi:
In upgrading to the new version, I now have two menu items under "customers" in the admin that say "Add Tracking ID". Both go to the old ty_package_tracker file. Where can I fix this, and can I remove the Old file names?
Thanks!
One of the Add Tracking ID was an old file. This should be located in the admin\includes\boxes\extra_boxes\
You can delete the ty_package_tracker.php. Leave the new file, "tracker.php".
Read the readme file for a complete list of files that can be deleted safely.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I figured it out, thank you! Great mod!
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
anyone else having an issue with the tracking links that go to ups.com?
it seems that they dont work fully.
when i click on the link it takes me to the tracking page, however it wants me to enter the tracking number to actualy track it.
by the looks of the link its tring to give the site its tracking number however its not working..
anyone else having this issue?
thanks
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
sorry for the double post.
I FOUND THE ANSWER back a couple pages. i must have been looking so hard, i looked right over it.
maybe we should do another release with this new tracking link already in by default.
thanks everyone.