Results 1 to 10 of 3052

Hybrid View

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

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by Design75 View Post
    After a lot of guessing and searching, I decided to look up "net::ERR_CONTENT_DECODING_FAILED 200", as that was the javascript error generated.

    That brought me to this page on stack overflow. There too solution was to add some code to fix gzip compression. That made me remember, I had the switch GZIP_LEVEL set to 1 (on). After switching it to 0 (off). the order continues as it should,without errors
    Hmm, I'd added some "disable gzip" handling to the AJAX-class in OPC v2.0.1 (see this GitHub issue). I'll review those changes prior to the OPC 2.0.5 release to make sure that they're all "covered".

    Thanks for the post-back!

  2. #2
    Join Date
    Jan 2016
    Location
    Toronto
    Posts
    23
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Has anyone used DrByte's Elavon_Converge module with One Page Checkout?

    I've been using the Converge payment module for some time, and just adding OnePageCheckout, however that method fails to complete:
    - Breadcrumbs are there
    - Footer is there
    Waiting/loading icon which never returns

    There is an error in the browser console that doesn't make sense:

    Code:
    setFormSubmitButton, payment-module: elavon_converge jquery.checkout_one.min.js:5:926
    unreachable code after return statement index.php:358:4
    Showing "confirm" jquery.checkout_one.min.js:5:926
    Setting orderConfirmed (0), submitter (null) jquery.checkout_one.min.js:5:926
    jQuery version: 1.12.4 jquery.checkout_one.min.js:5:926
    This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features! index.php
    submitFunction, 2 arguments: 0, 0, jquery.checkout_one.min.js:5:926
    Current order total: 8.92, text: $8.92 jquery.checkout_one.min.js:5:926
    Checking ot_gv value (0.00) against order total (8.92) jquery.checkout_one.min.js:5:926
    submitFunction, on exit submitter=null jquery.checkout_one.min.js:5:926
    Setting orderConfirmed (1), submitter (null) jquery.checkout_one.min.js:5:926
    Submitting order-creating form jquery.checkout_one.min.js:5:926
    Updating shipping method to flatusa_flatusa, processing type: submit jquery.checkout_one.min.js:5:926
    <unavailable> index.php:55:11
    Shipping method updated, error: false jquery.checkout_one.min.js:5:926
    Form submitted, type (submit), orderConfirmed (1) jquery.checkout_one.min.js:5:926
    Checking collectsCardDataOnsite(elavon_converge) ... jquery.checkout_one.min.js:5:926
    <unavailable> index.php:55:11
    Form checked, passed (false) jquery.checkout_one.min.js:5:926
    unreachable code after return statement index.php:358:4
     ... it does! jquery.checkout_one.min.js:5:926
    <unavailable> index.php:55:11
    [Show/hide message details.] SyntaxError: missing name after . operator jquery.min.js:3:69
    globalEval/<
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:2:2644
    globalEval
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:2:2618
    Ha
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:3:21260
    before
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:3:23114
    collectsCardDataOnsite/</<
    https://www.beadfx.com/catalogue/includes/modules/pages/checkout_one/jquery.checkout_one.min.js:5:4771
    i
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:2:27444
    fireWith
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:2:28213
    Deferred/</e[f[0]]
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:2:29178
    success
    https://www.beadfx.com/catalogue/index.php:63:13
    i
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:2:27444
    fireWith
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:2:28213
    y
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:4:22719
    c
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:4:26925
    The resource at “https://cdn-images.mailchimp.com/embedcode/slim-081711.css” was blocked because tracking protection is enabled.[Learn More] showthread.php
    The resource at “https://connect.facebook.net/en_US/all.js#appId=261030990796&xfbml=1” was blocked because tracking protection is enabled.[Learn More]
    Any ideas?

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

    Default Re: One-Page Checkout [Support Thread]

    No, but I've opened an issue (https://github.com/lat9/one_page_checkout/issues/155) on OPC's GitHub repository to track any investigation.

  4. #4
    Join Date
    Jan 2016
    Location
    Toronto
    Posts
    23
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    No, but I've opened an issue (https://github.com/lat9/one_page_checkout/issues/155) on OPC's GitHub repository to track any investigation.
    Thanks! I've made a few modifications that have the plugin operational and operating together, although not the prettiest yet.
    A couple of .css lines modified changing from visibility: none in checkout_one.css solved the blank-ish display, although the loading cursor is still there;
    forcing jquery.js to load earlier
    and some heavy conditional expiry date manipulation solved the checkout problem in the elavon_converge payment method.

    Prettification to come at https://www.beadfx.com/catalogue/

    Thanks!
    Dan

  5. #5
    Join Date
    Jan 2016
    Location
    Toronto
    Posts
    23
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi!

    Another checkout issue has arisen, One-Page checkout 2.04. Possibly related to issue #126, and #150

    A customer tried to checkout (paypal) for a Gift certificate. Initially tried as a guest but that failed (good thing :) ) then setup an account and still could not check-out.
    Disabling OPC allowed the checkout.

    I captured a debug log for her, and can also re-produce it. Attempted on my test account (conditional) and it also fails. Everything appears
    correct, but pressing the "Confirm" button (with any payment method including moneyorder) the button dims and returns with no action.

    I will send you the test login as well as the debug logs etc (live site)

    Dan

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

    Default Re: One-Page Checkout [Support Thread]

    @DTomlinson, was it that the customer tried to create an order that contained a Gift Certificate or that the customer tried to use a GC to make that purchase?

    I successfully ordered a GC (albeit using the Check/Money Order payment method) and then used that GC (after release) to make an OPC purchase.

  7. #7
    Join Date
    Jan 2016
    Location
    Toronto
    Posts
    23
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    @DTomlinson, was it that the customer tried to create an order that contained a Gift Certificate or that the customer tried to use a GC to make that purchase?

    I successfully ordered a GC (albeit using the Check/Money Order payment method) and then used that GC (after release) to make an OPC purchase.
    Customer is trying to create an order that only contains a gift certificate. If it has real product in it it works fine!
    Paying using a GC worked fine when there was real product included.
    (my check/moneyorder is called "Call Back")

    I just tried using my test account on both Firefox and Chrome with both not continuing past "Confirm"


    Dan

 

 

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