{{template config_path="design/email/header_template"}}
{{trans "%name," name=$order.getCustomerName()}} {{trans "Thank you for your order from %store_name." store_name=$store.frontend_name}} {{trans 'You can check the status of your order by logging into your account.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}} {{depend store_hours}} {{trans 'Our hours are %store_hours.' store_hours=$store_hours |raw}} {{/depend}} {{trans 'If you have questions about your order, you can email us at %store_email.' store_email=$store_email |raw}} |
||||
{{trans "Your Credit Memo #%creditmemo_id for Order #%order_id" creditmemo_id=$creditmemo.increment_id order_id=$order.increment_id}} |
||||
{{depend comment}}
|
{{/depend}}