Skip to content

Instantly share code, notes, and snippets.

@omarieclaire
Created August 18, 2014 07:12
Show Gist options
  • Save omarieclaire/46b0f546956ebaf3070e to your computer and use it in GitHub Desktop.
Save omarieclaire/46b0f546956ebaf3070e to your computer and use it in GitHub Desktop.
Wyrd Distro Refund Notification
<center><img src="https://cdn.shopify.com/s/files/1/0250/7563/files/WDLOGO.jpg?332" height="120" style=align="middle";"/></center>
{% if customer.name %}
<p>Dear {{ customer.name }},</p>
<p></p>
{% endif %}
<p>{{ shop_name }} has refunded your order ({{ name }}){% if amount > 0 %} a total of {{ amount | money_with_currency }}{% endif %}{% if refund_line_items.size > 0 %} for:</p>
<p>{% for line in refund_line_items %}{{ line.quantity }}x {{ line.line_item.title }}</p>
{% endfor %}{% else %}.</p>{% endif %}
<p></p>
<a href="http://goo.gl/Gbl1E7">Click here to contact us with questions, comments or concerns</a></p><br />
Yours,<br /><br />
<em>The Wyrd Distro Volunteer Team</em></p><br />
<center>Wyrd Distro: a nonprofit, volunteer-run, curated offering of Canadian art.<br />
distro.weirdcanada.com<br />
<img src="https://cdn.shopify.com/s/files/1/0250/7563/files/Leaf.jpg?338" height="20" style=align="middle";"/></center>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment