| {$oi.product_code|default:" "} |
{$oi.product} |
{include file="common_templates/options_info.tpl" product_options=$oi.extra.product_options} |
{$oi.amount} |
{include file="common_templates/price.tpl" value=$oi.price} |
{if $order_info.use_discount}
{if $oi.extra.discount|floatval}{include file="common_templates/price.tpl" value=$oi.extra.discount}{else} - {/if} |
{/if}
{if $order_info.taxes}
{if $oi.tax_value}{include file="common_templates/price.tpl" value=$oi.tax_value}{else} - {/if} |
{/if}
{include file="common_templates/price.tpl" value=$oi.subtotal} |
{/if}
{/foreach}