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.
2 parents e233c2d + 31606b3 commit 4990c46Copy full SHA for 4990c46
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 class="table-caption"><?= /* @escapeNotVerified */ __('Shopping Cart Items') ?></caption>
30
<thead>
0 commit comments