{strip} {$_title = $order.id_str} {$wa->globals("globalHeader", $_title)} {$wa->globals("isMyAccount", true)} {$wa->globals("isMyOrderPage", true)} {function name="_renderContact" contact=[] title="" address=""}
| [`Price`] x [`Quantity`] | [`Total`] | |
|---|---|---|
| {$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)} | |