{{template config_path="design/email/header_template"}}
|
{{trans "%name," name=$order.getCustomerName()}} {{trans "Thank you for your order from %store_name." store_name=$store.getFrontendName()}} {{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 'If you have questions about your order, you can email us at %store_email.' store_email=$store_email |raw}} |
|||||
Your Credit Memo {{trans "#%creditmemo" creditmemo=$creditmemo.increment_id }}Order {{trans "#%order_id" order_id=$order.increment_id }} {{trans 'Order Date: %created_at' created_at=$order.getCreatedAt() |raw}} {{trans 'Credit Memo Date: %creditmemo_date' creditmemo_date=$creditmemo.getCreatedAt() |raw}} |
|||||
{{depend comment}}
{{/depend}}
{{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
|