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 302f6c5 commit 5e339baCopy full SHA for 5e339ba
app/code/Magento/Checkout/view/frontend/web/js/model/totals.js
@@ -22,7 +22,7 @@ define([
22
quoteItems(newValue.items);
23
});
24
25
- if (!isNaN(subtotalAmount) && quoteSubtotal !== subtotalAmount) {
+ if (!isNaN(subtotalAmount) && quoteSubtotal !== subtotalAmount && quoteSubtotal !== 0) {
26
customerData.reload(['cart'], false);
27
}
28
0 commit comments