{% assign lighter_gradient_color = "#00C6FF" %}
{% assign darker_gradient_color = "#0072FF" %}
{% capture email_title %}Activate your account{% endcapture %}
{% capture email_body %}You've created a new customer account at {{ shop.name }}. All you have to do is activate it and choose a password.{% endcapture %}
{% capture button_label %}Activate your account{% endcapture %}
{% capture button_text_color %}#FFFFFF{% endcapture %}
|
{%- if shop.email_logo_url %}
{%- else %}
{%- endif %}
|
|
|
|
Hi {{ customer.first_name }},
{% if custom_message != blank %}
{{ custom_message }}
{% else %}
{{ email_body }}
{% endif %}
|
|
|