Page 87 of 99 FirstFirst ... 3777858687888997 ... LastLast
Results 861 to 870 of 981
  1. #861
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

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

    Quote Originally Posted by echexxxxxxxx10 View Post
    Did customers get a status update emails prior to installing this?
    You never answered my other question. Of course, check spam folders too.

  2. #862
    Join Date
    Feb 2010
    Posts
    58
    Plugin Contributions
    0

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

    Quote Originally Posted by jeking View Post
    You never answered my other question. Of course, check spam folders too.
    Now it works correctly, I had to change the settings for how to send emails. thank you very much for helping

  3. #863
    Join Date
    May 2014
    Posts
    68
    Plugin Contributions
    0

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

    Despite I downloaded Ty Package Tracker Version 3.1.6.
    After I installed, it still gave me notification that Ty Package Tracker Version 3.1.5 installed successfully.

    I wonder if this just just numbering error?
    (Yes, I installed on ZC 1.5.6a).

  4. #864
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

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

    Quote Originally Posted by PanZC2020 View Post
    Despite I downloaded Ty Package Tracker Version 3.1.6.
    After I installed, it still gave me notification that Ty Package Tracker Version 3.1.5 installed successfully.

    I wonder if this just just numbering error?
    (Yes, I installed on ZC 1.5.6a).
    Yes, just a numbering error. I missed updating the version number. I'll catch it next release.

  5. #865
    Join Date
    Sep 2018
    Location
    UUSA
    Posts
    33
    Plugin Contributions
    0

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

    recently we have this issue with this plug in.

    ZC 1.5.6a
    Ty Package Tracker Version 3.1.6.

    Here is the Logs:
    [08-Mar-2019 09:22:44 America/New_York] Request URI: /index.php?main_page=down_for_maintenance, IP address: 40.77.167.20
    #1 sizeof() called at [/homepages/29/xxxxx/htdocs/DIY2019/includes/templates/template_default/sideboxes/tpl_track_orders.php:19]
    #2 require(/homepages/29/xxxxx/htdocs/DIY2019/includes/templates/template_default/sideboxes/tpl_track_orders.php) called at [/homepages/29/xxxxx/htdocs/DIY2019/includes/modules/sideboxes/track_orders.php:55]
    #3 require(/homepages/29/xxxxx/htdocs/DIY2019/includes/modules/sideboxes/track_orders.php) called at [/homepages/29/xxxxx/htdocs/DIY2019/includes/modules/column_right.php:32]
    #4 require(/homepages/29/xxxxx/htdocs/DIY2019/includes/modules/column_right.php) called at [/homepages/29/xxxxx/htdocs/DIY2019/includes/templates/responsive_classic/common/tpl_main_page.php:200]
    #5 require(/homepages/29/xxxxx/htdocs/DIY2019/includes/templates/responsive_classic/common/tpl_main_page.php) called at [/homepages/29/xxxxx/htdocs/DIY2019/index.php:97]
    --> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /homepages/29/xxxxx/htdocs/DIY2019/includes/templates/template_default/sideboxes/tpl_track_orders.php on line 19.

  6. #866
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

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

    Quote Originally Posted by dsc7050 View Post
    recently we have this issue with this plug in.

    ZC 1.5.6a
    Ty Package Tracker Version 3.1.6.

    Here is the Logs:
    [08-Mar-2019 09:22:44 America/New_York] Request URI: /index.php?main_page=down_for_maintenance, IP address: 40.77.167.20
    #1 sizeof() called at [/homepages/29/xxxxx/htdocs/DIY2019/includes/templates/template_default/sideboxes/tpl_track_orders.php:19]
    #2 require(/homepages/29/xxxxx/htdocs/DIY2019/includes/templates/template_default/sideboxes/tpl_track_orders.php) called at [/homepages/29/xxxxx/htdocs/DIY2019/includes/modules/sideboxes/track_orders.php:55]
    #3 require(/homepages/29/xxxxx/htdocs/DIY2019/includes/modules/sideboxes/track_orders.php) called at [/homepages/29/xxxxx/htdocs/DIY2019/includes/modules/column_right.php:32]
    #4 require(/homepages/29/xxxxx/htdocs/DIY2019/includes/modules/column_right.php) called at [/homepages/29/xxxxx/htdocs/DIY2019/includes/templates/responsive_classic/common/tpl_main_page.php:200]
    #5 require(/homepages/29/xxxxx/htdocs/DIY2019/includes/templates/responsive_classic/common/tpl_main_page.php) called at [/homepages/29/xxxxx/htdocs/DIY2019/index.php:97]
    --> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /homepages/29/xxxxx/htdocs/DIY2019/includes/templates/template_default/sideboxes/tpl_track_orders.php on line 19.
    What PHP version?
    Is this just an error in the logs or also on the front-end?

  7. #867
    Join Date
    Sep 2018
    Location
    UUSA
    Posts
    33
    Plugin Contributions
    0

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

    Quote Originally Posted by jeking View Post
    What PHP version?
    Is this just an error in the logs or also on the front-end?
    PHP Version 7.2.15
    just in the logs folder..Front-end no problem.

  8. #868
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

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

    In includes/templates/template_default/sideboxes/tpl_track_orders.php

    replace line 19
    Code:
    if (sizeof($customer_orders)==0) {
    with
    Code:
    if (is_array($customer_orders) && (sizeof($customer_orders)==0) {
    I have *not* tested this so keep a backup of the original file and test the results after the change.

  9. #869
    Join Date
    Sep 2018
    Location
    UUSA
    Posts
    33
    Plugin Contributions
    0

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

    Quote Originally Posted by jeking View Post
    In includes/templates/template_default/sideboxes/tpl_track_orders.php

    replace line 19
    Code:
    if (sizeof($customer_orders)==0) {
    with
    Code:
    if (is_array($customer_orders) && (sizeof($customer_orders)==0) {
    I have *not* tested this so keep a backup of the original file and test the results after the change.
    Thanks..once i change the code, it's stop show error on the logs folder, but on the Front-end not showing up the (Track order), also i check the layout box controller, the tracking_order.php Left/Right column status is ON, single Column status: ON.

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

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

    Quote Originally Posted by dsc7050 View Post
    Thanks..once i change the code, it's stop show error on the logs folder, but on the Front-end not showing up the (Track order), also i check the layout box controller, the tracking_order.php Left/Right column status is ON, single Column status: ON.
    Ok, revert to the old file and I'll take a look as soon as I can.

 

 
Page 87 of 99 FirstFirst ... 3777858687888997 ... 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