{{ site.name }}
|
Receipt
|
|
Billing Address {{ billing_name }} {{ billing_address }} {{ billing_city }} {{ billing_country }} {{ billing_zip_code }} |
{{ /if }}
{{ if shipping_address }}
Shipping Address {{ shipping_name }} {{ shipping_address }} {{ shipping_city }} {{ shipping_country }} {{ shipping_zip_code }} |
{{ /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 }} |