{{ partial src="scs::_tailwindcss" }}

{{ company:name }}

  • {{ company:address }}
    {{ company:postal_code }} {{ company:locality }}
    {{ company:phone }}
    {{ company:email }}

Receipt

Order Number {{ order_entry:title }}
Date {{ order_entry:paid_date iso_format="DD.MM.YYYY" }}
{{ if order_entry:billing_address }} {{ /if }} {{ if order_entry:shipping_address }} {{ /if }}

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 }}

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 }}

{{ order_entry:items }} {{ /order_entry:items }} {{ if order_entry:coupon }} {{ /if }} {{ if order_entry:shipping_method }} {{ /if }} {{ if order_entry:tax_total }} {{ /if }}
Name Qty Price
{{ product:title }}{{ if variant }}
{{ foreach:metadata }}
{{ key }} : {{ value }}
{{ /foreach:metadata }}
{{ /if }}
{{ 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 }}