0
votes

How can I delete an item from the cart in without going to the cart page? Can I create a form which deletes a single item from cart when submitted?

1
Do you need something dynamic or a Liquid form?Alice Girard

1 Answers

0
votes
$.get("/cart/change?line=1&quantity=0");

worked for me but it does not update counter next to the cart icon.