You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the module ShipperHQ_Shipper is disabled this issue is no longer happening.
\ShipperHQ\Shipper\Plugin\Checkout\ShippingInformationPlugin is doing some things in aroundSaveAddressInformation and it seems to be causing this. I think this event "around" might not be the right one since \Magento\Checkout\Model\ShippingInformationManagement::saveAddressInformation is being called after.
Steps to reproduce:
Register a new user.
Complete checkout using physical product.
Start checkout with another physical product in cart. Expected result:
Address used on step two is saved as default shipping address and can be used on step three. Actual result:
User has to enter new address from scratch.
The text was updated successfully, but these errors were encountered:
When the module ShipperHQ_Shipper is disabled this issue is no longer happening.
\ShipperHQ\Shipper\Plugin\Checkout\ShippingInformationPlugin is doing some things in aroundSaveAddressInformation and it seems to be causing this. I think this event "around" might not be the right one since \Magento\Checkout\Model\ShippingInformationManagement::saveAddressInformation is being called after.
Steps to reproduce:
Expected result:
Address used on step two is saved as default shipping address and can be used on step three.
Actual result:
User has to enter new address from scratch.
The text was updated successfully, but these errors were encountered: