mediarox/module-compatibility-amasty-checkout-netresearch-shipping-ui

Compatibility module for the modules netresearch/module-shipping-ui & amasty/module-single-step-checkout.

0.0.4 2022-11-04 16:00 UTC

This package is auto-updated.

Last update: 2024-05-04 19:18:58 UTC


README

Compatibility module for

  • amasty/module-single-step-checkout
  • netresearch/module-shipping-ui

Corrected behaviors

  1. 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.