Skip to content

Commit cc3835f

Browse files
Fix empty cart button
1 parent 708017a commit cc3835f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Checkout/view/frontend/templates/cart

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/view/frontend/templates/cart/form.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<?php endif ?>
2525
<table id="shopping-cart-table"
2626
class="cart items data table"
27-
data-mage-init='{"shoppingCart":{"emptyCartButton": "action.clear",
27+
data-mage-init='{"shoppingCart":{"emptyCartButton": ".action.clear",
2828
"updateCartActionContainer": "#update_cart_action_container"}}'>
2929
<caption role="heading" aria-level="2" class="table-caption"><?= /* @escapeNotVerified */ __('Shopping Cart Items') ?></caption>
3030
<thead>

0 commit comments

Comments
 (0)