{% assign lighter_gradient_color = "#00C6FF" %} {% assign darker_gradient_color = "#0072FF" %} {% capture email_title %}Are you ready to complete your order?{% endcapture %} {% capture intro_text_color %}#FFFFFF{% endcapture %} {% capture complete_order_link_text %}Complete your purchase →{% endcapture %} {% capture complete_order_button_color %}#FFFFFF{% endcapture %} {% capture cart_items_heading_text %}Order summary{% endcapture %} {{ email_title }} {% if custom_message != blank %} {% endif %} {% 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 %}