Customer

Customer Email & Orders

Shows account email and loops recent orders on the account page.

Copy or embed this snippet

<p>{{ customer.email }}</p>
{% for order in customer.orders limit: 5 %}
  <a href="{{ order.customer_url }}">Order {{ order.name }} — {{ order.total_price | money }}</a>
{% 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