-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hello,
To use this contri, do I need to install Super Orders Contrib as well??
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
millisami
Hello,
To use this contri, do I need to install Super Orders Contrib as well??
No, this mod will work without Super Orders.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
colosports
No, this mod will work without Super Orders.
Thanks for the reply.
I'll be installing it shortly.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi
Im having trouble with my Tracking.
After the tracking ID the carrier needs more info like this.
http
://server.logistik.posten.se/servlet/PacTrack?lang=SE&kolliid=1739258764&xslURL=/xsl/pactrack/standard.xsl
i ned to fit this after the tracking id or is it another solution?
&xslURL=/xsl/pactrack/standard.xsl
As it is now it displays that it is missing the XML so it does not look good.
Any ideas?
/Steron
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
steron70
Hi
Im having trouble with my Tracking.
After the tracking ID the carrier needs more info like this.
http
://server.logistik.posten.se/servlet/PacTrack?lang=SE&kolliid=1739258764&xslURL=/xsl/pactrack/standard.xsl
i ned to fit this after the tracking id or is it another solution?
&xslURL=/xsl/pactrack/standard.xsl
As it is now it displays that it is missing the XML so it does not look good.
Any ideas?
/Steron
To append the line
&xslURL=/xsl/pactrack/standard.xsl
to the end, you will have to modify 2 files:
/h3lp/tracker.php (line #528)
/includes/templates/template_default/templates/tpl_tracker_default.php (line #112)
Look for
Code:
$display_track_id .= (empty($statuses['track_id1']) ? '' : CARRIER_NAME_1 . ":<a href=" . CARRIER_LINK_1 . nl2br(zen_output_string_protected($statuses['track_id1'])) . ' target="_blank">' . nl2br(zen_output_string_protected($statuses['track_id1'])) . "</a><br />" );
and change it to
Code:
$display_track_id .= (empty($statuses['track_id1']) ? '' : CARRIER_NAME_1 . ":<a href=" . CARRIER_LINK_1 . nl2br(zen_output_string_protected($statuses['track_id1'])) . '&xslURL=/xsl/pactrack/standard.xsl' . ' target="_blank">' . nl2br(zen_output_string_protected($statuses['track_id1'])) . "</a><br />" );
The above code is use for CARRIER 1. If you set the postal service to CARRIER 2, you will have to replace the number '1' with the number '2'. I haven't tested it out but it should work. Let me know if there's a problem.
Ty.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
colosports
To append the line
&xslURL=/xsl/pactrack/standard.xsl
to the end, you will have to modify 2 files:
/h3lp/tracker.php (line #528)
/includes/templates/template_default/templates/tpl_tracker_default.php (line #112)
Look for
Code:
$display_track_id .= (empty($statuses['track_id1']) ? '' : CARRIER_NAME_1 . ":<a href=" . CARRIER_LINK_1 . nl2br(zen_output_string_protected($statuses['track_id1'])) . ' target="_blank">' . nl2br(zen_output_string_protected($statuses['track_id1'])) . "</a><br />" );
and change it to
Code:
$display_track_id .= (empty($statuses['track_id1']) ? '' : CARRIER_NAME_1 . ":<a href=" . CARRIER_LINK_1 . nl2br(zen_output_string_protected($statuses['track_id1'])) . '&xslURL=/xsl/pactrack/standard.xsl' . ' target="_blank">' . nl2br(zen_output_string_protected($statuses['track_id1'])) . "</a><br />" );
The above code is use for CARRIER 1. If you set the postal service to CARRIER 2, you will have to replace the number '1' with the number '2'. I haven't tested it out but it should work. Let me know if there's a problem.
Ty.
It was no problem with the ty_tracker_default
but the other i cant fix i only have the tracker.php in admin/
Steron
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Okay. It looks like you will also have to edit line 91 in the admin/tracker.php
Replace:
Code:
<a href=" . CARRIER_LINK_1 . $track_id1 . ">Click here</a>
with:
Code:
<a href=" . CARRIER_LINK_1 . $track_id1 . "&xslURL=/xsl/pactrack/standard.xsl" . ">Click here</a>
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
colosports
Okay. It looks like you will also have to edit line 91 in the admin/tracker.php
Replace:
Code:
<a href=" . CARRIER_LINK_1 . $track_id1 . ">Click here</a>
with:
Code:
<a href=" . CARRIER_LINK_1 . $track_id1 . "&xslURL=/xsl/pactrack/standard.xsl" . ">Click here</a>
:D
Great thanks now it works fine.
One moore question. Is it possible when you click on the link for tracking you pakage in the mail to have the popup in a smaller window?
Steron
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
steron70
:D
Great thanks now it works fine.
One moore question. Is it possible when you click on the link for tracking you pakage in the mail to have the popup in a smaller window?
Steron
I don't think there is a easy way to do this.
It is possible but you will have to customize more code.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Great Mod!
I used Ty Package Tracker 2.0, only problem is at the moment every single order I have to click Customers > Add Tracking ID and go to the order enter the tracking number
If I have a long list of tracking numbers often is there a way to import them in BULK onto zen cart? Something like easy populate where I have a txt or excel file with
John Smith 5678 4949 4949
Dan Citizen 1Z1USD838409944
The other option is to be able to at least add the tracking numbers without clicking on each order, such as like the Quick Updates, maybe it just lists 20 orders at a time and I can enter tracking, even better if I just paste 20 tracking numbers and only need to submit once?
Also I notice using Gmail the spider that does adwords can always tell whether my tracking is FedEx / UPS / DHL and provides the correct link accordingly, as I have packages from all these carriers is there a way to just put the tracking and have the program recognise it like google does??
Basically I have long lists of tracking numbers to input each day and any advice would help!