| 商品 | - - -商品操作 | - -状态 | -操作 | -
|---|
| - - - | -||||||
|
-
-
-
-
- {{$goods.title}}
- {{if !empty($goods.spec)}}
-
-
- {{if $goods['original_price'] gt 0}}
- {{$price_symbol}}{{$goods.original_price}}
- {{/if}}
- {{$price_symbol}}{{$goods.price}}
- x{{$goods.buy_number}}
- {{if isset($goods['returned_quantity']) and $goods['returned_quantity'] gt 0}}
- 已退 {{$goods.returned_quantity}}
- {{/if}}
-
- |
-
-
- - {{if ($order['is_can_launch_aftersale'] eq 1 or !empty($goods['orderaftersale'])) and !empty($goods['orderaftersale_btn_text'])}} - - {{if empty($goods['orderaftersale'])}} - {{$goods.orderaftersale_btn_text}} - {{else /}} - {{$goods.orderaftersale_btn_text}} - {{/if}} - - {{/if}} - | - {{if $keys eq 0}} - -
- {{$order.status_name}}
- {{if !empty($order['is_under_line_text'])}}
- {{$order.is_under_line_text}} - {{/if}} -
- 订单详情
-
- |
-
-
- {{if in_array($order['status'], [0,1])}}
-
- {{/if}}
- {{if in_array($order['status'], [1])}}
- 支付
- {{/if}}
- {{if in_array($order['status'], [3])}}
-
- {{/if}}
- {{if in_array($order['status'], [4]) and $order['user_is_comments'] eq 0}}
- 评论
- {{/if}}
-
- {{if in_array($order['status'], [4,5,6])}}
-
- {{/if}}
-
-
- {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true and (!isset($is_footer) or $is_footer eq 1)}}
-
- plugins_view_index_order_list_operate
-
- {{/if}}
- {{php}}
- $hook_name = 'plugins_view_index_order_list_operate';
- $hook_data = Hook::listen($hook_name, ['hook_name'=>$hook_name, 'is_backend'=>false, 'id'=>$order['id'], 'data'=>$order]);
- if(!empty($hook_data) && is_array($hook_data))
- {
- foreach($hook_data as $hook)
- {
- if(is_string($hook) || is_int($hook))
- {
- echo htmlspecialchars_decode($hook);
- }
- }
- }
- {{/php}}
- |
- {{/if}}
- |||