{% capture email_title %}
Your gift card
{% endcapture %}
{% capture email_body %}
{% if gift_card.expires_on %}
Your {{ gift_card.balance | money_without_trailing_zeros }} gift card for {{ shop.name }} is active. Keep this email or write down your gift card number. This gift card expires on {{ gift_card.expires_on }}.
{% else %}
Your {{ gift_card.balance | money_without_trailing_zeros }} gift card for {{ shop.name }} is active. Keep this email or write down your gift card number.
{% endif %}
{% endcapture %}
{% capture button_label %}View gift card {% endcapture %}
| |
{%- if shop.email_logo_url %}
{%- else %}
{%- endif %}
|
| |
| |
|
{{ email_title }}
{{ email_body }}
|
| |
{% if gift_card.pass_url %}
|
| |
{% endif %}
If you have any questions, reply to this email or contact us at {{ shop.email }}
|
|