Gail, what template are you using?
Printable View
Gail, what template are you using?
Thank for that, after you linked it I did find the documentation... But in reading before I fully missed it.
For Bootstrap you can just open includes/templates/bootstrap/templates/tpl_modules_order_totals.php
Change line 24 from
toCode:<td class="text-left">
Then under Configuration >> One-Page Checkout Settings > Order Total, jQuery Selector > change the value to #OPCCode:<td class="text-left" id="OPC">
Hope this helps someone else. Now I am looking for the single payment method bug where you cannot select the radio button. I think however that if only one payment or shipping module is live then there should even be a radio button.
~Melanie
Upon clicking "CONFIRM ORDER" I am getting the following error, over and over.
Your order's details have changed. Please review the current values and re-submit.
This is my console log
setFormSubmitButton, payment-module: moneyorder
VM73 jquery.checkout_one.min.js:5 Showing "confirm"
VM73 jquery.checkout_one.min.js:5 Setting orderConfirmed (0), submitter (null)
VM73 jquery.checkout_one.min.js:5 jQuery version: 3.4.0
VM73 jquery.checkout_one.min.js:5 submitFunction, 2 arguments: 0, 0,
VM73 jquery.checkout_one.min.js:5 Current order total:
$20.50
VM73 jquery.checkout_one.min.js:5 submitFunction, on exit submitter=null
VM73 jquery.checkout_one.min.js:5 Setting orderConfirmed (1), submitter (null)
VM73 jquery.checkout_one.min.js:5 Submitting order-creating form
VM73 jquery.checkout_one.min.js:5 Updating shipping method to advshipper_4-0-0, processing type: submit
index.php?main_page=checkout_one:285 {cache: false, type: "POST", traditional: true, dataType: "json", timeout: 5000, …}
VM73 jquery.checkout_one.min.js:5 Shipping method updated, error: false
VM73 jquery.checkout_one.min.js:5 Form submitted, type (submit), orderConfirmed (1)
VM73 jquery.checkout_one.min.js:5 Form checked, passed (true)
Navigated to https://####.com/index.php?main_page=checkout_one
2index.php?main_page=checkout_one:259 A parser-blocking, cross site (i.e. different eTLD+1) script, https://code.jquery.com/jquery-3.4.0.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ index.php?main_page=checkout_one:259
jquery.checkout_one.min.js?1594904786:5 setFormSubmitButton, payment-module: moneyorder
jquery.checkout_one.min.js?1594904786:5 Showing "confirm"
jquery.checkout_one.min.js?1594904786:5 Setting orderConfirmed (0), submitter (null)
jquery.checkout_one.min.js?1594904786:5 jQuery version: 3.4.0
Any insight is appreciated.
~Melanie
That's going to make it difficult to help.
I'll suggest comparing your magic template's templates sub-directory to make sure that there's not some stray, older versions of the OPC templates (delivered via the plugin's zip-file in the /template_default template's sub-directories).