Quick question (hopefully). Is there a reason why the message "Sorry, but our expedited checkout process cannot be used" is displayed for a brief second during checkout? I reverted all the cosmetic changes I made to the template overrides thinking that was the reason for it, but the message still pops quickly and disappears after the page loads. No error logs. Is this a normal occurrence?
See https://github.com/lat9/one_page_checkout/issues/314 for follow-on changes.
I've just submitted v2.3.12 of OPC for the Zen Cart moderators' review; I'll post back here when it's available for download (https://www.zen-cart.com/downloads.php?do=file&id=2095).
This release contains changes associated with these GitHub issues:
#309: Correct PHP notice on missing HTTP_USER_AGENT
#310: Correct PHP notice for missing gender on guest-account creation.
#314: Correct misleading "Shipping options have changed" messaging when cart's changed post-checkout start.
Hi @lat9,
I've received reports of a bug in the address processes during checkout. I tested this myself with a clean install of ZC 1.5.7d and OPC and can confirm I saw the same issues that were reported to me.
I have pasted the initial report as I received it.
1. If you only have 2 addresses in your address book and go to edit either the shipping or billing details, you don't get the drop down menu with the other address in it, you just have to fill out your details again. Ideally, if someone has 2 + addresses, the drop down should appear on both shipping and billing
2. If you have 3 + addresses, and you change your billing details,
your shipping address automatically changes. This shouldn't happen, you should be able to change your billing details and it not have an effect on the shipping address. The problem only occurs when you change the billing details. If you change the shipping address, the billing details do not update. Things to note:
* When you manually change the billing address at checkout, the
problem doesn't occur. It only seems to be when you are choosing from the drop down
* If you test this, when I initially added more addresses to my
account and then changed the billing details, the problem didn't occur. However, when you log out and back in, that's when you get the issue.