Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
swguy
OPC 2.2.2, Zen Cart 1.5.6c.
Entering a coupon code on the checkout_one screen causes the success message to be shown twice. See image.
Seems to happen on all templates (here shown on responsive_classic).
Yep, I've noticed that too. I'll see what I can do to correct in the forthcoming v2.3.0 release.
GitHub tracking issue: https://github.com/lat9/one_page_checkout/issues/231
Re: One-Page Checkout [Support Thread]
Also related to yourstore template: when a customer checks out with PayPal Express checkout from the shopping cart page, after they fill out PayPal details, they get sent back to standard checkout. Is this something that can be fixed to use OPC or no?
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
swguy
Also related to yourstore template: when a customer checks out with PayPal Express checkout from the shopping cart page, after they fill out PayPal details, they get sent back to standard checkout. Is this something that can be fixed to use OPC or no?
That's 'standard' behavior of One-Page Checkout at the current time; see this (https://github.com/lat9/one_page_checkout/issues/181) GitHub issue for tracking.
Re: One-Page Checkout [Support Thread]
Thank you! For some reason I got mixed up reading the doc and though this already worked.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
swguy
Thank you! For some reason I got mixed up reading the doc and though this already worked.
No problems (and thanks for reading!). I'll get the documentation updated for the forthcoming v2.3.0 to make sure that the limitation is highlighted.
1 Attachment(s)
Re: One-Page Checkout [Support Thread]
I have OPC installed on a 155e website but am having an issue with the guest checkout. The top part where you enter the info is fine, it is the bottom part that is shaded out and there is no checkout button. Has anyone experienced this before? I have checked the forum and don't see anything.
php is 7.3xx, template derived from classic responsive, have added square to the part that says requires confirmation (although I don't know if it does... was just trying everything I could) FEC and css/jss installed but disabled but don't want to completely uninstall because customer insists on guest checkout
Attachment 18852
Any help appreciated.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
stellarweb
I have OPC installed on a 155e website but am having an issue with the guest checkout. The top part where you enter the info is fine, it is the bottom part that is shaded out and there is no checkout button. Has anyone experienced this before? I have checked the forum and don't see anything.
php is 7.3xx, template derived from classic responsive, have added square to the part that says requires confirmation (although I don't know if it does... was just trying everything I could) FEC and css/jss installed but disabled but don't want to completely uninstall because customer insists on guest checkout
Attachment 18852
Any help appreciated.
That's OPC waiting for the guest to click that "Update" button to record their address so that the shipping and payment method's possible zone-related checks can proceed without error.
Re: One-Page Checkout [Support Thread]
WHOO HOO that worked!!! I want to make the update button bigger with some verbiage to click it to continue or something and rename it - it is tiny on this site, so would look better larger
Thanks so much Cindy!
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
stellarweb
WHOO HOO that worked!!! I want to make the update button bigger with some verbiage to click it to continue or something and rename it - it is tiny on this site, so would look better larger
Thanks so much Cindy!
No problems, Judy. You might try changing the site to use CSS buttons (they're so much more customizable!).
Re: One-Page Checkout [Support Thread]
This customer does design too... so very hands on with the site. I will suggest it to her.
In the meantime, when I look at the code on the site I see this <div id="messages-bill"></div> which looks like it would show up right above the update button.
Unfortunately I cant find it anywhere in the files except for two .css files. Can you tell me where I can find that for the guest page? And would it show up ONLY on the guest page where they enter the address and then click the button?
Thanks!