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

选择收货地址:管理地址

    {set:$address_default=0;} {list:items=$address}
  • 修改地址

    {$parse_area[$item['county']]} {$item['addr']} {$item['mobile']}

  • {/list}
使用新地址

支付方式:

    {set:$payment_default = 1;} {query:name=payment as pa fields=pa.*,pp.logo,pp.class_name join=left join pay_plugin as pp on pa.plugin_id eq pp.id where=pa.status eq 0 and (pa.client_type eq 0 or pa.client_type eq 2) order=pa.sort desc}
  • {if:$item['class_name']=="received" && $item['config']!=''} {!$received_areas = unserialize($item['config'])} {!$received_areas = $received_areas['areas']} {/if} {/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']);} {if:$item['goods_type']==0}{!$allVirtual=false}{/if} {/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']);} {if:$item['goods_type']==0}{!$allVirtual=false}{/if} {/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:$open_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)}

{token:key=order}