<{include file="block/small-header.html"}>

我的购物车

<{foreach $cart.items as $item}> <{/foreach}>
商品 商品单价 运费 数量 小计 操作
<{$item.title}>
商家 : <{$shop_list[$item.shop_id].title}>
¥<{$item.price}> <{if $item.freight}>¥<{$item.freight}><{else}>包邮<{/if}> - + ¥<{($item.price*$item.num + $item.freight)}> 删除

<{$cart.count}>件商品 总计 :¥<{$cart.product_amount}>

合计(含运费) : ¥<{$cart.total_amount}>

购买了此商品的顾客还购买了
    <{calldata mdl='product/product' order="hot" limit="5"}>
  • <{$item.title}>

    ¥<{$item.market_price}> ¥<{$item.price}>

  • <{/calldata}>
<{include file="block/footer.html"}>