Download the PHP package mediarox/module-compatibility-amasty-checkout-magento-persistent without Composer
On this page you can find all versions of the php package mediarox/module-compatibility-amasty-checkout-magento-persistent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mediarox/module-compatibility-amasty-checkout-magento-persistent
More information about mediarox/module-compatibility-amasty-checkout-magento-persistent
Files in mediarox/module-compatibility-amasty-checkout-magento-persistent
Package module-compatibility-amasty-checkout-magento-persistent
Short Description Compatibility module for the modules magento/module-persistent & amasty/module-single-step-checkout.
License MIT
Informations about the package module-compatibility-amasty-checkout-magento-persistent
Compatibility module for
- amasty/module-one-step-checkout-core (old: amasty/module-single-step-checkout)
- magento/module-persistent
Corrected behaviors
-
Initial check if the email address loaded from browser storage already exists in the system
In the standard of Amasty/Magento the following distinction is made in the checkout:
- A: New customer. He might need a new account.
- B: Old customer. He could possibly log in.
These distinctions result in different layouts. For example, in case B, no "Confirm password" field is displayed. If you now decide to turn on persistence within Magento, it is much more likely that the email address is already in the browser's memory. Since Amasty does not directly check if this email address already exists in Magento when initially building the email form, the layout (A or B) may be incorrect, which can cause the customer to be prevented from logging in. So we extend the associated component (Amasty_CheckoutCore/js/view/form/element/email) and its "initialize" method with a mixin and add the check.
Installation
Notice
Further suggestions, corrections or features (pull requests or issues) are welcome.
All versions of module-compatibility-amasty-checkout-magento-persistent with dependencies
magento/module-persistent Version 100.4.*