{echo:JS::import("form")} {echo:JS::import('dialog?skin=simple');} {echo:JS::import('dialogtools');} {set:$items=array("确认订单信息","选择支付","订购完成");} {widget:name=sub_navs action=crumbs items=$items step=3 current=1}

选择收货地址:管理地址

    {set:$address_default=0;} {list:items=$address}
  • 寄送到 修改地址
  • {/list}
使用新地址

支付方式:

    {query:name=payment where=status eq 0 order=sort}
  • {/query}

商品清单:

{if:$order_type!='bundbuy'} {set:$total=0.00;$weight=0;$point=0;} {list:items=$product} {set:$total+=$item['amount'];$weight += ($item['weight']*$item['num']);$point += ($item['point']*$item['num']);} {/list}
商品 名称 规格 活动单价 数量 小计
{$item['name']} {list:items=$item['spec'] item=$spec}

{$spec['name']}:{$spec['value'][2]}

{/list}
{$item['price']} {$item['amount']}
{else:} {set:$total=0.00;$weight=0;$point=0;} {list:items=$product} {set:$total+=$item['amount'];$weight += ($item['weight']*$item['num']);$point += ($item['point']*$item['num']);} {/list}
商品 名称 规格 单价
{$item['name']} {list:items=$item['spec'] item=$spec}

{$spec['name']}:{$spec['value'][2]}

{/list}
{$item['price']}
{$bund['title']}
-+
{$bund['price']}
{set:$total=$bund['price']} {/if} {set:$prom = new Prom($total);$proms = $prom->meetProms();} {set:$fare = new Fare($weight);} {if:$is_invoice} {/if}

订单备注信息:

购物车商品合计:
{$currency_symbol}{echo:sprintf("%01.2f",$total)}

索要发票({$tax}%):  发票抬头:  

税:

+ 0

运费:

+ {echo:$fare->calculate(16);}

送积分:

{$point}

使用代金券抵消部分总额: 代金券: - 0.00
应付总额:{$currency_symbol}{echo:sprintf("%01.2f",$total)}