Skip to content

Commit

Permalink
Update config.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zhrrobert committed Feb 27, 2023
1 parent 5c6ee27 commit b86649e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Seller/Order/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,13 +280,13 @@ <h2>订单<span>设置</span></h2>
</div>

<div class="form-group row">
<label class="col-sm-2 col-form-label">待发货“取消订单</label>
<label class="col-sm-2 col-form-label">待发货“取消订单</label>
<div class="col-sm-10">
<div class="form-group m-checkbox-inline custom-radio-ml m-t-10 m-l-5 mb-0">
<div class='radio radio-primary'><input type='radio' id="radioinline18" name='data[order_can_del_cancle]' value='0' <?php if(empty($data['order_can_del_cancle']) || $data['order_can_del_cancle'] =='0'){ ?>checked<?php } ?> title="开启" /> <label class="mb-0" for="radioinline18">开启</label></div>
<div class='radio radio-primary'><input type='radio' id="radioinline19" name='data[order_can_del_cancle]' value='1' <?php if($data['order_can_del_cancle']=='1'){ ?>checked<?php } ?> title="关闭" /> <label class="mb-0" for="radioinline19">关闭</label></div>
</div>
<small>(备注:用户取消订单后,取消订单并全额退款)</small>
<small>开启后订单待发货状态时客户可取消订单,并全额退款</small>
</div>
</div>
<div class="form-group row">
Expand Down

0 comments on commit b86649e

Please sign in to comment.