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 708017a commit cc3835fCopy full SHA for cc3835f
app/code/Magento/Checkout/view/frontend/templates/cart/form.phtml
@@ -24,7 +24,7 @@
24
<?php endif ?>
25
<table id="shopping-cart-table"
26
class="cart items data table"
27
- data-mage-init='{"shoppingCart":{"emptyCartButton": "action.clear",
+ data-mage-init='{"shoppingCart":{"emptyCartButton": ".action.clear",
28
"updateCartActionContainer": "#update_cart_action_container"}}'>
29
<caption role="heading" aria-level="2" class="table-caption"><?= /* @escapeNotVerified */ __('Shopping Cart Items') ?></caption>
30
<thead>
0 commit comments