{{ if billing_address }}
Billing Address {{ billing_address:name }} {{ billing_address:address } {{ billing_address:city }} {{ billing_address:country }} {{ billing_address:zip_code }}
{{ /if }} {{ if shipping_address }}
Shipping Address {{ shipping_address:name }} {{ shipping_address:address }} {{ shipping_address:city }} {{ shipping_address:country }} {{ shipping_address:zip_code }}
{{ /if }}

{{ site.name }}

  • +44 07444 444 4444
  • admin@somewhere.com

Receipt

Order Number {{ title }}
Date {{ paid_date }}
{{ items }} {{ /items }} {{ if coupon }} {{ /if }} {{ if shipping_method }} {{ /if }} {{ if tax_total }} {{ /if }}
Name Qty Price
{{ product:title }} {{ quantity }} {{ total }}
Items Total {{ items_total }}
Coupon Total {{ coupon_total }}
Shipping Total {{ shipping_total }}
Tax Total {{ tax_total }}
Grand Total {{ grand_total }}