Results 1 to 10 of 3052

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    I'm pretty sure that that's the root-cause; let me know if that doesn't correct the issue.
    No good dead goes unpunished. I can click the button....and now I'm getting the famous "You must choose a shipping method for your order before the order can be confirmed."

    In the console, I do see:
    jquery.checkout_one.min.js:5 Uncaught TypeError: Cannot read property 'top' of undefined
    at o (jquery.checkout_one.min.js:5)
    at t (jquery.checkout_one.min.js:5)
    at HTMLSpanElement.<anonymous> (jquery.checkout_one.min.js:5)
    at HTMLSpanElement.dispatch (jquery.min.js:3)
    at HTMLSpanElement.r.handle (jquery.min.js:3)

    I don't think I mentioned this, but I'm using OPC 1.5.0

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    No good dead goes unpunished. I can click the button....and now I'm getting the famous "You must choose a shipping method for your order before the order can be confirmed."

    In the console, I do see:
    jquery.checkout_one.min.js:5 Uncaught TypeError: Cannot read property 'top' of undefined
    at o (jquery.checkout_one.min.js:5)
    at t (jquery.checkout_one.min.js:5)
    at HTMLSpanElement.<anonymous> (jquery.checkout_one.min.js:5)
    at HTMLSpanElement.dispatch (jquery.min.js:3)
    at HTMLSpanElement.r.handle (jquery.min.js:3)

    I don't think I mentioned this, but I'm using OPC 1.5.0
    Please update the setting on the site to use the unminified version of the jScript files (that'll give a bit more information as to the location of the issue).

    How is the associated product defined (I see it's free shipping)?

  3. #3
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    For shipping, I've got "Order Free Shipping 0 Weight Status" set to TRUE.

    Minified is now false.

    Showing "confirm"
    jquery.checkout_one.js:54 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.js:54 jQuery version: 1.11.1
    jquery.checkout_one.js:54 setFormSubmitButton, payment-module: moneyorder
    jquery.checkout_one.js:54 Showing "confirm"
    jquery.checkout_one.js:54 submitFunction, 2 arguments: 0, 0,
    jquery.checkout_one.js:54 Current order total: 47.50, text: $47.50
    jquery.checkout_one.js:54 submitFunction, on exit submitter=null
    jquery.checkout_one.js:54 Setting orderConfirmed (1), submitter (null)
    jquery.checkout_one.js:54 Submitting order-creating form
    jquery.checkout_one.js:255 Uncaught TypeError: Cannot read property 'top' of undefined
    at focusOnShipping (jquery.checkout_one.js:255)
    at changeShippingSubmitForm (jquery.checkout_one.js:356)
    at HTMLSpanElement.<anonymous> (jquery.checkout_one.js:501)
    at HTMLSpanElement.dispatch (jquery.min.js:3)
    at HTMLSpanElement.r.handle (jquery.min.js:3)

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    For shipping, I've got "Order Free Shipping 0 Weight Status" set to TRUE.

    Minified is now false.

    Showing "confirm"
    jquery.checkout_one.js:54 Setting orderConfirmed (0), submitter (null)
    jquery.checkout_one.js:54 jQuery version: 1.11.1
    jquery.checkout_one.js:54 setFormSubmitButton, payment-module: moneyorder
    jquery.checkout_one.js:54 Showing "confirm"
    jquery.checkout_one.js:54 submitFunction, 2 arguments: 0, 0,
    jquery.checkout_one.js:54 Current order total: 47.50, text: $47.50
    jquery.checkout_one.js:54 submitFunction, on exit submitter=null
    jquery.checkout_one.js:54 Setting orderConfirmed (1), submitter (null)
    jquery.checkout_one.js:54 Submitting order-creating form
    jquery.checkout_one.js:255 Uncaught TypeError: Cannot read property 'top' of undefined
    at focusOnShipping (jquery.checkout_one.js:255)
    at changeShippingSubmitForm (jquery.checkout_one.js:356)
    at HTMLSpanElement.<anonymous> (jquery.checkout_one.js:501)
    at HTMLSpanElement.dispatch (jquery.min.js:3)
    at HTMLSpanElement.r.handle (jquery.min.js:3)
    Ah, thanks for that ... yet another configuration switch that I didn't take into account! Where is that definition set (so I don't have to troll through the various configuration options)?

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Ah, thanks for that ... yet another configuration switch that I didn't take into account! Where is that definition set (so I don't have to troll through the various configuration options)?
    Never mind, found it in Configuration->Shipping/Packaging.

  6. #6
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,587
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Never mind, found it in Configuration->Shipping/Packaging.
    Sorry, you beat me to it.

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    Sorry, you beat me to it.
    Have you made template-override changes to /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_checkout_one_shipping.php?

    I ask because that setting is active on my demo site and checking out with this product in the cart results in the shipping-cost block being displayed ... which isn't displayed on your test site.

 

 

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