Skip to content

Instantly share code, notes, and snippets.

@nord
nord / email_html.html
Last active April 17, 2016 15:10
Code snippets for adding links to invoices to Order Confirmation emails in Shopify. Used by Sufio for Shopify app (http://sufio.com/shopify).
<a href="{{ shop.url }}/apps/sufio/invoice/?id={{ id }}&number={{ order_number }}">View or download invoice</a>