mediarox / module-compatibility-amasty-checkout-netresearch-shipping-ui
Compatibility module for the modules netresearch/module-shipping-ui & amasty/module-single-step-checkout.
Maintainers
Details
github.com/mediarox/module-compatibility-amasty-checkout-netresearch-shipping-ui
Installs: 129
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:magento2-module
Requires
- amasty/module-single-step-checkout: ^4.1
- netresearch/module-shipping-ui: ^2.1.1
This package is auto-updated.
Last update: 2024-11-04 20:30:13 UTC
README
Compatibility module for
- amasty/module-single-step-checkout
- netresearch/module-shipping-ui
Corrected behaviors
-
Fixes a javascript ajax loop in checkout in case of preselect shipping method
The loop is characterized by the repetitive Ajax calls of "nrshipping/shipping-option/selection/update" and "shipping-information". An explanation can be found here. At the moment we override the mixin
Netresearch_ShippingUi/js/mixin/checkout/set-shipping-information
to remove the calls to "shippingService.isLoading". However, as can be seen from the issue above, it is not yet conclusive whether this is useful.
Installation
composer require mediarox/module-compatibility-amasty-checkout-netresearch-shipping-ui bin/magento setup:upgrade
Notice
Further suggestions, corrections or features (pull requests or issues) are welcome.