How can you let guests checkout with out having to log in?
How can you let guests checkout with out having to log in?
It seems like when you use "ship to a different address" feature, the salutation is misformed - Mr / Ms and the red star are all on different lines.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
It's malformed regardless whether it's the billing or shipping address. I'll open a GitHub issue to track, but it's low priority ... how many sites use the salutation anymore?
LOL I have a client who wants *more* salutation options. Dr., Rev, His Holiness, etc.
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
I'm preparing to submit v2.3.1 of One-Page Checkout to the plugin moderators for review and will post back here when it's available for download.
This release contains changes associated with the following GitHub issues:
#239: Additional notifier to enable site-specific 'hash' overrides.
#240: State dropdown displayed when it's not enabled.
#241: Additional session-variable clean-up on guest-checkout completion.
#242: Add parameters to 'formatAddressElement' method, enabling additional site-specific customizations.
#243: Load browser-detection class only if it's not already loaded.
#245: Remove password_forgotten from the guest-checkout's disallowed pages.
#246: Disallow guest-checkout on robot accesses.
#247: Correct Salutation field formatting.
#248: Additional session-variables to ignore for the "Ceon Sage Pay Direct" payment method.
#249: Correct guest-checkout order-confirmation emails' address formatting.
#250: Clarify that guest-checkout can continue via button-press on the login page.
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095
@lat9,
in reviewing a problem, the solution seems to involve a php setting of:
serialize_precision
according to this doc, a value of -1 gives the most precision and is recommended since php7.1
https://wiki.php.net/rfc/precise_float_value
do you see any problem with OPC here with that setup?
thanks.