Skip to content

Instantly share code, notes, and snippets.

@cupnoodle
Created March 10, 2022 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cupnoodle/9f5caa1b91e4a35d1e6a17bad6fae341 to your computer and use it in GitHub Desktop.
Save cupnoodle/9f5caa1b91e4a35d1e6a17bad6fae341 to your computer and use it in GitHub Desktop.
Order confirmation email template with line item properties
{% unless line.properties == empty %}
<ul style="list-style-type: none; padding: 0;">
{% for property in line.properties %}
<li><span class="order-list__item-variant">{{ property.first }}: {{ property.last }}</span></li>
{% endfor %}
</ul>
{% endunless %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment