Chris Brown
Chris Brown
> If that base update is now acceptable, I'll follow up with some reformatting/refactoring prior to merge. 👍
I don't think this fixes the root problem. This PR will simply apply no tax, instead of reverting to the store's tax zone.
Note: Zen Cart only stores the pre-taxed price of the product, even with tax-included-pricing enabled. The higher price with "tax included" is simply present as an aid to back-calculate the...
MultiFactorAuth class reworked to incorporate various features from more updated implementations, but still be a standalone class. Store owner can enable MFA via a config switch in "Admin->My Store". Store...
They can occasionally be different, such as (sometimes) if the payment provider does a redirect from another website, or the payment is recorded via a webhook such as a PayPal...
What was the console error message?
This works for display everywhere using the new notifier hook, but the tests are failing because I inadvertently broke something in the add-to-cart button on the product page. Working on...
> i also think your problem is here: Yes, that was it.
Yes, PSR4 is probably the simplest solution.
Despite this PR touching a lot of files, I think it certainly improves the consistency across the many places where product data is rendered, instead of the sometimes wildly different...