{{template config_path="design/email/header_template"}}
{{layout handle="creditmemo_markup" creditmemo=$creditmemo area="frontend"}}
{{trans "Hi %name," name=$billing.getName()}}
|
{{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}}
{{trans "BILLING ADDRESS"}}
{{var formattedBillingAddress|raw}}
|
{{depend order.getIsNotVirtual()}}
{{trans "SHIPPING ADDRESS"}}
{{var formattedShippingAddress|raw}}
|
{{/depend}}
{{trans "PAYMENT METHOD"}}
{{var payment_html|raw}}
|
{{depend order.getIsNotVirtual()}}
{{trans "SHIPPING METHOD"}}
{{var order.getShippingDescription()}}
{{if shipping_msg}}
{{var shipping_msg}}
{{/if}}
|
{{/depend}}
|
{{template config_path="design/email/footer_template"}}