Cart

Cart Items Loop

Loops through all items currently in the cart.

Copy or embed this snippet

{% for item in cart.items %}
  <img src="{{ item.image | image_url: width: 100 }}">
  <h3>{{ item.product.title }}</h3>
  <p>Qty: {{ item.quantity }}</p>
  <p>{{ item.final_line_price | money }}</p>
{% endfor %}

Embed this snippet on your blog or docs — attribution link appreciated: HTMLToLiquid Converter · Convert to Shopify section →

Generate Shopify sections

Free AI-powered converter — OS 2.0 compatible output with schema validation.

Start converting HTML