Skip to content

Commit a857a79

Browse files
committed
MC-36425: “Select Shipping Method” page of Multishipping Checkout is corrupted if a Customer use “go back” browser button to return to the page
1 parent e6e5c73 commit a857a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Multishipping/Model/Cart/Controller/CartPlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public function beforeDispatch(Cart $subject, RequestInterface $request)
7474
/** @var Quote $quote */
7575
$quote = $this->checkoutSession->getQuote();
7676
if ($quote->isMultipleShippingAddresses() && $this->isCheckoutComplete()) {
77+
$this->disableMultishipping->execute($quote);
7778
foreach ($quote->getAllShippingAddresses() as $address) {
7879
$quote->removeAddress($address->getId());
7980
}

0 commit comments

Comments
 (0)