Ok, do you know the selector necessary for Bootstrap off hand?
Ok, do you know the selector necessary for Bootstrap off hand?
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
I'm having issues with this when trying to use Guest Checkout. At first I thought it was related to my template, but I just tried a fresh install of ZenCart 1.5.7 with Responsive Classic template and a fresh install of One-Page Checkout version 2.3.3
ZC was installed with demo data. I set a random name for moneyorder payment and deleted moneyorder from the disallowed payment methods. Shipping is set as 'Flat Rate'.
When trying to do a guest checkout there is no content in the right column. so nothing related to shipping or payment.
Am I making an incorrect assumption that this should just work out of the box with responsive classic?
Now I'll go and hang my head in shame for not filling in the form fields before typing out the question on the forums!
My apologies. It does indeed show the right side column once the fields on the left have been saved.
I have a question about the latest version of OPC 2.3.3. I have it installed on the newest Zen 1.5.7 with php7.3 and all seems like it is working properly.
On the Checkout page under the Shipping Method it lists the radio button and the price but it does not say which USPS service goes with each price. I do have a pic that explains my situation. Is it suppose to show the service names or not and how to get the names to show up there?
![]()
Last edited by GoofyGrrl2; 17 Jul 2020 at 06:16 PM.
... as identified in the OPC's additional documentation: https://github.com/lat9/one_page_che...y_selectors.md
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
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.