{{template config_path="design/email/header_template"}}
{{layout handle="creditmemo_markup" creditmemo=$creditmemo creditmemo_id=$creditmemo_id area="frontend"}}
{{trans "Hi %name," name=$billing.name}}
|
{{trans "We just credited your order!"}}
|
{{trans "ORDER NUMBER: %increment_id." increment_id=$order.increment_id |raw}}
|
{{trans 'Your Credit Memo #%creditmemo_id' creditmemo_id=$creditmemo.increment_id |raw}}
|
{{trans 'If you have questions about your order, you can email us at %store_email' store_email=$store_email |raw}}
|
{{depend comment}}
{{var comment|escape|nl2br}}
|
{{/depend}}
{{layout handle="weltpixel_sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order creditmemo_id=$creditmemo_id order_id=$order_id}}
{{trans "BILLING ADDRESS"}}
{{var formattedBillingAddress|raw}}
|
{{depend order_data.is_not_virtual}}
{{trans "SHIPPING ADDRESS"}}
{{var formattedShippingAddress|raw}}
|
{{/depend}}
{{trans "PAYMENT METHOD"}}
{{var payment_html|raw}}
|
{{depend order_data.is_not_virtual}}
{{trans "SHIPPING METHOD"}}
{{var order.shipping_description}}
{{if shipping_msg}}
{{var shipping_msg}}
{{/if}}
|
{{/depend}}
|
{{template config_path="design/email/footer_template"}}