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 c039f45 commit a2f6702Copy full SHA for a2f6702
app/code/Magento/Checkout/view/frontend/web/js/cart/ensure-subtotal-sync.js
@@ -66,6 +66,7 @@ define([
66
return;
67
}
68
const central = getCentralSubtotal(), summary = getSummarySubtotal();
69
+
70
if (!isNaN(central) && !isNaN(summary) && central !== summary) {
71
const $updateBtn = $root.find('.cart.main.actions button.action.update');
72
if ($updateBtn.length) {
0 commit comments