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 5911255 commit edc1f33Copy full SHA for edc1f33
app/code/Magento/Checkout/view/frontend/web/js/view/minicart.js
@@ -102,8 +102,9 @@ define([
102
self.isLoading(true);
103
});
104
105
- if (cartData().website_id !== window.checkout.websiteId ||
106
- cartData().store_id !== window.checkout.storeId
+ if (
+ cartData().website_id !== window.checkout.websiteId &&
107
+ cartData().website_id !== undefined
108
) {
109
customerData.reload(['cart'], false);
110
}
0 commit comments