Back to Magento2

{{trans "Your Credit Memo #%creditmemo_id for Order #%order_id" creditmemo_id=$creditmemo.increment_id order_id=$order.increment_id}}

app/code/Magento/Sales/view/frontend/email/creditmemo_new.html

2.4.81.5 KB
Original Source

{{template config_path="design/email/header_template"}}

|

{{trans "%name," name=$order_data.customer_name}}

{{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}} {{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 Credit Memo #%creditmemo_id for Order #%order_id" creditmemo_id=$creditmemo.increment_id order_id=$order.increment_id}}

| | {{depend comment}}

| {{var comment|escape|nl2br}} |

{{/depend}}

|

{{trans "Billing Info"}}

{{var formattedBillingAddress|raw}}

| {{depend order_data.is_not_virtual}}

{{trans "Shipping Info"}}

{{var formattedShippingAddress|raw}}

| {{/depend}} |

{{trans "Payment Method"}}

{{var payment_html|raw}} | {{depend order_data.is_not_virtual}}

{{trans "Shipping Method"}}

{{var order.shipping_description}}

| {{/depend}}

{{layout handle="sales_email_order_creditmemo_items" creditmemo_id=$creditmemo_id order_id=$order_id}} |

{{template config_path="design/email/footer_template"}}