#if($!cart.size()>0)

购物车商品总价:¥$!{total_price}

#foreach($gc in $cart)
$!CommUtil.substring("$!gc.goods.goods_name",12)#if($!gc.cart_type=="combin")[组合]#end¥$!{gc.price}×$!{gc.count}
删除
#end #else 购物车暂时为空,赶紧挑选自己喜欢的商品去 #end #if($!cart.size()>0)
查看我的购物车
#end