Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stoll/129813ae6f63b88f16ee to your computer and use it in GitHub Desktop.
Save stoll/129813ae6f63b88f16ee to your computer and use it in GitHub Desktop.
Shopify: Customer Password Reset in HTML (Danish)
<!-- TRANSLATED BY: Sebastian Stoll from www.justonline.dk -->
{% if customer.name %}
<p>Hej, {{ customer.name }}!</p>
<p></p>
{% endif %}
<p>Du har anmodet om en nulstilling af dit kodeord på {{ shop.name }}</p>
<p></p>
<p>Klik på følgende link, for at vælge et nyt kodeord:</p>
<p></p>
<p>{{ customer.reset_password_url }}</p>
<p></p>
<p>Hvis du modtager denne e-mail ved en fejl, kan du blot ignorere denne.</p>
<p>
Med venlig hilsen,
<br />
{{ shop.name }}
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment