Zen Cart Logo
Forums / All Other Contributions/Addons / Track Package from FedEx, UPS, Postal, DHL, etc..

Track Package from FedEx, UPS, Postal, DHL, etc..

Views: 289,401

Results 641 to 660 of 1,019
16 Jun 2012, 15:05
#641
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Track Package from FedEx, UPS, Postal, DHL, etc..

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..

30 Jun 2012, 01:01
#642
sethf avatar

sethf

Zen Follower

Join Date:
Sep 2011
Posts:
228
Plugin Contributions:
0

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

30 Jun 2012, 01:34
#643
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

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..

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

30 Jun 2012, 19:15
#644
dkhoward avatar

dkhoward

New Zenner

Join Date:
May 2009
Posts:
15
Plugin Contributions:
0

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?

02 Jul 2012, 14:45
#645
zadris avatar

zadris

New Zenner

Join Date:
Oct 2011
Posts:
68
Plugin Contributions:
0

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

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

02 Jul 2012, 15:06
#646
zadris avatar

zadris

New Zenner

Join Date:
Oct 2011
Posts:
68
Plugin Contributions:
0

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

DivaVocals:

Finally was able to replicate this consistently.. think I've got a solution.. standby..

Edited to add:
Find line 149:

if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on') && zen_not_null($comments)) {

> ```php
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.
08 Jul 2012, 07:11
#647
zadris avatar

zadris

New Zenner

Join Date:
Oct 2011
Posts:
68
Plugin Contributions:
0

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

08 Jul 2012, 07:18
#648
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

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..

08 Jul 2012, 09:53
#649
zadris avatar

zadris

New Zenner

Join Date:
Oct 2011
Posts:
68
Plugin Contributions:
0

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

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.

08 Jul 2012, 11:10
#650
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

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..

08 Jul 2012, 18:31
#651
zadris avatar

zadris

New Zenner

Join Date:
Oct 2011
Posts:
68
Plugin Contributions:
0

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

DivaVocals:

No.. I can't replicate it if I install Ty Package Tracker out the box with no other mods installed..

Thank you for your reply. Unfortunately, I did install other mods and Ty Package Tracker was an after thought. I will need to completely start over to install it. Thanks again.

08 Jul 2012, 18:42
#652
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

Zadris:

Thank you for your reply. Unfortunately, I did install other mods and Ty Package Tracker was an after thought. I will need to completely start over to install it. Thanks again.Yeah I can't help troubleshoot changes to the** orders.php** files that are as a result of other add-ons you installed.. The error you have indicates that some other add-on has modified a section of the orders.php file that is NOT modified by Ty Package Tracker.. When you re-install make sure you use WinMerge or Beyond Compare to carefully check any of your core file changes..

16 Aug 2012, 17:26
#653
wwrepair avatar

wwrepair

New Zenner

Join Date:
Jun 2012
Posts:
92
Plugin Contributions:
0

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

Hello, I am so excited to use this module! I am currently using Zen Cart 1.5 and Ty package tracker 1.5x. I did a test run and the only thing I can't seem to work right is the email that is sent to the customer. The Tracking number itself isn't the link (which I would like it to be). The part that customer would copy and paste into the web address is a link though. How can I make the tracking number itself the link? Please tell me exactly what file to modify and what to change it to, thank you so much! I have gone through the forums and thought I found the answer, but it didn't fix it. It was suggestion that changed the code in admin/orders.php from:

original coding:

if (zen_not_null($track_id1)) { $notify_comments .= "\n\nYour " . CARRIER_NAME_1 . " Tracking ID is " . $track_id1 . " \n<br /><a href=" . CARRIER_LINK_1 . $track_id1 . ">Click here</a> to track your package. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" . CARRIER_LINK_1 . $track_id1 . "\n\n<br /><br />It may take up to 24 hours for the tracking information to appear on the website." . "\n<br />"; }

to new coding that should have made the tracking number a link, but it didn't work, so I changed it back

if (zen_not_null($track_id1)) { $notify_comments .= "\n\n<br />Your " . CARRIER_NAME_1 . " Tracking ID is  <a href=" . CARRIER_LINK_1 . $track_id1 .">$track_id1</a>. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" . CARRIER_LINK_1 . $track_id1 . "\n\n<br />It may take up to 24 hours for the tracking information to appear on the website." . "\n<br />"; }

I have copied the email below:

Your UPS Tracking ID is 1ZR200090393977848.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
http://wwwapps.ups.com/WebTracking/processInputRequest?sort_by=status&tracknums_displayed=1&TypeOfInquiryNumber=T&loc=en_US&InquiryNumber1=1ZR200090393977848

It may take up to 24 hours for the tracking information to appear on the
website.
Your order has been updated to the following status:
New status: Shipped

16 Aug 2012, 19:23
#654
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

Search back through the thread.. there is a solution posted.. (haven't had time to make the change and upload the correction)

WWRepair:

Hello, I am so excited to use this module! I am currently using Zen Cart 1.5 and Ty package tracker 1.5x. I did a test run and the only thing I can't seem to work right is the email that is sent to the customer. The Tracking number itself isn't the link (which I would like it to be). The part that customer would copy and paste into the web address is a link though. How can I make the tracking number itself the link? Please tell me exactly what file to modify and what to change it to, thank you so much! I have gone through the forums and thought I found the answer, but it didn't fix it. It was suggestion that changed the code in admin/orders.php from:

original coding:

if (zen_not_null($track_id1)) { $notify_comments .= "\n\nYour " . CARRIER_NAME_1 . " Tracking ID is " . $track_id1 . " \n<br /><a href=" . CARRIER_LINK_1 . $track_id1 . ">Click here</a> to track your package. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" . CARRIER_LINK_1 . $track_id1 . "\n\n<br /><br />It may take up to 24 hours for the tracking information to appear on the website." . "\n<br />"; }

> 
> to new coding that should have made the tracking number a link, but it didn't work, so I changed it back
> ```php
if (zen_not_null($track_id1)) { $notify_comments .= "\n\n<br />Your " . CARRIER_NAME_1 . " Tracking ID is  <a href=" . CARRIER_LINK_1 . $track_id1 .">$track_id1</a>. \n<br />If the above link does not work, copy the following URL address and paste it into your Web browser. \n<br />" . CARRIER_LINK_1 . $track_id1 . "\n\n<br />It may take up to 24 hours for the tracking information to appear on the website." . "\n<br />"; }

I have copied the email below:

Your UPS Tracking ID is 1ZR200090393977848.
If the above link does not work, copy the following URL address and paste it
into your Web browser.
http://wwwapps.ups.com/WebTracking/processInputRequest?sort_by=status&tracknums_displayed=1&TypeOfInquiryNumber=T&loc=en_US&InquiryNumber1=1ZR200090393977848

It may take up to 24 hours for the tracking information to appear on the
website.
Your order has been updated to the following status:
New status: Shipped

18 Aug 2012, 07:04
#655
muteyaar avatar

muteyaar

Zen Follower

Join Date:
Oct 2007
Posts:
134
Plugin Contributions:
0

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

H,

thanks for your contribution. You have made a wonderful mod.

i have a question....
how can i have the shipping address and telephone number in a single column in the order details page where we fill the tracking details, so that i can just copy and paste the address and phone at a one go to the shipping label?

thanks in advance.

18 Aug 2012, 16:08
#656
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

muteyaar:

H,

thanks for your contribution. You have made a wonderful mod.

i have a question....
how can i have the shipping address and telephone number in a single column in the order details page where we fill the tracking details, so that i can just copy and paste the address and phone at a one go to the shipping label?

thanks in advance.honestly that question is more of a general "how can I do this in Zen Cart" sort of question vesus a Ty Package Tracker support question. You'll get better responses if you post this as a seperate post in a new thread..

29 Aug 2012, 18:32
#657
wwrepair avatar

wwrepair

New Zenner

Join Date:
Jun 2012
Posts:
92
Plugin Contributions:
0

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

DivaVocals:

Search back through the thread.. there is a solution posted.. (haven't had time to make the change and upload the correction)

As I said, I did do as they thread suggested and it doesn't work. It still shows the Tracking number as regular text, but the link you are suppose to copy and paste IS the link. How can I make the tracking number the link? In my original inquiry above, I did show exactly what the thread said to change in the admin/orders.php BUT it didn't work. Does the code suggested look correct? I suppose I can just wait until you have fixed it and put out an update. Thank you for your time and great module. If you have a solution, I would love to hear it.

29 Aug 2012, 19:08
#658
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

WWRepair:

As I said, I did do as they thread suggested and it doesn't work. It still shows the Tracking number as regular text, but the link you are suppose to copy and paste IS the link. How can I make the tracking number the link? In my original inquiry above, I did show exactly what the thread said to change in the admin/orders.php BUT it didn't work. Does the code suggested look correct? I suppose I can just wait until you have fixed it and put out an update. Thank you for your time and great module. If you have a solution, I would love to hear it.Honestly I misspoke when I said I was going to fix that.. I thought you were referring to another issue for which I posted a solution..

When I get some time to post the minors updates I did add to this, I will "fix" this by re-wording the outbound e-mail so that it reads as follows:

Zen Cart Test Store Order Number: 9

Detailed Invoice:
http://yourstore.com/index.php?main_page=account_history_info&order_id=9

Date Ordered: Wednesday 20 June, 2012

Your FedEx Tracking ID is 123456789101

Click the following URL address to track your package:
http://www.fedex.com/Tracking?action=track&tracknumbers=123456789101

If the above link does not work, copy the URL address and paste it into your Web browser.

It may take up to 24 hours for the tracking information to appear on the website.

Your current order status is: Shipped

Please reply to this email if you have any questions.

Solves the immediate issue.. I'll post the changes to get this result later..

In the meantime, if anyone wants to post a solution which makes the tracking number clickable, then post it.. and if I can test it and verify that it works I will include it..

29 Aug 2012, 22:32
#659
wwrepair avatar

wwrepair

New Zenner

Join Date:
Jun 2012
Posts:
92
Plugin Contributions:
0

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

DivaVocals:

Honestly I misspoke when I said I was going to fix that.. I thought you were referring to another issue for which I posted a solution..

When I get some time to post the minors updates I did add to this, I will "fix" this by re-wording the outbound e-mail so that it reads as follows:

Solves the immediate issue.. I'll post the changes to get this result later..

In the meantime, if anyone wants to post a solution which makes the tracking number clickable, then post it.. and if I can test it and verify that it works I will include it..

Thank you so much for looking into it! For now, the customer can click on the other link until another solution is reached. Thanks again!

09 Sep 2012, 23:49
#660
styledata avatar

styledata

Zen Follower

Join Date:
Feb 2006
Posts:
290
Plugin Contributions:
0

Re: Track Package from FedEx, UPS, Postal, DHL, etc..

Trying to load 2.0 on zc1.5.0 fresh install. I DID bring over order history from a previous install, as I don't want to lose all those comments and tracking numbers. All the functions of tracking seem to be working, but I can't get the Ty config page to show.

This statement works fine:
SELECT @tyid:=configuration_group_id FROM zen_configuration_group
WHERE configuration_group_title= 'Ty Package Tracker';
DELETE FROM zen_configuration WHERE configuration_group_id = @tyid;
DELETE FROM zen_configuration_group WHERE configuration_group_id = @tyid;

This statement works fine:
INSERT INTO zen_configuration_group VALUES (NULL, 'Ty Package Tracker', 'Settings for Ty Package Tracker features', '0', '1');
UPDATE zen_configuration_group SET sort_order = last_insert_id() WHERE configuration_group_id = last_insert_id();
SELECT @cgi:=configuration_group_id FROM zen_configuration_group WHERE configuration_group_title = 'Ty Package Tracker';

This statement gives an error:
/*
Register Admin Page
*/
SELECT @typackageadmin:=page_key
FROM zen_admin_pages WHERE language_key='BOX_CONFIGURATION_TY_PACKAGE_SETTINGS';
DELETE FROM zen_admin_pages WHERE page_key=@typackageadmin;

INSERT INTO zen_admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order)
VALUES ('configTyPackageTracker','BOX_CONFIGURATION_TY_PACKAGE_SETTINGS','FILENAME_CONFIGURATION',CONCAT('gID=',@cgi), 'configuration', 'Y', @cgi);

The error is:
SQL query:

INSERT INTO zen_admin_pages( page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order )
VALUES (
'configTyPackageTracker', 'BOX_CONFIGURATION_TY_PACKAGE_SETTINGS', 'FILENAME_CONFIGURATION', CONCAT( 'gID=', @cgi ) , 'configuration', 'Y', @cgi
);

MySQL said: Documentation
#1048 - Column 'page_params' cannot be null

Any help would be very appreciated!