Clear the cart
You can give customers the option to clear all items from their cart. This is done by including a clear_cart tag
syntax
{% form "clear_cart" %}
<input type="submit" value="clear" />
{% endform %}
You can give customers the option to clear all items from their cart. This is done by including a clear_cart tag
{% form "clear_cart" %}
<input type="submit" value="clear" />
{% endform %}