{:fun('shop@car_num')} //这个代表商品的品种总数
{:fun('shop@car_num',true)} //这个代表商品的所有总件数
下面这个可以列出购物车里的所有商品
{volist name=":fun('shop@car_title')" id="rs
{$rs.title}件数:{$rs['_car_']['num']}
{/volist},

{:fun('shop@car_num')} //这个代表商品的品种总数
{:fun('shop@car_num',true)} //这个代表商品的所有总件数
下面这个可以列出购物车里的所有商品
{volist name=":fun('shop@car_title')" id="rs
{$rs.title}件数:{$rs['_car_']['num']}
{/volist},