{strip}
{$error}
| [`Price`] x [`Quantity`] | [`Total`] | |
|---|---|---|
|
{* NAME *}
{if $item.type == 'service'}+ {/if}{$item.name|escape}
|
{* AMOUNT *}
{shop_currency_html($item.price, $item.currency)} × {$item.quantity}
|
{* TOTAL *}
{shop_currency_html($item.price * $item.quantity, $item.currency)}
|
| [`Subtotal`]: | {shop_currency_html($subtotal, true)} |
|---|---|
| [`Discount`]: | − {shop_currency_html($discount, true)} |
| [`Shipping`]{if !empty($params.shipping_name)} — {$params.shipping_name}{/if} | {shop_currency_html($shipping, true)} |
| [`Tax`]: | {shop_currency_html($tax, true)} |
| [`Total`]: | {shop_currency_html($total, true)} |
[`You must read and agree to the Terms of service to place an order.`]
{/if}