Re: One-Page Checkout [Support Thread]
Template: ZCA-Bootstrap-Template-3.6.1
php version: 8.1
zencart 1.5.8
Been trying to get this to work with no success.
With My current settings
State field - Display as pulldown when possible? (set to false).
I fill out the address in the form and click enter I get
“Please select a state from the States pull down menu. State field - Display as pulldown when possible?”
Please note that OPC forms always shows the drop down no matter what the setting is.
What am I doing wrong?
Re: One-Page Checkout [Support Thread]
You're doing nothing wrong; that's a base Zen Cart issue for the zc158 series.
See the following PRs for the changes: https://github.com/zencart/zencart/pull/5711/files superceded by https://github.com/zencart/zencart/p...c1485a45cc03f9
Note that the line numbers in the latter commit will be somewhat off from the zc158 release, due to module refactoring.
Re: One-Page Checkout [Support Thread]
Currently using V 2.4.5 of this plugin. If we upgrade to V 2.4.6, will we keep our current settings that we have with V 2.4.5 of this plugin, and can we safely upgrade to V 2.4.6, and keep all our existing settings?
Kind Regards,
Andy
Re: One-Page Checkout [Support Thread]
That seem to work for the site. I no longer have the drop down issue.
But as for the OPC I am still showing a state dropdown
Please note: I am currently using opc 2.4.6
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
chadlly2003
That seem to work for the site. I no longer have the drop down issue.
But as for the OPC I am still showing a state dropdown
Please note: I am currently using opc 2.4.6
That's an OPC "feechur" that was introduced in v2.3.2: https://github.com/lat9/one_page_checkout/issues/256
Unfortunately, I can't find the reference to what the "autofill" error looked like.
Re: One-Page Checkout [Support Thread]
LAt 9
If i got this correct i made the following changes. But that drop down issue still remains?
HTML Code:
https://github.com/lat9/one_page_checkout/commit/af15b869b1e626cd3ca503d90fd026a1e52e1f52#diff-48ff9be287ce8a5470b4b6fc5b06369be3127311bd2e558f44ae2c3565dfd3504
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
chadlly2003
LAt 9
If i got this correct i made the following changes. But that drop down issue still remains?
HTML Code:
https://github.com/lat9/one_page_checkout/commit/af15b869b1e626cd3ca503d90fd026a1e52e1f52#diff-48ff9be287ce8a5470b4b6fc5b06369be3127311bd2e558f44ae2c3565dfd3504
I did some more tests when going to the address book and changing or adding an address I get the drop down (Please select a state from the States pull down menu.)
Re: One-Page Checkout [Support Thread]
On PHP 8.1, OPC 2.4.6, using Bootstrap 3.6.2, I get a super quick flash of
Sorry, but our expedited checkout process cannot be used.
then it disappears.
Could it be that having FedEx *and* UPS *and* USPS enabled takes longer than expected which causes this?
Re: One-Page Checkout [Support Thread]
@chadlly2003, my point with that issue is that One-Page Checkout, starting with v2.3.2, will always use the state drop-downs if a country has defined zones, regardless the value of the configuration setting.
Re: One-Page Checkout [Support Thread]
Quote:
Originally Posted by
swguy
On PHP 8.1, OPC 2.4.6, using Bootstrap 3.6.2, I get a super quick flash of
Sorry, but our expedited checkout process cannot be used.
then it disappears.
Could it be that having FedEx *and* UPS *and* USPS enabled takes longer than expected which causes this?
In a word: Yes.