{% assign lighter_gradient_color = "#00C6FF" %}
{% assign darker_gradient_color = "#0072FF" %}
{% capture email_title %}Welcome to {{ shop.name }}{% endcapture %}
{% capture email_body %}You've activated your customer account. Next time you shop with us, log in for faster checkout.{% endcapture %}
{% capture button_label %}Visit our store{% 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 %}
|
|
|