{% assign lighter_gradient_color = "#00C6FF" %} {% assign darker_gradient_color = "#0072FF" %} {% capture order_id_text %}Order {{ order_name }}{% endcapture %} {% capture email_title %}Your shipping status has been updated{% endcapture %} {% capture email_body %}The following items have been updated with new shipping information.{% endcapture %} {% capture intro_text_color %}#FFFFFF{% endcapture %} {% capture view_order_link_text %}View your order →{% endcapture %} {% capture view_order_button_color %}#FFFFFF{% endcapture %} {% capture shipment_items_heading_text %}Items in this shipment{% 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 %} {% if line.quantity < line.quantity %} {% capture line_description %} {{ line.quantity }} of {{ line.quantity }} {% endcapture %} {% else %} {% capture line_description %} {{ line.price }} {% endcapture %} {% endif %} {% endfor %}