{% capture email_title %}Hey {{customer.first_name}} {{customer.last_name}}, {% endcapture %}
{% capture email_body %}Thank you for your purchase! Here are your downloads: {% endcapture %}
{{ email_title }}
| |
{%- if shop.email_logo_url %}
{%- else %}
{%- endif %}
|
| |
| |
|
{{ email_title }}
{{ email_body }}
|
| |
{% for attachment in attachments %}
|
{{ attachment.product_name }}
{{ attachment.name }}
|
|
|
|
{% endfor %}
|
{%- if shop.email_logo_url %}
{%- else %}
{%- endif %}
|
If you have any questions, reply to this email or contact us at {{ shop.email }}
|
| |
|
|