Page 50 of 100 FirstFirst ... 40484950515260 ... LastLast
Results 491 to 500 of 998
  1. #491
    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 gotlogos View Post
    Diva- many many thanks!
    You're very welcome..
    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. #492
    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..

    Updated version of Ty Package Tracker was submitted yesterday, but I found a typo or two in the readme and there were files included in the module package that should NOT be included.. So bear with me while I get that all straightened out and the update submitted..

    AND

    before anyone asks..


    I have a day job and paid clients to attend to BEFORE doing any work on any FREE modules.. I try and do my best to get these out as quickly as my time allows but, sometimes that may not be on the same timeline as what certain members of the community need.. My apologies.. I'm dancing as fast as MY schedule allows..
    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.

  3. #493
    Join Date
    Nov 2007
    Posts
    54
    Plugin Contributions
    0

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

    Diva

    Thanks for the update

    I understand the time problems. I love what you have done so far, can't wait for the revised new release

    Thanks

  4. #494
    Join Date
    May 2008
    Posts
    3
    Plugin Contributions
    0

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

    I was setting up this Mod for someone and the tracking number was not being sent with the order update email. I found the problem and fixed it.... see below
    /admin/orders.php
    Find (around line 111)
    Code:
    if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on') && zen_not_null($comments)) {
    Replace with this
    Code:
    if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on')) {

  5. #495
    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 issue of the e-mails not being sent was addressed in the updated version of the mod which is now available for download.. (see my post a few posts up..) The correction we made is slightly different than what you've done here.. Suggest downloading the new version..
    Quote Originally Posted by elkdog View Post
    I was setting up this Mod for someone and the tracking number was not being sent with the order update email. I found the problem and fixed it.... see below
    /admin/orders.php
    Find (around line 111)
    Code:
    if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on') && zen_not_null($comments)) {
    Replace with this
    Code:
    if (isset($_POST['notify_comments']) && ($_POST['notify_comments'] == 'on')) {
    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.

  6. #496
    Join Date
    Sep 2006
    Posts
    277
    Plugin Contributions
    2

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

    is the new version a totally new and i need to uninstall the old one?
    it seems, from the download files, you have fully rewritten the mod and there are now niles that are obsolete. Do i also need to uninstall the sql querries from the 3.0 and reinstall the new one?

  7. #497
    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 stevefriedman71 View Post
    is the new version a totally new and i need to uninstall the old one?
    it seems, from the download files, you have fully rewritten the mod and there are now niles that are obsolete. Do i also need to uninstall the sql queries from the 3.0 and reinstall the new one?
    Not re-written.. v3.1 -- as indicated in previous support thread posts -- makes some corrections to v3.0 and YES one file that Ty Package Tracker shared with Super Orders or Edit Orders is NO LONGER required for STANDALONE Ty Package Tracker installations (readme covers this).... However, this file is STILL required for those who are running Super Orders or Edit Orders..

    Suggest you do a full file comparison and update the files that have been changed..
    Last edited by DivaVocals; 27 Feb 2011 at 08:21 PM.
    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.

  8. #498
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

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

    Diva,

    Thank you for all your hard work on this add-on.

    I update orders.php, but sent email still doesn't carry tracking number. Download v3.1 and follow readme to upgrade again, still no luck.

    Do I still miss something?

  9. #499
    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..

    I can only suggest first checking your store's orders.php against the one in the 3.1 fileset and make sure that all the required modifications are in place in yours..
    Quote Originally Posted by siliconbug View Post
    Diva,

    Thank you for all your hard work on this add-on.

    I update orders.php, but sent email still doesn't carry tracking number. Download v3.1 and follow readme to upgrade again, still no luck.

    Do I still miss something?
    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.

  10. #500
    Join Date
    Aug 2008
    Posts
    138
    Plugin Contributions
    0

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

    Does this module work now? Because I got some serious problems, maybe it's me - please read this:

    I removed everything from the old Ty Package Tracker (installed in January this year)

    I did NOT delete the database entries.

    I installed the new files for the v.3.0. (Of course changed the admin catalog name, and template names to fit my names)

    I changed the filenames.php

    This resulted in blank page in the whole admin-area.

    I now updated the DB with the updateDB file.

    Same problem.

    I deleted one and one file, and when I got to the
    /extra_functions/common_orders_functions.php and
    /extra_functions/common_orders_functions.php.bak

    And deleted those, all seems to be as normal.

    Now I have completely removed all the new TY files, and copied over my backup from before I started the update... But the DB is still from the new files.

    Any idea what might have happend?

 

 
Page 50 of 100 FirstFirst ... 40484950515260 ... 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