Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
richard7315
Update:
Potential fixes for issues 1 and 2 shown below:
1)
In the responsive_mobile.css find
/*bof checkout*/
#checkoutConfirmDefault .forward, #checkoutPayment .forward, #checkoutShipping .forward{float:right;width:auto !important;}
Removing float:right; seems to fix the display problem.
2)
The stylesheet.css has a minor bug. Around line 42 find:
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, {padding:0.8em;}
The comma after #bannerFive should be deleted.
I have tested the fixes with OPC turned on/off and did not notice any issues. Please can the Zen Cart team check and apply these fixes to the core code.
Many thanks
Richard
Thanks for those updates for the built-in responsive_classic template. I've created a GitHub issue (https://github.com/zencart/zencart/issues/6928) to identify this change-request.
Re: One-Page Checkout [Support Thread]
Quote:
One last item to "tidy up" ... registering the two new checkout pages into the ROBOTS_PAGES_TO_SKIP value. I don't think this is a high-priority item since the pages' names don't appear on any menus and include it only for completeness! If you want to make sure that robots aren't indexing the checkout_one and checkout_one_confirmation pages, you'll need to edit your template's version of /includes/languages/english/meta_tags.php and add those two page-names to the end of that constant's comma-separated-list.
meta_tags.php does not exist in my template's version of /includes/languages/english/ should i create one?
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
TamyA
meta_tags.php does not exist in my template's version of /includes/languages/english/ should i create one?
Just copy /includes/languages/english/meta_tags.php to /includes/languages/english/YOUR_TEMPLATE/meta_tags.php and make your edits there.
I'll also suggest adding comments to identify which language constants are changed.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
lat9
Just copy /includes/languages/english/meta_tags.php to /includes/languages/english/YOUR_TEMPLATE/meta_tags.php and make your edits there.
I'll also suggest adding comments to identify which language constants are changed.
Oh, i see it now, i was looking for meta_tags.php and i could not find it, it is called lang.meta_tags.php
1 Attachment(s)
Re: One-Page Checkout [Support Thread]
zencart 2.1
php 8.2
template - ZCA Bootstrap template
OPC 2.5.4
Lat 9
I am having the same issue as #2608 in this thread
"Customer enters there address. Moves to change the country from United States to say Canada and the menu for Canada does not load in. It leaves the US states and just says:
"Please select a state from the States pull down menu."
Where should I look to fix this issue?
Seems to work if the international area has a dropdown for province. But leaves a input line which should not be there
Attachment 20939
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
chadlly2003
zencart 2.1
php 8.2
template - ZCA Bootstrap template
OPC 2.5.4
Lat 9
I am having the same issue as #2608 in this thread
"Customer enters there address. Moves to change the country from United States to say Canada and the menu for Canada does not load in. It leaves the US states and just says:
"Please select a state from the States pull down menu."
Where should I look to fix this issue?
Seems to work if the international area has a dropdown for province. But leaves a input line which should not be there
Attachment 20939
Just to be clear if it has a state or province like Canada all is good. When it does not have a state/province is when the issue occuurs as showed in the image above
Re: One-Page Checkout [Support Thread]
disregard it was a setting on my end
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
chadlly2003
disregard it was a setting on my end
... and what setting was that?
Re: One-Page Checkout [Support Thread]
Back in April 2020 it was established that customers checking out as a guest, without already having an account, would receive a text-only checkout email (https://github.com/lat9/one_page_checkout/issues/244).
Has anything changed in the interim or does that restriction still apply?
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
simon1066
Back in April 2020 it was established that customers checking out as a guest, without already having an account, would receive a text-only checkout email (
https://github.com/lat9/one_page_checkout/issues/244).
Has anything changed in the interim or does that restriction still apply?
Nothing has changed.