
Originally Posted by
lat9
There are a number of selectors required by OPC's jQuery; those console-logs will indicate which one(s) are missing.
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
Code:
<td class="text-left">
to
Code:
<td class="text-left" id="OPC">
Then under Configuration >> One-Page Checkout Settings > Order Total, jQuery Selector > change the value to #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