{if !empty($pin_required)}
{$order.create_datetime|wa_date:'humandatetime'}
{if !empty($payment)}| [`Quantity`] | [`Total`] | |
|---|---|---|
| {if $item.type == 'service'}+ {/if} {$item.name} {if $item.type == 'product' && !empty($item.download_link)}[`Download`]{/if} | {wa_currency($item.price, $order.currency)} x{$item.quantity} | {wa_currency($item.price * $item.quantity, $order.currency)} |
| [`Subtotal`] | {wa_currency($subtotal, $order.currency)} | |
| [`Discount`] | {wa_currency($order.discount, $order.currency)} | |
| [`Shipping`] {if !empty($order.params.shipping_name)} ({$order.params.shipping_name}) {/if} | {wa_currency($order.shipping, $order.currency)} | |
| [`Payment`] ({$order.payment_name}) | ||
| [`Tax`] | {wa_currency($order.tax, $order.currency)} | |
| [`Total`] | {wa_currency($order.total, $order.currency)} | |
{$contact.name|escape}
{if $billing_address}
{$billing_address}
{/if}
{$order.comment|escape}