{% assign lighter_gradient_color = "#00C6FF" %} {% assign darker_gradient_color = "#0072FF" %} {% capture email_title %}New order{% endcapture %} {% capture email_body_intro %}Hello {{ shop_name }},{% endcapture %} {% capture email_body_text %}{{ customer.name | default: "Someone" }} placed a new order with your store on {{ date | date: "%b %d at %I:%M %p" }}.{% endcapture %} {% capture intro_text_color %}#FFFFFF{% endcapture %} {% capture button_label %}View order {{order_name}} →{% endcapture %} {% capture button_color %}#FFFFFF{% endcapture %} {% capture order_items_heading_text %}Items ordered{% 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 %} {% if shopify_shipping_enabled %} {% endif %}