{% capture email_title %} Activate your account {% endcapture %} {% capture email_body %}Hi {{ customer.first_name }}, thank you for creating a new customer account at
{{shop.name}}. There's one more step left. Please click the button below to activate your account and choose a password. {% endcapture %}{{ email_title }}
{{ email_title }}
{% if custom_message != blank %}
{{ custom_message }}
{% else %}
{{ email_body }}
{% endif %}
Thank you for joining our community!
{% if shop.url %}
{% endif %} |
|
|
|