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 a9e5685 commit ef27c5bCopy full SHA for ef27c5b
app/code/Magento/Checkout/Block/Cart/Sidebar.php
@@ -70,7 +70,7 @@ public function getConfig()
70
'imageTemplate' => $this->getImageHtmlTemplate(),
71
'baseUrl' => $this->getBaseUrl(),
72
'minicartMaxItemsVisible' => $this->getMiniCartMaxItemsCount(),
73
- 'websiteId' => $this->getQuote()->getStore()->getWebsiteId()
+ 'websiteId' => $this->_storeManager->getStore()->getWebsiteId()
74
];
75
}
76
0 commit comments