Page 89 of 100 FirstFirst ... 3979878889909199 ... LastLast
Results 881 to 890 of 998
  1. #881
    Join Date
    Jun 2012
    Location
    California
    Posts
    238
    Plugin Contributions
    0

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

    Quote Originally Posted by lat9 View Post
    Missing a right-paren:
    Code:
               // Begin Ty Package Tracker       
               if (is_array($track_id)) {
                foreach($track_id as $id => $track) {
                    $osh_sql['track_id' . $id] = zen_db_input($track);
                }
               }
    Thank You carlwhat and lat9 your assistance is always much appreciated.

  2. #882
    Join Date
    Jun 2012
    Location
    California
    Posts
    238
    Plugin Contributions
    0

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

    Quote Originally Posted by wsworx View Post
    Thank You carlwhat and lat9 your assistance is always much appreciated.
    At this point it appears that edit has resolved the only issue I was having with TyPackage Tracker version 3.1.6 in 1.5.7a

  3. #883
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,843
    Plugin Contributions
    11

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

    Quote Originally Posted by wsworx View Post
    Thank You carlwhat and lat9 your assistance is always much appreciated.
    i am the typo miscreant. my apologies!

    thanks @lat9 for the cleanup!

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #884
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

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

    I have installed this mod on a fresh install of 1.5.7b running php7.3

    Mod posts the tracking number and displays in the admin order details, sends out tan email with tracking number, however, it does not display the tracking number in the My Account>>Order Information facing the customer.

    In earlier versions of zc, 1.5.6, it would display the tracking number in the customers Order details.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  5. #885
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

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

    Quote Originally Posted by Carbonless View Post
    I have installed this mod on a fresh install of 1.5.7b running php7.3

    Mod posts the tracking number and displays in the admin order details, sends out tan email with tracking number, however, it does not display the tracking number in the My Account>>Order Information facing the customer.

    In earlier versions of zc, 1.5.6, it would display the tracking number in the customers Order details.
    I'm guessing that you haven't incorporated this mod's customizations for tpl_account_history_info_default.php into your template.
    https://share.getcloudapp.com/JruqOlxr
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #886
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

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

    Quote Originally Posted by DrByte View Post
    I'm guessing that you haven't incorporated this mod's customizations for tpl_account_history_info_default.php into your template.
    https://share.getcloudapp.com/JruqOlxr

    You guessed correctly. I "assumed" the "custom_template" folder had to be uploaded as is. All is working.
    THANK YOU!
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  7. #887
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

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

    Quote Originally Posted by Carbonless View Post
    You guessed correctly. I "assumed" the "custom_template" folder had to be uploaded as is. All is working.
    THANK YOU!

    WHile the mod is working, it's also causing an error log with each log in.

    [17-Dec-2020 21:59:16 America/Chicago] Request URI: /index.php?main_page=login, IP address: xxxxx
    #1 sizeof() called at [/includes/templates/ntobs20/sideboxes/tpl_track_orders.php:19]
    #2 require(/includes/templates/ntobs20/sideboxes/tpl_track_orders.php) called at [/includes/modules/sideboxes/ntobs20/track_orders.php:55]
    #3 include(/includes/modules/sideboxes/ntobs20/track_orders.php) called at [/includes/modules/column_right.php:25]
    #4 require(/includes/modules/column_right.php) called at [/includes/templates/ntobs20/common/tpl_main_page.php:234]
    #5 require(/includes/templates/ntobs20/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /includes/templates/ntobs20/sideboxes/tpl_track_orders.php on line 19.

    Not sure what needs to be corrected?
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  8. #888
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,843
    Plugin Contributions
    11

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

    Quote Originally Posted by Carbonless View Post
    WHile the mod is working, it's also causing an error log with each log in.

    [17-Dec-2020 21:59:16 America/Chicago] Request URI: /index.php?main_page=login, IP address: xxxxx
    #1 sizeof() called at [/includes/templates/ntobs20/sideboxes/tpl_track_orders.php:19]
    #2 require(/includes/templates/ntobs20/sideboxes/tpl_track_orders.php) called at [/includes/modules/sideboxes/ntobs20/track_orders.php:55]
    #3 include(/includes/modules/sideboxes/ntobs20/track_orders.php) called at [/includes/modules/column_right.php:25]
    #4 require(/includes/modules/column_right.php) called at [/includes/templates/ntobs20/common/tpl_main_page.php:234]
    #5 require(/includes/templates/ntobs20/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /includes/templates/ntobs20/sideboxes/tpl_track_orders.php on line 19.

    Not sure what needs to be corrected?
    i would suggest reading this thread.... it might help.... especially right around here:

    https://www.zen-cart.com/showthread....13#post1355813

    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #889
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

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

    Quote Originally Posted by carlwhat View Post
    i would suggest reading this thread.... it might help.... especially right around here:

    https://www.zen-cart.com/showthread....13#post1355813

    best.
    oh man... I overwrote the fix and didnt realize it. Thank you!

    I am now only getting log errors when logging into or out of a customer account.

    LOGIN error code:
    Code:
    [18-Dec-2020 08:53:09 America/Chicago] Request URI: /index.php?main_page=login, IP address: xxxxx
    #1  sizeof() called at [/includes/templates/ntobs20/sideboxes/tpl_track_orders.php:19]
    #2  require(/includes/templates/ntobs20/sideboxes/tpl_track_orders.php)  called at [/includes/modules/sideboxes/ntobs20/track_orders.php:55]
    #3  include(/includes/modules/sideboxes/ntobs20/track_orders.php) called at [/includes/modules/column_right.php:25]
    #4  require(/includes/modules/column_right.php) called at [/includes/templates/ntobs20/common/tpl_main_page.php:234]
    #5  require(/includes/templates/ntobs20/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: sizeof(): Parameter must be an array or an object  that implements Countable in  /includes/templates/ntobs20/sideboxes/tpl_track_orders.php on line 19.
    LOG OFF error code:
    Code:
    [18-Dec-2020 08:52:33 America/Chicago] Request URI: /index.php?main_page=logoff, IP address: xxxxx
    #1  sizeof() called at [/includes/templates/ntobs20/sideboxes/tpl_track_orders.php:19]
    #2  require(/includes/templates/ntobs20/sideboxes/tpl_track_orders.php)  called at [/includes/modules/sideboxes/ntobs20/track_orders.php:55]
    #3  include(/includes/modules/sideboxes/ntobs20/track_orders.php) called at [/includes/modules/column_right.php:25]
    #4  require(/includes/modules/column_right.php) called at [/includes/templates/ntobs20/common/tpl_main_page.php:234]
    #5  require(/includes/templates/ntobs20/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: sizeof(): Parameter must be an array or an object  that implements Countable in  /includes/templates/ntobs20/sideboxes/tpl_track_orders.php on line 19.
    Last edited by Carbonless; 18 Dec 2020 at 03:56 PM.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  10. #890
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

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

    Quote Originally Posted by Carbonless View Post
    oh man... I overwrote the fix and didnt realize it. Thank you!

    I am now only getting log errors when logging into or out of a customer account.

    LOGIN error code:
    Code:
    [18-Dec-2020 08:53:09 America/Chicago] Request URI: /index.php?main_page=login, IP address: xxxxx
    #1  sizeof() called at [/includes/templates/ntobs20/sideboxes/tpl_track_orders.php:19]
    #2  require(/includes/templates/ntobs20/sideboxes/tpl_track_orders.php)  called at [/includes/modules/sideboxes/ntobs20/track_orders.php:55]
    #3  include(/includes/modules/sideboxes/ntobs20/track_orders.php) called at [/includes/modules/column_right.php:25]
    #4  require(/includes/modules/column_right.php) called at [/includes/templates/ntobs20/common/tpl_main_page.php:234]
    #5  require(/includes/templates/ntobs20/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: sizeof(): Parameter must be an array or an object  that implements Countable in  /includes/templates/ntobs20/sideboxes/tpl_track_orders.php on line 19.
    LOG OFF error code:
    Code:
    [18-Dec-2020 08:52:33 America/Chicago] Request URI: /index.php?main_page=logoff, IP address: xxxxx
    #1  sizeof() called at [/includes/templates/ntobs20/sideboxes/tpl_track_orders.php:19]
    #2  require(/includes/templates/ntobs20/sideboxes/tpl_track_orders.php)  called at [/includes/modules/sideboxes/ntobs20/track_orders.php:55]
    #3  include(/includes/modules/sideboxes/ntobs20/track_orders.php) called at [/includes/modules/column_right.php:25]
    #4  require(/includes/modules/column_right.php) called at [/includes/templates/ntobs20/common/tpl_main_page.php:234]
    #5  require(/includes/templates/ntobs20/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: sizeof(): Parameter must be an array or an object  that implements Countable in  /includes/templates/ntobs20/sideboxes/tpl_track_orders.php on line 19.
    I didnt notice this till JUST now, I was only viewing from the "EDIT" orders mod... when viewing outside of the edit orders mod, the tracking fields dont display nor does the tracking data entered.

    this is the only error log I'm getting:
    Code:
    [18-Dec-2020 17:20:08 America/Chicago] Request URI: /index.php?main_page=account_history_info&order_id=6, IP address: xxxxx
    #1 sizeof() called at [/includes/templates/ntobs20/templates/tpl_account_history_info_default.php:27]
    #2 require(/includes/templates/ntobs20/templates/tpl_account_history_info_default.php) called at [/includes/templates/ntobs20/common/tpl_main_page.php:195]
    #3 require(/includes/templates/ntobs20/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /includes/templates/ntobs20/templates/tpl_account_history_info_default.php on line 27.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

 

 
Page 89 of 100 FirstFirst ... 3979878889909199 ... 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