Skip to content

Commit 8036f49

Browse files
author
Mastiuhin Olexandr
committed
MC-28956: Discounted shipping price is incorrectly displayed on multishipping review order page
1 parent 121fadd commit 8036f49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Multishipping/Model/Checkout/Type/Multishipping.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ public function setShippingMethods($methods)
625625
$addressId = $address->getId();
626626
if (isset($methods[$addressId])) {
627627
$address->setShippingMethod($methods[$addressId]);
628+
$address->setCollectShippingRates(true);
628629
} elseif (!$address->getShippingMethod()) {
629630
throw new \Magento\Framework\Exception\LocalizedException(
630631
__('Set shipping methods for all addresses. Verify the shipping methods and try again.')

0 commit comments

Comments
 (0)