Commit 0dce8c8
committed
AC-16096: [Cart] Shopping cart page is not loading when Fixed product Tax is enable
Modified getCentralSubtotal() in ensure-subtotal-sync.js to specifically select .price-excluding-tax elements when calculating row totals.
This ensures the central subtotal calculation matches the summary subtotal display, preventing the infinite refresh loop.1 parent 410b59d commit 0dce8c8
File tree
1 file changed
+1
-1
lines changed- app/code/Magento/Checkout/view/frontend/web/js/cart
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments