{extend name="app/shop/view/base.html"/} {block name="resources"/} {/block} {block name="main"}
订单详情
交易流水号:
{$order_detail['out_trade_no']}
订单编号:
{$order_detail['order_no']}
订单来源:
{$order_detail.order_from_name}
订单状态:
{$order_detail.order_status_name}
购买人:
{$order_detail.nickname}
买家留言:
{if $order_detail['buyer_message'] == ""} - {else/} {$order_detail['buyer_message']} {/if}
礼品卡名称:
{$order_detail['order_name']}
权益类型:
{if $order_detail['card_right_type'] == 'goods'}礼品卡{else/}储值卡{/if}
礼品卡数量:
{$order_detail['num']}份
卡内容:
在使用时任选{$order_detail['card_right_goods_count']}件
{if $order_detail['card_right_type'] == 'goods'}
商品信息
{if $order_detail.card_right_goods_type != 'all'} {/if} {foreach $order_detail['order_goods_list'] as $list_k => $order_goods_item} {if $order_detail.card_right_goods_type != 'all'} {/if} {/foreach}
商品 价格数量
{$order_goods_item.sku_name} {$order_goods_item.price}{$order_goods_item.num}
{/if}
礼品卡信息
{foreach $card_list as $list_k => $card_item} {/foreach}
卡编号 权益类型 操作
{$card_item.card_no} {if $card_item.card_right_type == 'goods'}礼品卡{else/}储值卡{/if} 查看详情
{/block} {block name="script"} {/block}