{{template config_path="design/email/header_template"}}
{{layout handle="order_markup" order=$order 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 'If you have questions about your order, you can email us at %store_email' store_email=$store_email |raw}}
|
{{depend order.getEmailCustomerNote()}}
{{var order.getEmailCustomerNote()|escape|nl2br}}
|
{{/depend}}
{{layout handle="weltpixel_sales_email_order_items" order=$order area="frontend"}}
{{trans "BILLING ADDRESS"}}
{{var formattedBillingAddress|raw}}
|
{{depend order.getIsNotVirtual()}}
{{trans "SHIPPING ADDRESS"}}
{{var formattedShippingAddress|raw}}
|
{{/depend}}
{{trans "PAYMENT METHOD"}}
{{var payment_html|raw}}
|
{{depend order.getIsNotVirtual()}}
{{trans "SHIPPING METHOD"}}
{{var order.getShippingDescription()}}
{{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"}}