Skip to content

Instantly share code, notes, and snippets.

@jchew
Created November 10, 2022 17:17
Embed
What would you like to do?
Magical Custom Fields : Email Notifications
{% unless line.properties == empty %}
{%- for prop in line.properties -%}
<p>
<span>{{ prop.first }}: </span>
<span> {{ prop.last }} </span>
</p>
{%- endfor -%}
{% endunless %}
@jchew
Copy link
Author

jchew commented Nov 10, 2022

Insert in between:

{% for line in subtotal_line_items %}

{% endfor %}

in Shopify email templates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment