<{if $aCart}>
checked="true"<{/if}>> <{t}>全选<{/t}>
<{t}>商品<{/t}>
<{t}>单价<{/t}>(元)
<{t}>数量<{/t}>
<{t}>金额<{/t}>
<{t}>操作<{/t}>
<{foreach from=$aCart item=item name='name' key=shop_id}>
<{foreach from=$item.cartByPromotion item=itemPromotion key=key}> <{if $key!='0'}> <{if in_array($key, $item.usedCartPromotion)}> <{/if}> <{foreach from=$item.object item=goods key=key}> <{if in_array($goods.cart_id,$itemPromotion.cart_ids)}> <{include file="topc/cart/cart_item.html"}> <{/if}> <{/foreach}> <{else}> <{foreach from=$item.object item=goods key=key}> <{if in_array($goods.cart_id,$itemPromotion.cart_ids)}> <{if $goods.obj_type=='item'}> <{include file="topc/cart/cart_item.html"}> <{/if}> <{if $goods.obj_type=='package'}> <{include file="topc/cart/cart_package_item.html"}> <{/if}> <{/if}> <{/foreach}> <{/if}> <{/foreach}>
checked="true"<{/if}> > <{$item.shop_name}>   <{im shop_id=$shop_id type=small}> <{if $item.hasCoupon}> 领券 <{/if}>
<{$item.basicPromotionListInfo[$key].promotion_tag}>    <{$item.basicPromotionListInfo[$key].promotion_name}> <{*if $item.basicPromotionListInfo[$key].promotion_type=='freepostage'*}> <{*/if*}> <{if $item.basicPromotionListInfo[$key].promotion_type=='fullminus' || $item.basicPromotionListInfo[$key].promotion_type=='fulldiscount' || $item.basicPromotionListInfo[$key].promotion_type=='xydiscount'}> 已优惠:<{$itemPromotion.discount_price|cur}> <{/if}>
<{/foreach}>
checked="true"<{/if}>> 删除
已选商品<{if $totalCart.number}><{$totalCart.number}><{else}>0<{/if}> 总计原价(不含运费):<{if $totalCart.totalPrice}><{$totalCart.totalPrice|cur}><{else}>0<{/if}> 优惠金额:<{if $totalCart.totalDiscount}>-<{$totalCart.totalDiscount|cur}><{else}>0<{/if}> 合计(不含运费):<{if $totalCart.totalAfterDiscount}><{$totalCart.totalAfterDiscount|cur}><{else}>0<{/if}>   
<{else}>

购物车内暂时没有商品,去首页挑选喜欢的商品

<{/if}>