Page 281 of 282 FirstFirst ... 181231271279280281282 LastLast
Results 2,801 to 2,810 of 2817
  1. #2801
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,696
    Plugin Contributions
    9

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by nicksab View Post
    ZC 1.5.7d with boostrap template 3.3.0
    OPC 2.5.1
    PHp 7.4

    I have a "weird" message popping up for a second during checkout.

    During the checkout process, while going from the login page to the to the checkout page, the message " Sorry, but our expedited checkout process cannot be used. Click here to use our alternate checkout process." appears for a brief second or less.

    Why could be doing this?

    i don t have any logs or anything and the checkout process works fine except for this message.

    Any suggestions on this

    Thank you
    this is intended behavior. that message appears; the browser checks if javascript is enabled, and if so, OPC continues on, and the message gets replaced.

    if javascript is not enabled, that message remains, and the user needs to click for the alternate checkout process... which is in fact the 3 page standard process.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #2802
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    81
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by mprough View Post
    Only one_page_checkout-na-2024-04-19.log is created
    Didi you fix this ?

  3. #2803
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,024
    Plugin Contributions
    61

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by OJ_SIMON View Post
    Didi you fix this ?
    Yes, the guest customer from OPC was deleted....

    Sigh
    Melanie
    PRO-Webs, Inc. :: Recent Zen Cart Projects :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are NOT answered. You are welcome to contact us via our website for professional engagements.

  4. #2804
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    81
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    That's good.

  5. #2805
    Join Date
    Apr 2011
    Posts
    383
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Thank you for clarifying this. I must have been thrown of or by the wording of the message

  6. #2806
    Join Date
    Nov 2005
    Location
    France
    Posts
    582
    Plugin Contributions
    8

    Default Re: One-Page Checkout [Support Thread]

    I have a site running ZC 1.5.8a, OPC 2.4.6 and COD payment.

    When submitting an order it returns back to /checkout_one with a message "Your order's details have changed. Please review the current values and re-submit."

    Console just shows

    setFormSubmitButton, payment-module: cod
    jquery.checkout_one.min.js?1692486216:7 Showing "confirm", paymentMethodHandlesSubmit (false)
    jquery.checkout_one.min.js?1692486216:7 setFormSubmitButton, disabling Review and Confirm buttons.
    jquery.checkout_one.min.js?1692486216:7 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.min.js?1692486216:7 jQuery version: 2.1.4

    Any suggestions?
    Managing Director of https://jsweb.uk

    Zen Cart developer since 2009

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by strelitzia View Post
    When submitting an order it returns back to /checkout_one with a message "Your order's details have changed. Please review the current values and re-submit."
    I've checked start and end hash values and they are not the same which is why the message is being displayed.
    I don't see why cod module should be doing this though.

    I can provide an opc log file if required.
    Managing Director of https://jsweb.uk

    Zen Cart developer since 2009

  8. #2808
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,515
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by strelitzia View Post
    I have a site running ZC 1.5.8a, OPC 2.4.6 and COD payment.

    When submitting an order it returns back to /checkout_one with a message "Your order's details have changed. Please review the current values and re-submit."

    Console just shows

    setFormSubmitButton, payment-module: cod
    jquery.checkout_one.min.js?1692486216:7 Showing "confirm", paymentMethodHandlesSubmit (false)
    jquery.checkout_one.min.js?1692486216:7 setFormSubmitButton, disabling Review and Confirm buttons.
    jquery.checkout_one.min.js?1692486216:7 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.min.js?1692486216:7 jQuery version: 2.1.4

    Any suggestions?
    Quote Originally Posted by strelitzia View Post
    I've checked start and end hash values and they are not the same which is why the message is being displayed.
    I don't see why cod module should be doing this though.

    I can provide an opc log file if required.
    While the log would be of interest, is there a reason that the site's using a version of jQuery from the last decade? The current jQuery version is 3.7.1.

    Let me know if you need my direct email address for the log sending.

  9. #2809
    Join Date
    Nov 2005
    Location
    France
    Posts
    582
    Plugin Contributions
    8

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    While the log would be of interest, is there a reason that the site's using a version of jQuery from the last decade? The current jQuery version is 3.7.1.

    Let me know if you need my direct email address for the log sending.
    Site is now loading jQuery 3.6.1 and the issue is still present.
    Can you pm me an email address to send the latest OPC log file to please?
    Managing Director of https://jsweb.uk

    Zen Cart developer since 2009

  10. #2810
    Join Date
    Aug 2004
    Posts
    764
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Cindy - My site runs on PHP 7.4, but I switched over to PHP 8.1 to test it out and iron out the bugs.

    Can you help me resolve this error: --> PHP Warning: Attempt to read property "delivery" on null in includes/classes/OnePageCheckout.php on line 225.

    I am running OPC 2.4.6.

    I assume the error is a configuration thing on my end, since OPC 2.4.6. came out long after PHP 8.1 was in use.

    The code snippet from that version is basically this:

    global $order, $db;
    $order_country = -1;
    $order_country = $order->delivery['country_id'];
    - Jeff

 

 

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

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