{extend name="app/shop/view/base.html"/} {block name="resources"/} {/block} {block name="main"}
{$order_detail['order_no']}
{$order_detail['order_type_name']}

{$order_detail.order_from_name}

{$order_detail['deposit_pay_type_name']}

{$order_detail['deposit_out_trade_no']}

{:time_to_date($order_detail['pay_deposit_time'])}

{if !empty($order_detail['final_pay_type'])}

{$order_detail['final_pay_type_name']}

{$order_detail['final_out_trade_no']}

{:time_to_date($order_detail['pay_final_time'])}

{/if}

{$order_detail['delivery_type_name']}

{$order_detail['name']}

{$order_detail['mobile']}

{$order_detail['full_address']}-{$order_detail['address']}

{if $order_detail['buyer_message'] == ""}

-

{else/}

{$order_detail['buyer_message']}

{/if}
订单状态:{$order_detail.order_status_name}

{php} $order_json_data = json_decode($order_detail['order_status_action'], true); $action = $order_json_data['action']; {/php} {foreach $action as $action_k => $action_item} {$action_item.title} {/foreach}
提醒:
交易成功后,平台将把货款结算至你的店铺账户余额,你可申请提现;
请及时关注你发出的包裹状态,确保能配送至买家手中;
如果买家表示未收到货或者货物有问题,请及时联系买家积极处理,友好协商;
{if $order_detail['is_invoice'] == 1}

发票信息

发票费用

{/if}
商品 数量 单价 总价 预售定金单价 定金总额 抵扣金额单价 抵扣总额
{$order_detail.sku_name} {$order_detail.num} {$order_detail.price} {$order_detail.goods_money} {$order_detail.presale_deposit} {$order_detail.presale_deposit_money} {$order_detail.presale_price} {$order_detail.presale_money}
 
商品总额:¥{$order_detail["goods_money"]}
店铺优惠券:¥{$order_detail["coupon_money"]}
配送费用:¥{$order_detail["delivery_money"]}
发票费用:¥{$order_detail["invoice_money"]}
发票邮寄费用:¥{$order_detail["invoice_delivery_money"]}
定金总额:¥{$order_detail["presale_deposit_money"]}
抵扣总额:¥{$order_detail["presale_money"]}
尾款总额:¥{$order_detail["final_money"]}
订单共{$order_detail["num"]}件商品,总计:¥{$order_detail["order_money"]}
{include file="order/order_common_action" /} {/block} {block name="script"} {/block}