We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121fadd commit 8036f49Copy full SHA for 8036f49
app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php
@@ -625,6 +625,7 @@ public function setShippingMethods($methods)
625
$addressId = $address->getId();
626
if (isset($methods[$addressId])) {
627
$address->setShippingMethod($methods[$addressId]);
628
+ $address->setCollectShippingRates(true);
629
} elseif (!$address->getShippingMethod()) {
630
throw new \Magento\Framework\Exception\LocalizedException(
631
__('Set shipping methods for all addresses. Verify the shipping methods and try again.')
0 commit comments