{% assign lighter_gradient_color = "#00C6FF" %} {% assign darker_gradient_color = "#0072FF" %} {% capture email_title %}Complete your purchase{% endcapture %} {% capture email_body %}{% if item_count > 1 %}These items{% else %}This item{% endif %} will be reserved for you until: {{ reserve_inventory_until | date: "%B %d, %Y at %I:%M %p %Z" }}{% 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 }} {% 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 %}