Thank you
So I need to find which is the selector for my template, and use that in "Order Total, jQuery Selector"?
Not related:
Could you please tell me the difference between registered and full account?
Using my browser's Developer Tools and inspecting the 'total' value yields
#ottotal > .ot-text
There's a bunch of online documentation on the OPC GitHub repository, answering your question regarding registered vs. full accounts and others: https://github.com/lat9/one_page_checkout/
Thank you for your patience, and of course the help.
No errors.
I have yet another issue.
I activated the guest checkout, and get again the "Please contact the store owner; some required elements of this page are missing"
I fill in the fields for the address, and get:
Sorry, we are not accepting payments from your region at this time.
The payment module is check/money order
shipping is flat rate
order total all save the COD fee
I used USA address
And no log generated.
I have commented the following in CUSTOM/css/checkout_one.css
/*.floatingBox { width: 49%; }*/
.opc-view { position: relative; z-index: 2; /*box-shadow: 3px 3px 5px 6px #ccc;*/ }
However I get the same result when restoring them.