{layout name="common/layout" /}

收货地址

{:token()}
{if $addressList} {foreach name="addressList" id="item"}
已选择
{$item.receiver|htmlentities}
{$item.address|htmlentities}
{$item.mobile|htmlentities}
{/foreach} {else/}
暂未添加收货地址,请添加收货地址后再刷新页面
{/if}

使用优惠券

{if !empty($couponList)}
{foreach name="couponList" id="item"}
已选择
{eq name="item.result" value="1"}满减券{else/}折扣券{/eq}
订单满 {$item['result_data']['money']} 元 {eq name="item.result" value="1"} 减 {else/} 打 {/eq} {$item['result_data']['number']} {eq name="item.result" value="1"} 元 {else/} 折 {/eq}
{/foreach}
{else/} 暂无可用优惠券 {/if}

商品信息

{foreach name="orderItem" id="item"} {/foreach}
名称 价格 數量
{$item.attrdata|htmlentities}
¥{:$item.price} × {$item.nums|htmlentities}

商品费用:
{$orderInfo.goodsprice|htmlentities}
物流费用:
{$orderInfo.shippingfee|htmlentities}
优惠金额:
-¥{$orderInfo.discount|htmlentities}
订单总计:
{$orderInfo.saleamount|htmlentities}

{if !$addressList} 请先添加收货地址 {/if} {if input('post.sceneval')==2} 返回 {else/} 返回购物车修改 {/if}