Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hello, I had this same issue when I first installed TY. You can visit the web site for UPS, Fedex etc and go to their package tracking page and cut and paste the link into the tracker file. This worked for me.
I just updated to Zen Version 1.5 and the new TY Package Tracker version already has the links installed for tracking purposes.
Hope this helps.
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi,
I have a little problem: I'm using the version 3.1.1 since I use Zencart 1.3.9h and the courier tracking url has the tracking number not at the und of the url but in the middle.
For example look at this tracking url:
http://wwww.sda.it/SITO_SDA-WEB/disp...ome&button=Vai
The code 286301747757 is not at the end.
How could I fix this?
There should be a wildcard like a symbol to tell to the Ty script where to place the tracking number.
Thank you.
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I'm just wondering if there's any possibility to integrate https://www.aftership.com/ with TY package tracker.
It gives a nice button next to the tracking number to popup tracking info with leaving the site. see demo here
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
ShopVille
I'm just wondering if there's any possibility to integrate
https://www.aftership.com/ with TY package tracker.
It gives a nice button next to the tracking number to popup tracking info with leaving the site. see demo
here
I'm sure there is.. It's software.. anything is possible if one has the time and ability to add these features.. That said, I have no particular plans to do this.. If another community member wants to take the ball and run with it, I say go for it..
I assume you mean FEATURES like Aftership right?? (ie: the nice button next to the tracking number to popup tracking info) Ty Package tracker includes the tracking link in the order comments which customers as well as shopowners can access.. Not sure what integrating with Aftership would do to improve Ty Package Tracker gains, but certainly FEATURES like Aftership might be nice..
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
I noticed that in the sidebox only the last 3 orders show, is it possible to set it should show more than 3 orders?
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
This is a great plugin, installed easily, works just as it should - thank you.
However, it throws validation errors on the sidebox if there are no orders to display. The code in tpl_track_orders.php puts out an <a> tag only in the <ul> causing the following errors to be thrown for the page. This can be fixed by putting the <li> tags in, but I thought I should raise the issue. Of course if there is something I've not done in the configuration, perhaps someone could advise?
Thank you
- http://validator.w3.org/images/info_icons/error.png Line 192, Column 124: document type does not allow element "a" here; assuming missing "li" start-tag
…history_info&zenid=ll320qal4v2vdfa54pj0c8tar6"> Track your orders </a></ul>✉
- http://validator.w3.org/images/info_icons/error.png Line 192, Column 152: end tag for "li" omitted, but OMITTAG NO was specified
…history_info&zenid=ll320qal4v2vdfa54pj0c8tar6"> Track your orders </a></ul>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
- http://validator.w3.org/images/info_icons/info.png Line 192, Column 1: start tag was here
<a href="http://www.thumpers.co.uk/msfx-test/index.php?main_page=account_histor…
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Go to Admin->Configuration->Ty Package Tacker
Change the Carrier Name and use this as the tracking link
Code:
http://wwww.sda.it/SITO_SDA-WEB/dispatcher?invoker=home&LEN=&execute2=ActionTracking.doGetTrackingHome&button=Vai&id_ldv=
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
The setting change be change in the Admin->Configuration->Ty Package Tacker settings.
It's under
Max display for Track Order sidebox
1 Attachment(s)
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
RoPey
This is a great plugin, installed easily, works just as it should - thank you.
However, it throws validation errors on the sidebox if there are no orders to display. The code in tpl_track_orders.php puts out an <a> tag only in the <ul> causing the following errors to be thrown for the page. This can be fixed by putting the <li> tags in, but I thought I should raise the issue. Of course if there is something I've not done in the configuration, perhaps someone could advise?
Thank you
- http://validator.w3.org/images/info_icons/error.png Line 192, Column 124: document type does not allow element "a" here; assuming missing "li" start-tag
…history_info&zenid=ll320qal4v2vdfa54pj0c8tar6"> Track your orders </a></ul>✉
- http://validator.w3.org/images/info_icons/error.png Line 192, Column 152: end tag for "li" omitted, but OMITTAG NO was specified
…history_info&zenid=ll320qal4v2vdfa54pj0c8tar6"> Track your orders </a></ul>✉
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
- http://validator.w3.org/images/info_icons/info.png Line 192, Column 1: start tag was here
<a href="http://www.thumpers.co.uk/msfx-test/index.php?main_page=account_histor…
Thanks for bringing it to my attention. Attached is the fix.
Let me know if there's any problem.
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
colosports
Thanks for bringing it to my attention. Attached is the fix.
Let me know if there's any problem.
Awesome.. I have an update I was JUST getting ready to submit.. I'll include this fix too..