How to add a clear/empty cart button in Shopify
You’d like to add a button to the cart to completely empty it. It’s simple, you simply added a link to the cart:
1 | <a href="/cart/clear" class="btn clear-cart">Empty Cart</a> |
If you want to use ajax technology, please use the...