{extend name="default/base" /} {block name="title"}我的购物车 - {:WSTConf('CONF.mallName')}{__block__}{/block} {block name="css"} {/block} {block name="main"}
 首页 > 购物车
1
我的购物车
2
填写核对订单信息
3
成功提交订单
填写并核对订单
收货人信息 新增收货地址
{if isset($userAddress["addressId"]) }

{$userAddress['userName']}({$userAddress['userPhone']})

{$userAddress['areaName']}  {$userAddress['userAddress']}

{/if}
收货人*
收货地址*
联系电话*
是否默认地址*
支付方式
{if !empty($payments['0'])}
货到付款
{/if} {if !empty($payments['1'])}
在线支付
{/if}
送货方式
快递运输
自提
发票信息
不需要开发票
需要开发票



发票抬头:
商品清单
商品
单价
数量
总价
{/* 用来计算总运费的 */} {php}$shopFreight = 0;{/php} {php} if(!empty($userAddress)){ $freight = WSTOrderFreight($userAddress['areaId2']); $shopFreight = $shopFreight + $freight; }else{ $freight = WSTOrderFreight($vo['areaId']); $shopFreight = $shopFreight + $freight; } {/php}
{volist name='$carts["carts"]' id='vo2'}
{$vo2["goodsName"]}
{volist name='vo2["specNames"]' id='specs'}
{$specs['catName']}:{$specs['itemName']}
{/volist}
¥{$vo2['shopPrice']}
{$vo2['cartNum']}
¥{$vo2['shopPrice']*$vo2['cartNum']}
{/volist}
订单备注:

运费:¥{$freight}

合计(含运费):¥{$freight+$carts['goodsTotalMoney']}
上一步 提交订单
{/block} {block name="js"} {/block}