{% assign lighter_gradient_color = "#00C6FF" %}
{% assign darker_gradient_color = "#0072FF" %}
{% capture email_title %}Reset your password{% endcapture %}
{% capture email_body %}Click the button below to reset your customer account password at {{ shop.name }}.{% endcapture %}
{% capture email_body_footnote %}If you didn't request a new password, you can safely delete this email.{% endcapture %}
{% capture button_label %}Reset your password{% 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 %}
{{ email_body_footnote }}
|
|
|