-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
For Super Order mod 2.0, you will also have to change
admin/includes/extra_datafiles/tracker.php
The correct url should be: /admin/super_orders.php?action=edit&oID=xxx
To make the change, look for
Code:
define('FILENAME_EDIT', 'super_edit.php');
and change it to
Code:
define('FILENAME_EDIT', 'super_orders.php');
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
colosports
For Super Order mod 2.0, you will also have to change
admin/includes/extra_datafiles/tracker.php
The correct url should be: /admin/super_orders.php?action=edit&oID=xxx
To make the change, look for
Code:
define('FILENAME_EDIT', 'super_edit.php');
and change it to
Code:
define('FILENAME_EDIT', 'super_orders.php');
Thank you so much colosports. This fix really worked.
Thanks again
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Is the current download stable and all bug corrections included & documented in the install docs?
Also, any issues with 1.3.6?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
rnet, sorry for the late response but i don't believe there are any issues w/ 1.3.6 - works fine for me
out of curiosity.. does anyone know what query I would use to copy stuff thats in the tracking field to the comment field? I'd like to be able to go in every 2 weeks and sync the data. i know it shouldn't be too hard but I'm not a mysql expert :P
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
The tracking information is stored in the orders status history table. It is not possible to move the tracking id to the comment box and have the tracker work properly.
Note: The tracking id are displayed in the comment box at the account_history page but the tracking id is NOT store in the comment box.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
colosports,
thanks for the info - i know that the tracking ID wouldn't work in the comments box as a link, but maybe just the value itself? oh well.. its not too important now that i think about it.. don't know what i was thinking last night :P
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I just installed the package tracker mod and to test it i added the tracking number to an existing order. I get the error: "Warning: Nothing to change. The order was not updated." and it doesnt list the tracking number. I am sure that this is a stupid mistake on my part, but can somebody help?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
This is a safety precaution.
When you add the tracking number, you must also either change the order status or add a comment.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Try also writing something in the status box, like, "order shipped".
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
well hot damn!!! thanks a lot... I knew it had to be simple.