{{template config_path="design/email/header_template"}}
|
{{trans "Hi %customer_name," customer_name=$order_data.customer_name}}
{{trans "Thanks for shopping with us. We will send you a confirmation once your item ships."}} {{trans 'You can check the status of your order by logging into your account.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}} |
|
{{trans "Details"}} {{trans 'Order #%increment_id' increment_id=$order.increment_id |raw}} |
| {{layout handle="sales_email_order_items" order_id=$order_id area="frontend"}} |