{% capture email_title %}Hello {{ shop_name }},{% endcapture %} {% capture email_body %}{{ customer.name | default: "Someone" }} placed a new order with your store on {{ date | date: "%b %d at %I:%M %p" }}.{% endcapture %} {% capture button_label %}View order {{order_name}}{% endcapture %} {{ email_title }}
 
{%- if shop.email_logo_url %} {{shop.name}} {%- else %}

{{ shop.name }}

{%- endif %}
 
{% if has_high_risks? %} {% else %} {% endif %}
 
{{ email_title }}
{{ email_body }}
 
{{ button_label }}
{% if fulfillment_aborted %}
The order was not automatically fulfilled because it was flagged as suspicious.
{% endif %}
 
Security check:
This order has a risk of being fraudulent. Review the order and contact the customer to verify their information.
 
 
Items ordered
 
{% assign rows_count = 0 %} {% for line in line_items %} {% unless rows_count == 0 %} {% endunless %} {% capture temp %}{{ num | plus: 1 }}{% endcapture %} {% assign rows_count = temp %} {% if line.image %} {% endif %}
 
{{ line.title }}
{{ line.title }}
{{ line.quantity }} x {{ line.price | money }} each
{% endfor %}
 
 
Payment processing method:
{{ gateway }}
{% if requires_shipping and shipping_address %}
 
Delivery method:
{% for shipping_method in shipping_methods %}
{{ shipping_method.title }}
{% endfor %}
 
Shipping address
{{ shipping_address.name }}
{{ shipping_address.name }} {{ shipping_address.street }}
{{ shipping_address.city }}, {{ shipping_address.province }} {{ shipping_address.zip }}
{{ shipping_address.country }} {% if shipping_address.phone %}
Phone: {{ shipping_address.phone }}{% endif %}
{% endif %} {% if shopify_shipping_enabled %}
 
Save time and money by fulfilling with Shopify Shipping.
{% endif %}
 
 
{%- if shop.email_logo_url %} {{ shop.name }} {%- else %}

{{ shop.name }}

{%- endif %}
 
If you have any questions, reply to this email or contact us at {{ shop.email }}