{if $order->itemsCount > 0}
|
|||
{$msg.cart.subtotal_amount}: {if $DisplayPricesWithTax == "YES"}{$order->subtotalAmountWithTax|price}{else}{$order->subtotalAmount|price}{/if} | |||
{$msg.cart.discount_amount} : {$order->discountAmount|price}
({$msg.cart.discount_note}) |
|||
{$msg.cart.edit_cart} |
{$msg.cart.empty_cart}
{if $ShippingAllowGetQuote == "YES" && $ShippingCalcEnabled != "NO"}
{$msg.shipping.get_shipping_quote} {/if} |