Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    There are a number of selectors required by OPC's jQuery; those console-logs will indicate which one(s) are missing.
    Thank for that, after you linked it I did find the documentation... But in reading before I fully missed it.

    For Bootstrap you can just open includes/templates/bootstrap/templates/tpl_modules_order_totals.php

    Change line 24 from

    Code:
    <td class="text-left">
    to
    Code:
    <td class="text-left" id="OPC">
    Then under Configuration >> One-Page Checkout Settings > Order Total, jQuery Selector > change the value to #OPC

    Hope this helps someone else. Now I am looking for the single payment method bug where you cannot select the radio button. I think however that if only one payment or shipping module is live then there should even be a radio button.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: One-Page Checkout [Support Thread]

    Upon clicking "CONFIRM ORDER" I am getting the following error, over and over.


    Your order's details have changed. Please review the current values and re-submit.


    This is my console log

    setFormSubmitButton, payment-module: moneyorder
    VM73 jquery.checkout_one.min.js:5 Showing "confirm"
    VM73 jquery.checkout_one.min.js:5 Setting orderConfirmed (0), submitter (null)
    VM73 jquery.checkout_one.min.js:5 jQuery version: 3.4.0
    VM73 jquery.checkout_one.min.js:5 submitFunction, 2 arguments: 0, 0,
    VM73 jquery.checkout_one.min.js:5 Current order total:
    $20.50
    VM73 jquery.checkout_one.min.js:5 submitFunction, on exit submitter=null
    VM73 jquery.checkout_one.min.js:5 Setting orderConfirmed (1), submitter (null)
    VM73 jquery.checkout_one.min.js:5 Submitting order-creating form
    VM73 jquery.checkout_one.min.js:5 Updating shipping method to advshipper_4-0-0, processing type: submit
    index.php?main_page=checkout_one:285 {cache: false, type: "POST", traditional: true, dataType: "json", timeout: 5000, …}
    VM73 jquery.checkout_one.min.js:5 Shipping method updated, error: false
    VM73 jquery.checkout_one.min.js:5 Form submitted, type (submit), orderConfirmed (1)
    VM73 jquery.checkout_one.min.js:5 Form checked, passed (true)
    Navigated to https://####.com/index.php?main_page=checkout_one
    2index.php?main_page=checkout_one:259 A parser-blocking, cross site (i.e. different eTLD+1) script, https://code.jquery.com/jquery-3.4.0.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
    (anonymous) @ index.php?main_page=checkout_one:259
    jquery.checkout_one.min.js?1594904786:5 setFormSubmitButton, payment-module: moneyorder
    jquery.checkout_one.min.js?1594904786:5 Showing "confirm"
    jquery.checkout_one.min.js?1594904786:5 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.min.js?1594904786:5 jQuery version: 3.4.0

    Any insight is appreciated.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by mprough View Post
    Upon clicking "CONFIRM ORDER" I am getting the following error, over and over.


    Your order's details have changed. Please review the current values and re-submit.


    This is my console log

    setFormSubmitButton, payment-module: moneyorder
    VM73 jquery.checkout_one.min.js:5 Showing "confirm"
    VM73 jquery.checkout_one.min.js:5 Setting orderConfirmed (0), submitter (null)
    VM73 jquery.checkout_one.min.js:5 jQuery version: 3.4.0
    VM73 jquery.checkout_one.min.js:5 submitFunction, 2 arguments: 0, 0,
    VM73 jquery.checkout_one.min.js:5 Current order total:
    $20.50
    VM73 jquery.checkout_one.min.js:5 submitFunction, on exit submitter=null
    VM73 jquery.checkout_one.min.js:5 Setting orderConfirmed (1), submitter (null)
    VM73 jquery.checkout_one.min.js:5 Submitting order-creating form
    VM73 jquery.checkout_one.min.js:5 Updating shipping method to advshipper_4-0-0, processing type: submit
    index.php?main_page=checkout_one:285 {cache: false, type: "POST", traditional: true, dataType: "json", timeout: 5000, …}
    VM73 jquery.checkout_one.min.js:5 Shipping method updated, error: false
    VM73 jquery.checkout_one.min.js:5 Form submitted, type (submit), orderConfirmed (1)
    VM73 jquery.checkout_one.min.js:5 Form checked, passed (true)
    Navigated to https://####.com/index.php?main_page=checkout_one
    2index.php?main_page=checkout_one:259 A parser-blocking, cross site (i.e. different eTLD+1) script, https://code.jquery.com/jquery-3.4.0.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
    (anonymous) @ index.php?main_page=checkout_one:259
    jquery.checkout_one.min.js?1594904786:5 setFormSubmitButton, payment-module: moneyorder
    jquery.checkout_one.min.js?1594904786:5 Showing "confirm"
    jquery.checkout_one.min.js?1594904786:5 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.min.js?1594904786:5 jQuery version: 3.4.0

    Any insight is appreciated.

    ~Melanie
    What additional shipping-methods or order-totals are present? That forever-loop can be caused by session-variable additions/changes in the transition from the checkout-one to its confirmation page.

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    What additional shipping-methods or order-totals are present? That forever-loop can be caused by session-variable additions/changes in the transition from the checkout-one to its confirmation page.
    Store pickup & advanced shipper
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by mprough View Post
    Store pickup & advanced shipper
    I'll put my money on Advanced Shipper. Try changing the store's shipping-method to flat-rate to make sure that there aren't additional template-based issues.

  6. #6
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I'll put my money on Advanced Shipper. Try changing the store's shipping-method to flat-rate to make sure that there aren't additional template-based issues.
    Disabling adv shipper made no difference and the console isn't reporting any additional errors. Standard Zen Cart checkout is working fine in either case. I am happy to share login creds and site in PM if you want to look.
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by mprough View Post
    Disabling adv shipper made no difference and the console isn't reporting any additional errors. Standard Zen Cart checkout is working fine in either case. I am happy to share login creds and site in PM if you want to look.
    Sure, send them on. If you'll install "Display Logs" so that I can 'see' what's going on, I'll only need admin-login credentials.

 

 

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