<{include file="block/small-header.html"}>

订单号:<{$order.order_no}> 状态 <{if $order.order_status < 0}>已取消 <{elseif $order.order_status == 2}>完成 <{elseif $order.order_status == 1}>已发货 <{if empty($order.pay_status) && ($MEMBER.uid == $order.uid)}>, 立即付款 ><{/if}> <{elseif $order.pay_status==1}>已支付 <{else}> <{if $MEMBER.uid == $order.uid}> 未支付, 立即付款 > <{elseif empty($order.status)}> 等待买家付款,你可以先行发货 去发货 > <{else}> 等待买家付款 <{/if}> <{/if}>

<{if $order.order_status == 2}> 订单已经完成,感谢您在<{$CONFIG.site.title}>购物,欢迎您对本次交易及所购商品进行评价。 <{elseif $order.order_status == 1}> <{if $MEMBER.uid == $order.uid}> 卖家已经发货,收到货品后,核对商品正确后及时确认收货。 <{else}> 已经发货,等待买收货。 <{/if}> <{/if}>

订单信息

收货人信息

  • 收货人 :  <{$order.contact}>
  • 地址 :  <{$order.address}>
  • 联系电话 :  <{$order.mobile}>
<{foreach $order.products as $product}> <{/foreach}>
商品 商品单价 数量 运费
<{$product.title}>
商家 : <{$shop.title}>
¥<{$product.price}> <{$product.number}> <{if $product.freight}>¥<{$product.freight}><{else}>包邮<{/if}>

总商品金额:¥<{$order.product_price}>

运费 : <{if $order.ship_fee}>¥<{$order.ship_fee}><{else}>包邮<{/if}>

合计(含运费) : ¥<{$order.amount}>

<{include file="block/footer.html"}>