{$msg.cart.order_content}
{foreach from=$order_items item="order_item"} {/foreach}
{$msg.product.product_name} {$msg.product.product_price} {$msg.product.product_quantity} {$msg.cart.total}
{$order_item.title|htmlspecialchars} {$order_item.product_price|price} {if $order_item.is_taxable == "No"}
({$msg.cart.not_taxable}) {else}
{$msg.cart.tax_amount} : {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}