Results 1 to 10 of 1679

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by RixStix View Post
    Shipping estimator fails even with fedex disabled and customer not logged in. If there is anything I can do to help, please let me know.

    This one v1.7.6 might not be in the zc plugins section but I think it is the latest and only available option for Fedex.
    If you know of any different variant for Fedex, I'm all ears.

    https://www.numinix.com/zen-cart-plu...vices-shipping
    Does it work if the following has a value of 1

    ADMIN > CONFIGURATION > Shipping/Packaging > Shipping Estimator Display Settings for Shopping Cart

  2. #2
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by rbarbour View Post
    Does it work if the following has a value of 1

    ADMIN > CONFIGURATION > Shipping/Packaging > Shipping Estimator Display Settings for Shopping Cart

    Yes, it does... once I remember to go undo the popup blocker settings.

    AND

    If I change it back to a value of 2, then the shipping estimator seems to work "as a listing" at least for the current session.
    Close browser and reopen, requires a setting back to 1.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  3. #3
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by RixStix View Post
    Yes, it does... once I remember to go undo the popup blocker settings.

    AND

    If I change it back to a value of 2, then the shipping estimator seems to work "as a listing" at least for the current session.
    Close browser and reopen, requires a setting back to 1.
    Seems that a change in 1.5.6 to the javascript document.getElementById is causing this issue. I'm still troubleshooting but will open an issue on github and post when a fix is available.

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by rbarbour View Post
    Seems that a change in 1.5.6 to the javascript document.getElementById is causing this issue. I'm still troubleshooting but will open an issue on github and post when a fix is available.
    That was a fun one to track down...

  5. #5
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I appreciate all that you've done.

    To give myself a break, I've started experimenting with colors to see where changes appear.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  6. #6
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by rbarbour View Post
    That was a fun one to track down...
    Looks like I spoke too soon. Shipping estimator displayed but DEBUG files generated now.

    Code:
    [12-Jan-2019 11:10:25 America/Los_Angeles] Request URI: /156/index.php?main_page=shopping_cart, IP address: 2600:100f:b00c:f38a:cced:4ebf:d2d2:9228
    #1  sizeof() called at [/home/cPanelID/public_html/156/includes/classes/shipping.php:186]
    #2  shipping->cheapest() called at [/home/cPanelID/public_html/156/includes/modules/shipping_estimator.php:210]
    #3  require(/home/cPanelID/public_html/156/includes/modules/shipping_estimator.php) called at [/home/cPanelID/public_html/156/includes/templates/bootstrap/templates/tpl_shopping_cart_default.php:171]
    #4  require(/home/cPanelID/public_html/156/includes/templates/bootstrap/templates/tpl_shopping_cart_default.php) called at [/home/cPanelID/public_html/156/includes/templates/bootstrap/common/tpl_main_page.php:188]
    #5  require(/home/cPanelID/public_html/156/includes/templates/bootstrap/common/tpl_main_page.php) called at [/home/cPanelID/public_html/156/index.php:97]
    --> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/cPanelID/public_html/156/includes/classes/shipping.php on line 186.
    
    [12-Jan-2019 11:10:25 America/Los_Angeles] Request URI: /156/index.php?main_page=shopping_cart, IP address: 2600:100f:b00c:f38a:cced:4ebf:d2d2:9228
    #1  sizeof() called at [/home/cPanelID/public_html/156/includes/templates/bootstrap/templates/tpl_modules_shipping_estimator.php:153]
    #2  require(/home/cPanelID/public_html/156/includes/templates/bootstrap/templates/tpl_modules_shipping_estimator.php) called at [/home/cPanelID/public_html/156/includes/modules/shipping_estimator.php:256]
    #3  require(/home/cPanelID/public_html/156/includes/modules/shipping_estimator.php) called at [/home/cPanelID/public_html/156/includes/templates/bootstrap/templates/tpl_shopping_cart_default.php:171]
    #4  require(/home/cPanelID/public_html/156/includes/templates/bootstrap/templates/tpl_shopping_cart_default.php) called at [/home/cPanelID/public_html/156/includes/templates/bootstrap/common/tpl_main_page.php:188]
    #5  require(/home/cPanelID/public_html/156/includes/templates/bootstrap/common/tpl_main_page.php) called at [/home/cPanelID/public_html/156/index.php:97]
    --> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/cPanelID/public_html/156/includes/templates/bootstrap/templates/tpl_modules_shipping_estimator.php on line 153.

    Not sure where it is getting the ProductID but this DEBUG file also is present a few times. Different product_id. Using phone instead of desktop.

    Code:
    [12-Jan-2019 11:13:09 America/Los_Angeles] Request URI: /156/index.php?main_page=shopping_cart&product_id=651%3A5058ffcbfc8164c194b4a2ac6cb718c6, IP address: 2600:100f:b00c:f38a:cced:4ebf:d2d2:9228
    #1  require(/home/cPanelID/public_html/156/includes/modules/pages/shopping_cart/header_php_shopping_cart_zca_bootstrap.php) called at [/home/chaisinf/public_html/156/index.php:36]
    --> PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/cPanelID/public_html/156/includes/modules/pages/shopping_cart/header_php_shopping_cart_zca_bootstrap.php on line 9.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  7. #7
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by RixStix View Post
    Looks like I spoke too soon. Shipping estimator displayed but DEBUG files generated now.
    Not sure where it is getting the ProductID but this DEBUG file also is present a few times. Different product_id. Using phone instead of desktop.

    This file is generated when items in the cart are removed from the cart using the trashcan icon. If one item is in the cart and trashed, one file is generated. If two items are in the cart and both trashed individually, only one file is generated.

    Same whether using Galaxy S4 on VZW network or my desktop.

    Code:
    [12-Jan-2019 11:13:09 America/Los_Angeles] Request URI:  /156/index.php?main_page=shopping_cart&product_id=651%3A5058ffcbfc8164c194b4a2ac6cb718c6,  IP address: 2600:100f:b00c:f38a:cced:4ebf:d2d2:9228
    #1   require(/home/cPanelID/public_html/156/includes/modules/pages/shopping_cart/header_php_shopping_cart_zca_bootstrap.php)  called at [/home/chaisinf/public_html/156/index.php:36]
    --> PHP Warning: count(): Parameter must be an array or an object  that implements Countable in  /home/cPanelID/public_html/156/includes/modules/pages/shopping_cart/header_php_shopping_cart_zca_bootstrap.php  on line 9.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  8. #8
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by RixStix View Post
    Not sure where it is getting the ProductID but this DEBUG file also is present a few times. Different product_id. Using phone instead of desktop.

    This file is generated when items in the cart are removed from the cart using the trashcan icon. If one item is in the cart and trashed, one file is generated. If two items are in the cart and both trashed individually, only one file is generated.

    Same whether using Galaxy S4 on VZW network or my desktop.

    Code:
    [12-Jan-2019 11:13:09 America/Los_Angeles] Request URI:  /156/index.php?main_page=shopping_cart&product_id=651%3A5058ffcbfc8164c194b4a2ac6cb718c6,  IP address: 2600:100f:b00c:f38a:cced:4ebf:d2d2:9228
    #1   require(/home/cPanelID/public_html/156/includes/modules/pages/shopping_cart/header_php_shopping_cart_zca_bootstrap.php)  called at [/home/chaisinf/public_html/156/index.php:36]
    --> PHP Warning: count(): Parameter must be an array or an object  that implements Countable in  /home/cPanelID/public_html/156/includes/modules/pages/shopping_cart/header_php_shopping_cart_zca_bootstrap.php  on line 9.
    fix:
    https://github.com/zcadditions/ZCA-B....0a/issues/147

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. v155 ZCA Bootstrap Template 1.0 (BETA)
    By rbarbour in forum Addon Templates
    Replies: 74
    Last Post: 25 Apr 2018, 07:05 PM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

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