Hi {{billing.address.fullName}}, |
We’ve refunded you for the following items. Please allow additional days for your bank or credit card to process the transaction. |
Have a question? Reply to this email or contact us at {{contactEmail}}. |
|
|
|
|
|
|
|
Shipping Address |
Billing Address |
Payment Type |
|
|
|
|
{{#with shipping.address}}
{{this.address}}, {{this.city}}, {{this.region}} {{this.postal}}
{{/with}}
|
{{#with billing.address}}
{{this.address}}, {{this.city}}, {{this.region}} {{this.postal}}
{{/with}}
|
{{#each billing.payments}}
{{this.displayName}} ({{this.displayAmount}})
{{/each}}
|
|
Item(s) |
|
|
|
{{#each combinedItems}}
|
{{quantity}} x |
|
{{#if variantImage}}
{{else}}
{{/if}}
|
|
|
{{title}} - {{variants.title}} |
{{price.displayAmount}} |
|
|
|
|
{{/each}}
|
Subtotal: {{billing.subtotal}} |
Shipping: {{billing.shipping}} |
Tax: {{billing.taxes}} |
Discounts: {{billing.discounts}} |
|
|
|
Previous Total: {{billing.total}} |
Refunds: {{billing.refunds}} |
|
|
|
NEW TOTAL: |
{{billing.adjustedTotal}} |
|
|