Page 44 of 100 FirstFirst ... 3442434445465494 ... LastLast
Results 431 to 440 of 998
  1. #431
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

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

    Running v1.3.9h without Super order.

    When I used the old version of Ty Package Tracker, it worked fine on v1.3.9h. However, After I upgrade to Ty Package Tracker v3.0, it keeps saying:

    "PHP Fatal error: Call to undefined function zen_db_scrub_in() in /shop/admin/orders.php on line 89"

    Do I miss something during my upgrade?

  2. #432
    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 siliconbug View Post
    Running v1.3.9h without Super order.

    When I used the old version of Ty Package Tracker, it worked fine on v1.3.9h. However, After I upgrade to Ty Package Tracker v3.0, it keeps saying:

    "PHP Fatal error: Call to undefined function zen_db_scrub_in() in /shop/admin/orders.php on line 89"

    Do I miss something during my upgrade?
    Not sure.. I think I know what the issue is, and I will correct it tonight..
    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. #433
    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 siliconbug View Post
    Running v1.3.9h without Super order.

    When I used the old version of Ty Package Tracker, it worked fine on v1.3.9h. However, After I upgrade to Ty Package Tracker v3.0, it keeps saying:

    "PHP Fatal error: Call to undefined function zen_db_scrub_in() in /shop/admin/orders.php on line 89"

    Do I miss something during my upgrade?
    Try adding this file..
    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.

  4. #434
    Join Date
    Apr 2009
    Posts
    84
    Plugin Contributions
    0

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

    It works! Thanks a lot!

  5. #435
    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 siliconbug View Post
    It works! Thanks a lot!
    Great sorry about that.. Will update the package and re-submit tonight..
    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. #436
    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 TonyBenedetti View Post
    Crystal, noticed a slight puzzlement in the 3.0 release. The same file (track_orders.php) seems to be present in both:
    • ty_package_tracker_for_x_3-0\ty_package_tracker_v_3-0\1_Install_Files\includes\modules\sideboxes
    • ty_package_tracker_for_x_3-0\ty_package_tracker_v_3-0\2_Remove_From_Previous_Versions\includes\modules\sideboxes


    Yank it or leave it?
    Quote Originally Posted by TonyBenedetti View Post
    And it looks like the file is also mentioned in both the "Core Files" and "Deprecated Files" sections of the readme.
    Okay I finally had a chance to take a close look at this... if you look at the FULL path for both the install files list and the deprecated files list you will note that what changed is the location of the sidebox file.. I moved it from the default_template folder to the YOUR_TEMPLATE folder. Hence the reason it appears to be listed twice.. I am in fact suggesting removing the sidebox from the default_template folder after upgrading..

    From the readme:
    Core Files
    /YOUR_ADMIN_FOLDER/orders.php
    (merged Ty Package Tracker code into the default orders.php eliminating the dupliation of order management pages)
    /YOUR_ADMIN_FOLDER/images/icon_track_add.png
    /YOUR_ADMIN_FOLDER/includes/languages/english/orders.php
    (updated to include all the Ty Package Tracker language definitions)

    /includes/languages/english/YOUR_TEMPLATE/account_history_info.php
    /includes/languages/YOUR_TEMPLATE/english.php
    /includes/modules/pages/account_history_info/header_php.php
    /includes/modules/sideboxes/track_orders.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_account_history_info_default.php
    /includes/templates/YOUR_TEMPLATE/sideboxes/tpl_track_orders.php

    Deprecated Files
    (After upgrading Ty Package Tracker 3.0, it is safe to delete these files from your store. It is NOT recommended that these files be left behind.)

    /YOUR_ADMIN_FOLDER/tracker.php
    /YOUR_ADMIN_FOLDER/images/icon_track.gif
    /YOUR_ADMIN_FOLDER/includes/boxes/extra_boxes/tracker_customers_dhtml.php
    /YOUR_ADMIN_FOLDER/includes/extra_datafiles/tracker.php
    /YOUR_ADMIN_FOLDER/includes/languages/english/YOUR_TEMPLATE/tracker.php
    /YOUR_ADMIN_FOLDER/includes/languages/english/images/buttons/button_track.gif

    /includes/extra_datafiles/tracker.php
    /includes/languages/english/tracker.php
    /includes/modules/pages/tracker/header_php.php
    /includes/modules/sideboxes/track_orders.php
    /includes/templates/template_default/templates/tpl_tracker_default.php
    /includes/templates/template_default/sideboxes/tpl_track_orders.php
    That said BOTH locations will work, but I am erring on the side of caution as the Ty Package Tracker sidebox is not a default Zen Cart sidebox..
    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. #437
    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..

    Forgot to add that I've updated the include/modules folder to match what I intended.... Will update the readme and file lists accordingly..

    Just to be clear this correction will only affect those using the Ty Package Tracker sidebox, the rest of the package should be solid.. I will be doing a little housekeeping on the orders.php file to include some minor formatting edits I inadvertently left off.. (these edits are TRULY MINOR)

    Quote Originally Posted by DivaVocals View Post
    Okay I finally had a chance to take a close look at this... if you look at the FULL path for both the install files list and the deprecated files list you will note that what changed is the location of the sidebox file.. I moved it from the default_template folder to the YOUR_TEMPLATE folder. Hence the reason it appears to be listed twice.. I am in fact suggesting removing the sidebox from the default_template folder after upgrading..

    From the readme:


    That said BOTH locations will work, but I am erring on the side of caution as the Ty Package Tracker sidebox is not a default Zen Cart sidebox..
    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. #438
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default IMPORTANT!!!!! If you are upgrading from v2.3 to v3.0

    For those upgrading from previous versions of Ty Package Tracker..

    IF you made the optional edits as per the Ty Package Tracker v2.3 readme, you'll need to roll those changes back.

    From the v2.3 readme file:

    Optional: (These changes are optional and not required for the mod to work. These optional change will make navigating more convenient.)
    /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', 'tracker');
    ---------------------------------------------------------------------------------
    Change #2: (recommended - Making this change will allow you to access tracker page instead of the using the default order page.)
    define('FILENAME_ORDERS', 'orders');
    to
    define('FILENAME_ORDERS', 'tracker');
    You will need to reverse these mods to /includes/filenames.php and restore the defaults for these settings.
    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.

  9. #439
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

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

    Currently I am not able to view the installation files or access any of the links in read_me file for v3.0. Does anyone know why this is and where I might be able to get install instructions? Thanks

  10. #440
    Join Date
    Jul 2009
    Posts
    127
    Plugin Contributions
    0

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

    Quote Originally Posted by novastar View Post
    Currently I am not able to view the installation files or access any of the links in read_me file for v3.0. Does anyone know why this is and where I might be able to get install instructions? Thanks
    To be more specific, all the links in the html file i.e. the webpage, are voided out by javascript. any help?

 

 
Page 44 of 100 FirstFirst ... 3442434445465494 ... 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