{$msg.cart.subtotal_amount}: {if $DisplayPricesWithTax == "YES"}{$order->subtotalAmountWithTax|price}{else}{$order->subtotalAmount|price}{/if}
{if $order->discountAmount > 0}
{$msg.cart.discount_amount} : {$order->discountAmount|price}
({$msg.cart.discount_note})