Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Location
    France
    Posts
    600
    Plugin Contributions
    8

    Default Re: One-Page Checkout [Support Thread]

    Zen Cart 1.5.7b
    OPC 2.3.7-beta2 (2021-01-17)
    PHP Version: 7.1.33
    Shipping modules used: Storepickup, Advanced Shipper

    Any suggestions as to why this message is frequently displayed when going through checkout?

    "It's taking a little longer than normal to update your order's shipping cost. Please close this message and try again. If you continue to receive this message, please contact us."

    Sometimes it has to be closed 2 or 3 times before you can actually complete checkout.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by strelitzia View Post
    Zen Cart 1.5.7b
    OPC 2.3.7-beta2 (2021-01-17)
    PHP Version: 7.1.33
    Shipping modules used: Storepickup, Advanced Shipper

    Any suggestions as to why this message is frequently displayed when going through checkout?

    "It's taking a little longer than normal to update your order's shipping cost. Please close this message and try again. If you continue to receive this message, please contact us."

    Sometimes it has to be closed 2 or 3 times before you can actually complete checkout.
    That's the result of having a 'number of' shipping modules (e.g. USPS, UPS and FedEx) where the quote-generation latency gets long. You can control the timeout via configuration of the Update Shipping AJAX Time-out setting (defaults to 5 seconds, which is a ton of time).

  3. #3
    Join Date
    Nov 2005
    Location
    France
    Posts
    600
    Plugin Contributions
    8

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    That's the result of having a 'number of' shipping modules (e.g. USPS, UPS and FedEx) where the quote-generation latency gets long. You can control the timeout via configuration of the Update Shipping AJAX Time-out setting (defaults to 5 seconds, which is a ton of time).

    The shipping isn't using ANY external shipping methods. They are all methods set within Advanced Shipper for specific locations, weights, and order values. I don't really understand why it's doing this as the shipping cost is displayed next to the various checkboxes as soon as you get to checkout. There is no delay in the method cost being displayed on screen.

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by strelitzia View Post
    The shipping isn't using ANY external shipping methods. They are all methods set within Advanced Shipper for specific locations, weights, and order values. I don't really understand why it's doing this as the shipping cost is displayed next to the various checkboxes as soon as you get to checkout. There is no delay in the method cost being displayed on screen.
    That's bizarre. Are there a ton of logs being generated?

  5. #5
    Join Date
    Nov 2005
    Location
    France
    Posts
    600
    Plugin Contributions
    8

    Default Re: One-Page Checkout [Support Thread]

    I'm seeing instances of this in the log directory, although I don't yet know if that is being generated at the same time as the Ajax timeout occurs
    PHP Notice: Malformed value for session-based shipping module; customer will need to re-select: false in /home/mysite/public_html/includes/classes/order.php on line 323
    I recall reading that others have experienced this error log and it may be a ZC bug?

    Also seeing a few instances of this:

    [26-Apr-2021 16:44:22 Europe/London] Request URI: /ajax.php?act=ajaxOnePageCheckout&method=updateShipping, IP address: 79.66.5.148
    #1 trigger_error() called at [/home/mysite/public_html/includes/classes/OnePageCheckout.php:1361]
    #2 OnePageCheckout->inputPreCheck() called at [/home/mysite/public_html/includes/classes/OnePageCheckout.php:903]
    #3 OnePageCheckout->validateBilltoSendto() called at [/home/mysite/public_html/includes/classes/ajax/zcAjaxOnePageCheckout.php:61]
    #4 zcAjaxOnePageCheckout->updateShipping() called at [/home/mysite/public_html/ajax.php:85]
    --> PHP Fatal error: Invalid request, tempAddressValues not set. in /home/mysite/public_html/includes/classes/OnePageCheckout.php on line 1361.

    And this:
    [31-May-2021 12:14:02 UTC] PHP Fatal error: Uncaught Error: Call to a member function isLoggedIn() on null in /home/mysite/public_html/includes/classes/observers/class.checkout_one_observer.php:341
    Stack trace:
    #0 /home/mysite/public_html/includes/classes/class.base.php(118): checkout_one_observer->update(Object(notifier), 'NOTIFY_ZEN_IS_L...', '', false, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
    #1 /home/mysite/public_html/includes/functions/functions_customers.php(275): base->notify('NOTIFY_ZEN_IS_L...', '', false)
    #2 /home/mysite/public_html/includes/templates/jsweb/common/html_header.php(156): zen_is_logged_in()
    #3 /home/mysite/public_html/index.php(42): require('/home/balloonm/...')
    #4 {main}
    thrown in /home/mysite/public_html/includes/classes/observers/class.checkout_one_observer.php on line 341

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    It'll help if you could enable the OPC debug so that you can capture what OPC thinks is going on when the issue occurs. You can either make the associated log available via link (the files get too large to post in a response) or send me a PM and I'll let you know my direct email to which you can send that output.

  7. #7
    Join Date
    Nov 2005
    Location
    France
    Posts
    600
    Plugin Contributions
    8

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    It'll help if you could enable the OPC debug so that you can capture what OPC thinks is going on when the issue occurs. You can either make the associated log available via link (the files get too large to post in a response) or send me a PM and I'll let you know my direct email to which you can send that output.
    It's now enabled. I'll let you know when I have a log where this issue occurred.

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 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