{$msg.product.product_name} | {$msg.product.product_price} | {$msg.product.product_quantity} | {$msg.cart.total} |
---|---|---|---|
{$order_item.title|htmlspecialchars}
{if $order_item.options != ""}
{assign var=options value=$order_item.options_parsed}
|
{$order_item.product_price|price}
{if $order_item.is_taxable == "No"}
({$msg.cart.not_taxable}) {else} {$msg.cart.tax_rate} : {if $order_item.tax_description != ""} {$order_item.tax_description} {else} {math equation="round(x,2)" x=$order_item.tax_rate format="%0.2f"}% {/if} {if $DisplayPricesWithTax=="YES"} - {$msg.cart.included_in_price}{/if} {/if} |
{$order_item.quantity} | {$order_item.product_total|price} |