{{template config_path="design/email/header_template"}}
|
{{trans "%customer_name," customer_name=$order.getCustomerName()}} {{trans "Thank you for your order from %store_name." store_name=$store.getFrontendName()}} {{trans "Once your package ships we will send you a tracking number."}} {{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 'For orders of eBooks or audiobooks, if you haven't already done so, you should install the Glassboxx app on your Android or iOS smartphone or tablet, log in with the email address used for your purchase. If you already have the Glassboxx app, your eBooks and audiobooks will automatically appear.'}} {{trans 'If you have questions about your order, you can email us at %store_email' store_email=$store_email |raw}}{{depend store_phone}} {{trans 'or call us at %store_phone' store_phone=$store_phone |raw}}{{/depend}}. {{depend store_hours}} {{trans 'Our hours are %store_hours.' store_hours=$store_hours |raw}} {{/depend}} |
||||
{{trans 'Your Order #%increment_id' increment_id=$order.increment_id |raw}}{{trans 'Placed on %created_at' created_at=$order.getCreatedAtFormatted(2) |raw}} |
||||
{{depend order.getEmailCustomerNote()}}
{{/depend}}
|