Page 19 of 100 FirstFirst ... 917181920212969 ... LastLast
Results 181 to 190 of 998
  1. #181
    Join Date
    Jan 2008
    Posts
    39
    Plugin Contributions
    0

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

    Hi all,

    I have the package tracker successfully installed and operating smoothly on the admin side however on the customer side I cannot get the tracking information to display in the account information.

    I have changed the information.php line to access the 'tracker' information as indicated in the install instructions but when I use that it errors out to "page cannot be found" when using the view button for order history on the customer side.

    Any ideas how to make the tracking information available to the customer from the account history?

    Thanks in advance,
    Ben

  2. #182
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

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

    Quote Originally Posted by BALCO View Post
    Hi all,

    I have the package tracker successfully installed and operating smoothly on the admin side however on the customer side I cannot get the tracking information to display in the account information.

    I have changed the information.php line to access the 'tracker' information as indicated in the install instructions but when I use that it errors out to "page cannot be found" when using the view button for order history on the customer side.

    Any ideas how to make the tracking information available to the customer from the account history?

    Thanks in advance,
    Ben
    A page not found usually indicates a file not uploaded or uploaded to the wrong directory. First thing is to double check all th files are in the right place.

  3. #183
    Join Date
    Jan 2008
    Posts
    39
    Plugin Contributions
    0

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

    Quote Originally Posted by jeking View Post
    A page not found usually indicates a file not uploaded or uploaded to the wrong directory. First thing is to double check all th files are in the right place.
    Hello,

    Thanks for the response. I have triple checked everything and all files were uploaded to the right directory.

    I am still having the same issue. When I add the change to the includes/filenames.php in the instructions as follows:

    "| Change #1: (highly recommended - Making this change will allow your customer to track packages from the "My account" Page.) |
    | define('FILENAME_ACCOUNT_HISTORY_INFO', 'account_history_info'); to |
    | define('FILENAME_ACCOUNT_HISTORY_INFO', 'tracker');"

    as a customer I am no longer able to access my orders when navigating from My Account and clicking on VIEW button next to a previous order. It will immediately go to a "Page Not Found" error. If I reverse the change I am able to access my order information but without any tracking info.

    Any ideas are greatly appreciated.

    Ben

  4. #184
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

    Default Tracking numbers for USPS

    I am trying to minimize the number of manual steps to get the tracking information into my customer database. I thought that after I printed the label from the shipper website, I could use my barcode scanner to enter the tracking number from the label to the database. But NOT for USPS. The barcode number on the label is 30 digits long and the tracking number is the last 20 of them.
    Do you think it would be possible to change the input code for the tracking number entry to run a function something like RIGHT(scanned_number,20) on the entry? If so, where do I find the appropriate code?

  5. #185
    Join Date
    Feb 2008
    Location
    West Virginia
    Posts
    137
    Plugin Contributions
    0

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

    Quote Originally Posted by BALCO View Post
    Hello,

    Thanks for the response. I have triple checked everything and all files were uploaded to the right directory.

    I am still having the same issue. When I add the change to the includes/filenames.php in the instructions as follows:

    "| Change #1: (highly recommended - Making this change will allow your customer to track packages from the "My account" Page.) |
    | define('FILENAME_ACCOUNT_HISTORY_INFO', 'account_history_info'); to |
    | define('FILENAME_ACCOUNT_HISTORY_INFO', 'tracker');"

    as a customer I am no longer able to access my orders when navigating from My Account and clicking on VIEW button next to a previous order. It will immediately go to a "Page Not Found" error. If I reverse the change I am able to access my order information but without any tracking info.

    Any ideas are greatly appreciated.

    Ben
    I just installed this mod and got it working, however there is a bug that causes the emails that are sent with the clickable URL link to give 404 error when you click on them.

    In includes/filenames.php find:
    Code:
    define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'Tracking');
    replace with this:
    Code:
    define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'tracker');
    //define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'Tracking');
    That solved the incorrect links that were being sent in the email for me. I don't know if that will fix your problem or not.

    I made that change to cusomers account history and it works fine for me if they click view.

    Also there is a sidebox you can enable that will do the same thing: Track Orders box. You can see it in the layout box controller. The box is labeled "Previous Orders" you can change the name to Order tracking or whatever if that would make more sense to you.
    Zen Cart: 1.3.8a
    PHP: 5.2.4
    MySQL: 5.0.45

    Pine Tree Candles

  6. #186
    Join Date
    Sep 2006
    Posts
    39
    Plugin Contributions
    0

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

    Hi,
    The package tracker seems a great mod except I am having a couple of problems:
    1)the sidebox is not showing despite going through the config steps in admin.
    2)More strange, from within admin, though I can add a tracking number to a customer, when I click on the number in the appropriate view, I am taken to the UPS tracking page without the tracking number or info. I have to re-input the tracking number here. It seems to me there must be something I am doing wrong because just taking one to the UPS site's tracking page is pointless unless the parcel is actually tracked.

    Note that I have only tried with sample numbers but these same numbers give an "invalid number" error when directly input at the UPS site and this should be the result when input via the zencart as well.

    thanks all!

  7. #187
    Join Date
    Sep 2006
    Posts
    39
    Plugin Contributions
    0

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

    Regarding the problem noted above with UPS not giving "invalid tracking number" messages, I wanted to add that I have no problem with FedEx. (except of course for the sidebox not showing)

    Its just UPS that it doesn't work for.

  8. #188
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

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

    Quote Originally Posted by alghazn View Post
    Regarding the problem noted above with UPS not giving "invalid tracking number" messages, I wanted to add that I have no problem with FedEx. (except of course for the sidebox not showing)

    Its just UPS that it doesn't work for.
    From post #172:
    http://www.zen-cart.com/forum/showpo...&postcount=172

  9. #189
    Join Date
    Sep 2006
    Posts
    39
    Plugin Contributions
    0

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

    Thanks , Jeking! It works now!
    But anything on how to get the sidebox to appear? I have, as I said, turned the sidebox ON in admin tools

  10. #190
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

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

    Quote Originally Posted by alghazn View Post
    Thanks , Jeking! It works now!
    But anything on how to get the sidebox to appear? I have, as I said, turned the sidebox ON in admin tools
    Sorry, I don't use the sidebox function for this.

 

 
Page 19 of 100 FirstFirst ... 917181920212969 ... 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