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 895c3ac commit f4e5ff7Copy full SHA for f4e5ff7
app/code/Magento/Checkout/view/frontend/web/js/cart/ensure-subtotal-sync.js
@@ -60,6 +60,7 @@ define([
60
const central = getCentralSubtotal(), summary = getSummarySubtotal();
61
if (!isNaN(central) && !isNaN(summary) && central !== summary) {
62
const $updateBtn = $root.find('.cart.main.actions button.action.update');
63
+
64
if ($updateBtn.length) {
65
clicked = true;
66
$updateBtn.trigger('click');
0 commit comments