-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
joyjoy
Nevermind I fixed this issue using the advice from post #619 in this thread. Thank you!
I think you mean post #615. Just so it's clear to anyone following this post, it's a quick fix, and the issue has NOTHING to do with FEC..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Hi
I am trying to figure out the link for our courier - TheCourierGuy. They use a 3rd party tracking service called Parcel Perfect.
If you go onto TheCourierGuy's website: thecourierguy.co.za you will see, in the menu: Package Locator.
If you click on it, it goes to this URL
http:// tracking.parcelperfect.com/2500.2500.3364/ [ remove space after http:// ]
and then instantly redirects to:
http:// tracking.parcelperfect.com/login.php [ remove space after http:// ]
I would greatly appreciate if someone could figure out how to add the Waybill number in through the URL, thus allowing me to use TY.
Thanks so much
S
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
The way this add-on works is to append the tracking number to the carriers tracking URL. You need to contact the carrier and find out if they have a URL you can use. I'm afraid this website doesn't offer much that would tell ANYONE how to get this information.. Please share the information if you do find it, and I'll add it to the readme docs for others using the same carrier..
Quote:
Originally Posted by
SethF
Hi
I am trying to figure out the link for our courier - TheCourierGuy. They use a 3rd party tracking service called Parcel Perfect.
If you go onto TheCourierGuy's website: thecourierguy.co.za you will see, in the menu: Package Locator.
If you click on it, it goes to this URL
http:// tracking.parcelperfect.com/2500.2500.3364/ [ remove space after http:// ]
and then instantly redirects to:
http:// tracking.parcelperfect.com/login.php [ remove space after http:// ]
I would greatly appreciate if someone could figure out how to add the Waybill number in through the URL, thus allowing me to use TY.
Thanks so much
S
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Ok, I have looked all over the site and I cannot find the download for this version or package tracker. Can anyone point me to a download source?
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
dkhoward
Ok, I have looked all over the site and I cannot find the download for this version or package tracker. Can anyone point me to a download source?
http://www.zen-cart.com/downloads.php?do=file&id=75
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
DivaVocals
Finally was able to replicate this consistently.. think I've got a solution.. standby..
Edited to add:
Find line 149:
PHP Code:
if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on') && zen_not_null($comments)) {
replace with:
PHP Code:
if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on')) {
Let me know if that works..
DV, can you please be so kind to tell me which file I need to edit?
I re-read it several times (apologize for my newbie status) and could not figure it out.
Thank you so much for helping people out in this forum. I know I need it most of time.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Getting this error:
Parse error: syntax error, unexpected T_CASE in /orders.php on line 218
Here's line 218
case 'deleteconfirm':
// demo active test
if (zen_admin_demo()) {
$_GET['action']= '';
$messageStack->add_session(ERROR_ADMIN_DEMO, 'caution');
zen_redirect(zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')), 'NONSSL'));
Any help would sure be appreciated!
Thanks
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Zadris
Getting this error:
Parse error: syntax error, unexpected T_CASE in /orders.php on line 218
Here's line 218
case 'deleteconfirm':
// demo active test
if (zen_admin_demo()) {
$_GET['action']= '';
$messageStack->add_session(ERROR_ADMIN_DEMO, 'caution');
zen_redirect(zen_href_link(FILENAME_ORDERS, zen_get_all_get_params(array('oID', 'action')), 'NONSSL'));
Any help would sure be appreciated!
Thanks
I would guess you've made some edit to the orders.php file which has caused this error.. Doesn't seem related to Ty Package Tracker..
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
DivaVocals
I would guess you've made some edit to the orders.php file which has caused this error.. Doesn't seem related to Ty Package Tracker..
Hi, it only happened when I tried to install Ty Packer. Any suggestions on how I might fix it? Thanking you in advance for your knowledge and time.
-
Re: Track Package from FedEx, UPS, Postal, DHL, etc..
Quote:
Originally Posted by
Zadris
Hi, it only happened when I tried to install Ty Packer. Any suggestions on how I might fix it? Thanking you in advance for your knowledge and time.
No.. I can't replicate it if I install Ty Package Tracker out the box with no other mods installed..