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 c7207f6 commit 72c4965Copy full SHA for 72c4965
app/code/Magento/Quote/Model/QuoteManagement.php
@@ -232,6 +232,7 @@ public function createEmptyCart()
232
$quote->setShippingAddress($this->quoteAddressFactory->create());
233
234
try {
235
+ $quote->getShippingAddress()->setCollectShippingRates(true);
236
$this->quoteRepository->save($quote);
237
} catch (\Exception $e) {
238
throw new CouldNotSaveException(__('Cannot create quote'));
0 commit comments