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