Skip to content

Commit f4e5ff7

Browse files
committed
Price of product in cart affected by catalog price rule does not change when rule is adjusted by the staging update
1 parent 895c3ac commit f4e5ff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/cart/ensure-subtotal-sync.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ define([
6060
const central = getCentralSubtotal(), summary = getSummarySubtotal();
6161
if (!isNaN(central) && !isNaN(summary) && central !== summary) {
6262
const $updateBtn = $root.find('.cart.main.actions button.action.update');
63+
6364
if ($updateBtn.length) {
6465
clicked = true;
6566
$updateBtn.trigger('click');

0 commit comments

Comments
 (0)