Skip to content

Instantly share code, notes, and snippets.

@atikju
Created October 25, 2018 17:39
Show Gist options
  • Save atikju/9787859594b9b784fa9e116e056ae1ae to your computer and use it in GitHub Desktop.
Save atikju/9787859594b9b784fa9e116e056ae1ae to your computer and use it in GitHub Desktop.
Shopify - Remove item from Cart
{% for item in cart.items %}
<a class="cart-removal" data-line-id="{{ forloop.index }}" href="/cart/change?line={{ forloop.index }}&quantity=0" rel="{{ item.id }}">Remove Item</a>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment