订单号: | {$order_no} |
下单时间: | {$create_time} |
订单商品应付金额: |
¥{$payable_amount} |
订单商品实付金额: |
¥{$real_amount} |
订单运费应付金额: |
¥{$payable_freight} |
订单运费实付金额: |
¥{$real_freight} |
订单保价金额: |
¥{$insured} |
{if:$pay_fee > 0}
订单支付手续费金额: |
¥{$pay_fee} |
{/if}
{if:$invoice == 1}
订单税金金额: |
¥{$taxes} |
{/if}
{if:$promotions > 0}
订单促销活动优惠金额: |
¥{$promotions} |
{/if}
{if:$discount != 0}
订单价格修改: |
¥{$discount} |
{/if}
订单总额: |
¥{$order_amount} |
{set:$refundRowCount = CountSum::countSellerOrderFee(array($this->data))}
订单已退金额: |
¥{$refundRowCount['refundFee']} |
退款商品: |
{if:isset($refunds)}
{query:name=order_goods where=id in ( $refunds[order_goods_id] )}
{set:$goods = JSON::decode($item['goods_array'])}
{$goods['name']} X {$item['goods_nums']}件
【{echo:Order_Class::goodsSendStatus($item['is_send'])}】
【商品金额:¥{echo:$item['goods_nums']*$item['real_price']}】
{if:$refunds['seller_id']}
{/if}
{/query}
{else:}
{foreach:items=Api::run('getOrderGoodsListByGoodsid',array('#order_id#',$order_id)) item=$good}
{set:$good_info = JSON::decode($good['goods_array'])}
{if:$good['is_send'] != 2}
{/if}
{/foreach}
{/if}
|
退款金额流向: |
|
退款金额: |
|
说明: |
点击退款后,<退款商品的金额>将直接转入用户的网站余额中,如果订单中所有商品均在未发货的情况下全部退款,那么系统将返还运费等 |