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!
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!
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!
Those divs (one for the billing- and one for the shipping-address) are where OPC's AJAX processing (via /includes/modules/pages/checkout_one/jquery.checkout_one.js, and its minimized version) display any error messages associated with an address-entry, e.g. a street-address that isn't supplied.
The messages show up whether guest- or account-checkout, if an address-related error occurs.
OK Cindy - thanks so much for taking the time to help! Appreciate it!
No problems. If you open an issue on GitHub, I'll get that added to the on-line documentation.
I've just submitted v2.3.0 of One-Page Checkout to the Zen Cart moderators for review; I'll post back here when it's available for download.
This release contains changes associated with the following GitHub issues:
#226: Add notifications to enable additional address-related validations.
#227: Display validated addresses in "address-book" format, reducing on-screen real-estate usage.
#228: Re-structure admin initialization, reducing memory required.
#229: Add configurable CSS/jQuery "selector", used to locate the order's current total.
#230: Gather all fields from the address_book for formatting, increases interoperation.
#231: Correct double message when a coupon is added to the order.
#232: OnePageCheckout::validateUpdatedAddress, use as-supplied values.
#233: Remove no longer used OnePageCheckout::validatePostedAddress method.
#234: Dynamically updated billing-address title, based on whether it's for Billing/Shipping or only Billing.
#235: Use "standard" Zen Cart layout for the registered-accounts' create-account page.
#236: Correct checkout processing for "registered accounts".
#237: Correct guest and registered-account interactions with the "Shipping Estimator".