{$headerMyCart}
{if $order->discountAmount > 0} {/if} {else} {$msg.cart.cart_is_empty} {/if}
{if $order->itemsCount > 0} {foreach from=$order_items item="order_item"} {/foreach}
{$order_item.title|htmlspecialchars}
{$order_item.product_price|price} x {$order_item.quantity}
{$imageDeleteItem}
{$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}