{% assign lighter_gradient_color = "#00C6FF" %} {% assign darker_gradient_color = "#0072FF" %} {% capture order_id_text %}Order {{ order_name }}{% endcapture %} {% capture email_title %}Thank you for your purchase!{% endcapture %} {% capture email_body %} {% if requires_shipping %} Hi {{ customer.first_name }}, we're getting your order ready to be shipped. We will notify you when it has been sent. {% endif %} {% endcapture %} {% capture intro_text_color %}#FFFFFF{% endcapture %} {% capture view_order_link_text %}View your order →{% endcapture %} {% capture view_order_button_color %}#FFFFFF{% endcapture %} {% capture cart_items_heading_text %}Order summary{% endcapture %} {{ email_title }} {% for line in line_items %} {% if line.product.title %} {% assign line_title = line.product.title %} {% else %} {% assign line_title = line.title %} {% endif %} {% endfor %} {% if shipping_address or billing_address or shipping_method %} {% endif %}