<{if $aCart.items_quantity && $item_section}>

<{t}>共<{/t}> <{$aCart.items_quantity}> <{t}>件商品<{/t}>
<{t}>商品总金额<{/t}><{$aCart.subtotal_prefilter_after|cur_odr}>
<{t}>订单优惠金额:<{/t}><{$aCart.discount_amount_order|cur_odr}>
<{t}>金额总计:<{/t}><{$aCart._cookie.CART_TOTAL_PRICE|cur_odr}>

<{t}>去结算<{/t}>

<{else}>
<{t}>购物车中还没有商品,赶紧选购吧!<{/t}>
<{/if}>