{{template config_path="design/email/header_template"}}
{{layout handle="order_markup" order=$order order_id=$order_id area="frontend"}}
{{trans 'We\'re on it.'}}
|
{{trans 'We just received your order!'}}
|
{{trans 'ORDER NUMBER: %increment_id' increment_id=$order.increment_id |raw}}
|
{{trans 'Stay close! We will send you update along the way!'}}
|
{{trans 'You can view the entire status of your order by checking your account.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}
|
{{trans 'If you have questions about your order, you can email us at %store_email' store_email=$store_email |raw}}
|
{{depend order_data.email_customer_note}}
{{var order_data.email_customer_note|escape|nl2br}}
|
{{/depend}}
{{layout handle="weltpixel_sales_email_order_items" order=$order order_id=$order_id area="frontend"}}
{{trans "BILLING ADDRESS"}}
{{var formattedBillingAddress|raw}}
|
{{depend order_data.is_not_virtual}}
{{trans "SHIPPING ADDRESS"}}
{{var formattedShippingAddress|raw}}
|
{{/depend}}
{{trans "PAYMENT METHOD"}}
{{var payment_html|raw}}
|
{{depend order_data.is_not_virtual}}
{{trans "SHIPPING METHOD"}}
{{var order.shipping_description}}
{{if shipping_msg}}
{{var shipping_msg}}
{{/if}}
|
{{/depend}}
|
|
{{block class="Magento\Cms\Block\Block" area="frontend" block_id="weltpixel_custom_block_returns"}}
|
{{template config_path="design/email/footer_template"}}