{{ company:name }}
|
Invoice
|
|
Billing Address {{ order_entry:billing_name }} {{ order_entry:billing_address }} {{ order_entry:billing_postal_code }}, {{ order_entry:billing_city }} {{ order_entry:billing_region }} {{ order_entry:billing_country }} |
{{ /if }}
{{ if order_entry:shipping_address }}
Shipping Address {{ order_entry:shipping_name }} {{ order_entry:shipping_address }} {{ order_entry:shipping_postal_code }}, {{ order_entry:shipping_city }} {{ order_entry:shipping_region }} {{ order_entry:shipping_country }} |
{{ /if }}
| Items Total | {{ order_entry:items_total }} |
| Coupon Total | {{ order_entry:coupon_total }} |
| Shipping Total | {{ order_entry:shipping_total }} |
| Tax Total | {{ order_entry:tax_total }} |
| Grand Total | {{ order_entry:grand_total }} |
| Name | Qty | Price | |
|---|---|---|---|
| {{ product:title }}{{ if variant }} {{ foreach:metadata }} {{ /if }}{{ key }} : {{ value }} {{ /foreach:metadata }} |
{{ if product:has_variants }}{{ variant:price }}{{ else }}{{ product:price }}{{ /if }} | {{ quantity }} | {{ total }} |
| Items Total | {{ order_entry:items_total }} | ||
| Coupon Total | {{ order_entry:coupon_total }} | ||
| Shipping Total | {{ order_entry:shipping_total }} | ||
| Tax Total | {{ order_entry:tax_total }} | ||
| Grand Total | {{ order_entry:grand_total }} |