Page 74 of 296 FirstFirst ... 2464727374757684124174 ... LastLast
Results 731 to 740 of 2956
  1. #731
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,583
    Plugin Contributions
    29

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Please email me the OPC log associated with the failed display. Is the site in question publicly available?
    Will do and yes. Look for both in your email. Thanks!

  2. #732
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    Will do and yes. Look for both in your email. Thanks!
    Got em! It looks like you've got a down-level version of Image Handler's jscript_imagehover.js (see this GitHub issue for details).

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Got em! It looks like you've got a down-level version of Image Handler's jscript_imagehover.js (see this GitHub issue for details).
    Nice sluthing! I'll get that fixed.

  4. #734
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by jeking View Post
    Nice sluthing! I'll get that fixed.
    I'm pretty sure that that's the root-cause; let me know if that doesn't correct the issue.

  5. #735
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,583
    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

  6. #736
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    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)?

  7. #737
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,583
    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)

  8. #738
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    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)?

  9. #739
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    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.

  10. #740
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,583
    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.

 

 

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