<{include file="header.htm"}>
<{if $smarty.get.type=="clear" || $cart.cart|@count<1}>
购物车内暂时没有产品
您可以去首页挑选
<{else}>
<{if $smarty.get.type=="numf"}>
库存数量不够(已经为定订购产品的最大值)
<{elseif $smarty.get.type=="pronull"}>
产品不存在或订购销完或已经删除
<{elseif $smarty.get.type=="del"}>
购物车不存在该产品已经删除
<{/if}>
<{foreach item=list from=$cart.cart}>
<{foreach item=pro key=n from=$list.prolist}>
<{$pro.name}>

<{$pro.pname}>

<{$config.money}><{$pro.price|number_format:2}>

<{if $pro.product_give}> <{foreach item=list from=$pro.product_give}>

[赠品] <{$list.pname}>

<{/foreach}> <{/if}> <{if $pro.service}> <{foreach item=list from=$pro.service}>

[服务] <{$list.name}>  <{$config.money}><{$list.price}>

<{/foreach}> <{/if}>
<{/foreach}>
<{/foreach}>
<{/if}>