订单改价

{loop $order_goods $key $goods} {if $key==0} {/if} {/loop}
商品名称 单价 数量 小计 加价或减价 运费 - 免运费
{$goods['title']} {php echo number_format($goods['oldprice']/$goods['total'],2)} {$goods['total']} {$goods['realprice']} {if $goods['realprice']!=$goods['oldprice']} {/if}
应收款 {php echo number_format($item['price'],2)} 改价后价格不能小于0元
购买者信息 {$item['addressdata']['address']} {$item['addressdata']['realname']} {$item['addressdata']['mobile']}
买家实付: {php echo number_format( $item['price']-$item['dispatchprice'],2)} + {$item['dispatchprice']} = {$item['price']}
买家实付 = 原价 + 运费 + 涨价或减价

*该订单最多支持99次改价,您已经修改 {$item['ordersn2']} 次