Page 4 of 99 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 981
  1. #31
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

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

    2 reasons:
    - The current version is completely independant and does not required overwriting any files.
    - On previous versions, I'd have to examine and update my codes if ZenCart or Super Order module updated their codes.

    Quote Originally Posted by Zapisto
    ty,
    why separate the tracking from the order.
    i loved how it was before, dont need to go to an other menu.
    now when i show an order , it did not display the tracking
    i have to go to ty package to see all the tracking.

  2. #32
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

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

    Did you install the SQL file?
    If not, read the README file for instructions.

    Quote Originally Posted by rkeppert
    I am having a small problem with this mod. I installed everything and i have no options under Admin>Ty Package Tracker to specify package carriers or tracking links...

    Help, please?

    Thank you

  3. #33
    Join Date
    Aug 2006
    Posts
    7
    Plugin Contributions
    0

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

    That was it!! So glad you can recognize things. Was about ready to learn PHP for this. Any clue as to why I am getting a double url in the confirmation email? The intial order confirmation email is correct but the updated tracker confirmation url shows twice. I am not sure if this is a Zen Cart or the tracker issue as I do not see anything that would change emails in the tracker code but I really do not know where to look in the Zen Cart code. I posted in another thread to try and find out but still not sure.

    Once again...thank you.

  4. #34
    Join Date
    Aug 2005
    Posts
    202
    Plugin Contributions
    0

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

    Quote Originally Posted by colosports
    2 reasons:
    - The current version is completely independant and does not required overwriting any files.
    - On previous versions, I'd have to examine and update my codes if ZenCart or Super Order module updated their codes.
    thanks for the explanation :)
    understandable

  5. #35
    Join Date
    Aug 2006
    Posts
    7
    Plugin Contributions
    0

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

    Quote Originally Posted by titian
    That was it!! So glad you can recognize things. Was about ready to learn PHP for this. Any clue as to why I am getting a double url in the confirmation email? The intial order confirmation email is correct but the updated tracker confirmation url shows twice. I am not sure if this is a Zen Cart or the tracker issue as I do not see anything that would change emails in the tracker code but I really do not know where to look in the Zen Cart code. I posted in another thread to try and find out but still not sure.

    Once again...thank you.
    It was a configuration isssue.

  6. #36
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

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

    Quote Originally Posted by ctcentralinfo
    Do you know how I can set up your mod to work with the japanese postal system:

    http://www.post.japanpost.jp/english...ing/index.html

    I am using the EMS service
    The mod will work for the japanese postal system

    Your tracking link by item number search for EMS service is
    http://tracking.post.japanpost.jp/se...04&reqCodeNo1=
    The setting and link can be added under Admin->Configuration->Ty_Package_Tracker.

    I have not tested out the other service. To find the tracking link for the other service, try this:
    1. Go to http://tracking.post.japanpost.jp/se....jsp?locale=en
    2. Enter the service and enter the item number.
    3. Copy the link in your address bar.
    4. Shorten the tracking link by removing any extra value. There all lots for are extra values.
    5. Refer to the tracking link above. It seems that, the Japanese Postal require 2 values in order to track (searchKind and reqCodeNo1).

  7. #37
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

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

    I am ready to do some minor updates to the mod.
    So far I haven't notice any major bugs yet.

    If you discover any bugs, please inform me. Since I haven't gotten much questions on this forum, I am assuming everything is running smoothly. (or nobody is using the mod. lol)

    If you have any suggestions or something that you would like to add, please post it here or e-mail me.
    For those advance users: If you modified my module by adding/changing the codes, please e-mail me. If it improves the mod, I would like to add it on future versions.

    Enjoy the mod,
    Ty

  8. #38
    Join Date
    Feb 2006
    Posts
    326
    Plugin Contributions
    0

    Default TyPackage Tracker with 1.3.5

    hello,
    I just installed another cart, using 1.3.5. This mod is the first I've tried to install, and so far no go. The admin side works fine, but not the catalog side. I've checked and rechecked that files are installed in the proper directory, including my custom template (which, to now, is just the classic in a renamed directory). Under the catalog side in the my account page, instead of the ty_package_tracker page being called, the main_page_account_history_+info page is being called.
    Does this mod work with 1.3.5 and/or does anyone have any ideas on what I might have missed?
    Thank you!

    The site I installed it on is at www.religiouskeepsakes.com
    Give us your best shot!
    http://www.photoimprints.com

  9. #39
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

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

    This module works fine on Zencart 1.3.5
    You need make this optional change as described in the Readme file
    Code:
    /includes/filenames.php (1 optional changes)
    ------------------------------------------------------------------------------------------------------------------------------
    | 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', 'ty_package_tracker');                                                              | 
    |                                                                                                                             | 
    ------------------------------------------------------------------------------------------------------------------------------
    Also, don't forget to enable the Track Order sidebox at Admin->Tools->Layout Boxes sideboxes/track_orders.php

    Ty.

  10. #40
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

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

    Quote Originally Posted by colosports
    I am ready to do some minor updates to the mod.
    So far I haven't notice any major bugs yet.

    If you discover any bugs, please inform me. Since I haven't gotten much questions on this forum, I am assuming everything is running smoothly. (or nobody is using the mod. lol)

    If you have any suggestions or something that you would like to add, please post it here or e-mail me.
    For those advance users: If you modified my module by adding/changing the codes, please e-mail me. If it improves the mod, I would like to add it on future versions.

    Enjoy the mod,
    Ty
    Okay, there used to be a bug in Zen Cart where when order update is sent, it will show New Status twice. Ty Package tracker fixed this.

    However in 1.3.5 this bug has been fixed and not Ty Package tracker is broken because when a Status Update is emailed using Ty Package tracker the New Status is blank in the email sent to customer without any update showing i.e. Cancelled, Shipped, etc.

 

 
Page 4 of 99 FirstFirst ... 234561454 ... 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