Page 12 of 100 FirstFirst ... 210111213142262 ... LastLast
Results 111 to 120 of 994
  1. #111
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

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

    is that will work with 1.37? if so please let me know where can i download it

    thank you

  2. #112
    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 apemusic View Post
    Great Mod!

    I used Ty Package Tracker 2.0, only problem is at the moment every single order I have to click Customers > Add Tracking ID and go to the order enter the tracking number

    If I have a long list of tracking numbers often is there a way to import them in BULK onto zen cart? Something like easy populate where I have a txt or excel file with

    John Smith 5678 4949 4949
    Dan Citizen 1Z1USD838409944

    The other option is to be able to at least add the tracking numbers without clicking on each order, such as like the Quick Updates, maybe it just lists 20 orders at a time and I can enter tracking, even better if I just paste 20 tracking numbers and only need to submit once?

    Also I notice using Gmail the spider that does adwords can always tell whether my tracking is FedEx / UPS / DHL and provides the correct link accordingly, as I have packages from all these carriers is there a way to just put the tracking and have the program recognise it like google does??

    Basically I have long lists of tracking numbers to input each day and any advice would help!
    Currently there is no way of importing the tracking info from a file. If you need to add tracking in batch, the easiest way is to write your own mod. If you use the Quick Update mod, it should be a great template to use.

    Google uses algorithm to determine which tracking website to use. The algorithm is can become complicated when the number of carrier increases and have to be updated regularly. This can be implemented to this mod but it will not be compatible with other small carrier or foreign carriers. I choose not to use this algorithm because this mod is suppose to be universal and can be use by people from other country that use their local shipping carrier.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  3. #113
    Join Date
    Aug 2005
    Posts
    112
    Plugin Contributions
    0

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

    I put the tracking number in from customer/add tracking idand nothing show up in the account. I also did the mod so it would show up on the my account page. Why is it not working? I am using 1.37

  4. #114
    Join Date
    May 2005
    Location
    Tampa, FL
    Posts
    203
    Plugin Contributions
    1

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

    Tracker works fine with 1.3.7.

    You may of missed a step in the installation process. Read the instructions in the README file and try again.
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  5. #115

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

    Quote Originally Posted by mfreund View Post
    I put the tracking number in from customer/add tracking idand nothing show up in the account. I also did the mod so it would show up on the my account page. Why is it not working? I am using 1.37
    Have you changed the following code in your /includes/filenames.php file?

    Find:
    define('FILENAME_ACCOUNT_HISTORY_INFO', 'account_history_info');

    Change to:
    define('FILENAME_ACCOUNT_HISTORY_INFO', 'tracker');
    Watches
    Powered by Zen Cart

  6. #116
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

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

    [FONT=Verdana]Hi[/FONT]
    [FONT=Verdana]I got the Quick Book 2007 pro , and in their you have the option of FedEx and UPS shipping, I think this one with the QBI are a perfect, no more copy paste any info [/FONT]
    [FONT=Verdana]I did not explore it yet , just made 1 shipping and it look and feel just as ups web site, but it allow you to click on shipping from the invoice.
    [/FONT]

  7. #117
    Join Date
    Jun 2007
    Posts
    25
    Plugin Contributions
    0

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

    Hello,
    Has anyone used this mod with the "Edit Orders" mod? I've got this mod installed and it seems to work great in my testing. The only glitch I came across is the "Click Here" in the customer emails is not showing as a link. Not a big deal because the URL listed below that shows as a link. Just wondering.

    Thanks,
    Mark

  8. #118
    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 gunnerdaddy View Post
    Hello,
    Has anyone used this mod with the "Edit Orders" mod? I've got this mod installed and it seems to work great in my testing. The only glitch I came across is the "Click Here" in the customer emails is not showing as a link. Not a big deal because the URL listed below that shows as a link. Just wondering.

    Thanks,
    Mark
    The "Click Here" link will only work when the email is sent in html format. If the email is in text format, the "Click Here" link does not work.

    I have not yet install Edit Orders mod, but it will work with the mod.
    In Tracker mod, if you want the "Edit" button to link to Edit Orders, you must set "Is Super Orders Module Installed?" to true in Configuration->Ty Package Tracker. (This will display the Edit button in Tracker mod. )

    On the file admin\includes\extra_datafiles\tracker.php
    You must also change
    Code:
    define('FILENAME_EDIT', 'super_edit.php');
    to
    Code:
    define('FILENAME_EDIT', 'edit_orders.php');
    The Lord gave and the Lord has taken away; may the name of the Lord be praised (Job 1:21 NIV)

  9. #119
    Join Date
    Jun 2007
    Posts
    25
    Plugin Contributions
    0

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

    Thanks for the help. It works great and only took about two minutes to get done. If this keeps up, I'll have to change my username to zendaddy.

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

    Default Table_heading_tracking_id

    When a customer views their order history, I get this (TABLE_HEADING_TRACKING_ID) where is should say "Tracking ID". It's working fine one a different site, so I know it's something on this site.

    I tried reinstalling the original files, but that didn't fix it. Where is this variable set?

 

 
Page 12 of 100 FirstFirst ... 210111213142262 ... 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