I think it would, Refresh is a Shopify theme, based on Dawn. I see in the demo it uses a drawer, so you might want look into the cart-drawer.liquid to add the
Clear cart
in to.
A user seeks code to add a “clear cart” button to Shopify’s Dawn theme without using third-party apps.
Solution Provided:
Another user shares a simple code snippet:
<a href="/cart/clear">Clear cart</a>
Implementation Details:
Key Points:
I think it would, Refresh is a Shopify theme, based on Dawn. I see in the demo it uses a drawer, so you might want look into the cart-drawer.liquid to add the
Clear cart
in to.