{js:artTemplate} 您当前的位置: 首页 » 填写核对订单信息 填写核对订单信息 收货人信息 常用收货地址 {foreach:items=$this->addressList} {$item['accept_name']} {$item['province_val']} {$item['city_val']} {$item['area_val']} {$item['address']} [修改地址] [删除] {/foreach} 添加新地址 配送方式 {foreach:items = Api::run('getDeliveryList')} {$item['name']} {$item['description']} {if:$item['type'] == 2} 选择自提点 {/if} {/foreach} 指定送货时间: 任意 周一到周五 周末 支付方式 {foreach:items = Api::run('getPaymentList')} {set:$paymentPrice = CountSum::getGoodsPaymentPrice($item['id'],$this->sum);} {$item['name']} {$item['note']} {if:$paymentPrice}支付手续费:¥{$paymentPrice}{/if} {/foreach} 订单附言 订单附言: 购买的商品 恭喜,您的订单已经满足了以下优惠活动! {foreach:items = $this->promotion} {$item['plan']},{$item['info']} {/foreach} 图片 商品名称 赠送积分 单价 优惠 数量 小计 {foreach:items = $this->goodsList} {$item['name']} {if:isset($item['spec_array'])} {set:$spec_array=Block::show_spec($item['spec_array']);} {foreach:items=$spec_array item=$specValue key=$specName} {$specName}:{$specValue}    {/foreach} {/if} {$item['point']} ¥{$item['sell_price']} 减¥{$item['reduce']} {$item['count']} ¥{$item['sum']} {/foreach} 结算信息 {if:$this->final_sum != $this->sum}优惠后总金额{else:}商品总金额{/if}:{$this->final_sum} - 代金券:0 + 税金:0 + 运费总计:0 + 保价:0 + 支付手续费:0 使用代金卷 是否需要发票?(税金:¥{$this->goodsTax}) 发票抬头: 应付总额:¥{$this->final_sum} 元 确定无误,提交订单
{set:$spec_array=Block::show_spec($item['spec_array']);} {foreach:items=$spec_array item=$specValue key=$specName} {$specName}:{$specValue}    {/foreach}