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

填写收货信息

*收货人 : 
*联系电话 : 
*地址 : 
备注 : (不超过300字)

确认订单信息

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

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

运费 : <{if $cart.ship_fee}>¥<{$cart.ship_fee}><{else}>包邮<{/if}>

应付金额 : ¥<{$cart.product_amount}>元 确认提交订单
<{include file="block/footer.html"}>