Skip to content

Commit

Permalink
ENGCOM-3251: [Backport] Fix empty cart button #18597
Browse files Browse the repository at this point in the history
 - Merge Pull Request #18597 from luukschakenraad/magento2:18589_2.2
 - Merged commits:
   1. 7acc46a
  • Loading branch information
magento-engcom-team committed Oct 23, 2018
2 parents e9c1946 + 7acc46a commit b0a255d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<?php endif ?>
<table id="shopping-cart-table"
class="cart items data table"
data-mage-init='{"shoppingCart":{"emptyCartButton": "action.clear",
data-mage-init='{"shoppingCart":{"emptyCartButton": ".action.clear",
"updateCartActionContainer": "#update_cart_action_container"}}'>
<caption class="table-caption"><?= /* @escapeNotVerified */ __('Shopping Cart Items') ?></caption>
<thead>
Expand Down

0 comments on commit b0a255d

Please sign in to comment.