{{template config_path="design/email/header_template"}}
{{layout handle="invoice_markup" invoice=$invoice area="frontend"}}
{{trans "Hi %name," name=$order.getCustomerName()}}
|
{{trans "Here\'s your Invoice :)" }}
|
{{trans "ORDER NUMBER: %increment_id." increment_id=$order.increment_id |raw}}
|
{{trans 'Your Invoice #%invoice_id' invoice_id=$invoice.increment_id |raw}}
|
{{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.getEmailCustomerNote()}}
{{var order.getEmailCustomerNote()|escape|nl2br}}
|
{{/depend}}
{{layout handle="weltpixel_sales_email_order_invoice_items" invoice=$invoice 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}}
|
|
{{template config_path="design/email/footer_template"}}