Results 1 to 10 of 1019

Hybrid View

  1. #1
    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')) {

  2. #2
    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.

  3. #3
    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?

  4. #4
    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.

  5. #5
    Join Date
    Apr 2009
    Posts
    121
    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?

  6. #6
    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.

  7. #7
    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?

  8. #8
    Join Date
    Apr 2009
    Posts
    121
    Plugin Contributions
    0

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

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

    All files are installed correctly, I think, and I have a situation here.

    If I update order with writing something in Comments, then sent emails will carry tracking number, if I leave Comments in blank, then sent email won't carry any tracking number.

 

 

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

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