lat9
lat9
Also missing the closing `"` for the anchor tag's href attribute: `$link = '' . MORE_INFO_TEXT . '';` Added a `"` just before the 'title=' attribute.
That notification could be at the end of the checkout_shipping: `NOTIFY_HEADER_END_CHECKOUT_SHIPPING`. At that point, the order's been built (albeit without payment information) so that an `$order` object is available to...
> > That notification could be at the end of the checkout_shipping: `NOTIFY_HEADER_END_CHECKOUT_SHIPPING`. > > At that point, the order's been built (albeit without payment information) so that an `$order`...
`` I feel that we've done ourselves a disservice over the past few years, injecting these casts within a _called_ script (e.g. the `currencies.php` class for this case) as the...
Perhaps, rather than casting to a float (which has all kinds of penny-off rounding implications), we should have a `zen_convert_currency_value` function that simply 'sanitizes' a supposed currency (string)input based on...
Was this, by chance, related to the change made for #4870 and #4871?
It's only been 4 days since you submitted; lack of time to review (for me anyway) is the problem.
@torvista, are you referring to the State/Province entry? Note in the screenshot above that the country dropdown has already been moved to the top of the address-related entries.
The 'mention' above will, I believe, correct the following portion. Since the language files are now loaded via class-based methods, the main language file (and any template-overrides) will need to...
> But still, the order of the loading of the array is effectively the language priority, so the browser language has priority over the session language....which I would disagree with....