Page 65 of 100 FirstFirst ... 1555636465666775 ... LastLast
Results 641 to 650 of 998
  1. #641
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by joyjoy View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #642
    Join Date
    Sep 2011
    Posts
    226
    Plugin Contributions
    0

    Default 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
    Last edited by SethF; 30 Jun 2012 at 02:04 AM.

  3. #643
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default 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 View Post
    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
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #644
    Join Date
    May 2009
    Posts
    15
    Plugin Contributions
    0

    Default 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?

  5. #645
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

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

    Quote Originally Posted by dkhoward View Post
    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

  6. #646
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    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.

  7. #647
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

    Default 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

  8. #648
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by Zadris View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #649
    Join Date
    Oct 2011
    Posts
    67
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    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.

  10. #650
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by Zadris View Post
    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..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 
Page 65 of 100 FirstFirst ... 1555636465666775 ... LastLast

Similar Threads

  1. v150 Is there a FedEx plugin to quote on package size and postal code/zone?
    By Music Man in forum Addon Shipping Modules
    Replies: 7
    Last Post: 3 Aug 2014, 10:30 PM
  2. UPS/DHL shipping in Europe
    By DML73 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 29 Jan 2009, 09:43 PM
  3. what is the track your package url?
    By keylesslocks in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Aug 2008, 06:49 PM
  4. going from small package to large package
    By luna_99 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 19 Nov 2007, 02:44 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR