To save me some setup, @Design75, does this issue also occur with the built-in 'responsive_classic' template?
Printable View
To save me some setup, @Design75, does this issue also occur with the built-in 'responsive_classic' template?
While free shipping is seen at the bottom of the screen shot, is that because OPC has determined that there is free shipping or is that because the free shipping module is installed. The bolded text above leads to the potential thought that the free shipping module may not be installed. I suspect that it is because of who is posting, but can't tell by the post.
In this case (a virtual order), OPC has determined that the order is "virtual" and has set the shipping to free_free.
Would you create a single-shot OPC debug for my review and send the file (they're pretty large) to my direct email address?
To create that debug-file for just this issue, logout then log back in and navigate to the initial checkout_one page. Then, delete the associated customer's OPC debug file, click the Confirm/Review button and send me the copy of the debug-file that contains only that transition's processing.
I've send you a mail via your site's contact form
I've got this updated on OPC's GitHub repository (https://github.com/lat9/one_page_checkout/issues/152); the update will be included in OPC's next release.
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!
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:
Any ideas?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]
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.