订单改价

@foreach($order_goods_model as $key => $order_goods) @if($key == 0) @endif @endforeach
商品名称 单价 数量 小计 加价或减价 运费
{{$order_goods->hasOneGoods->title}} {{number_format($order_goods->price/$order_goods->total,2)}} {{$order_goods->total}} {{$order_goods->price}} @if($order_goods->change_price !=0) @endif 直接免运费
应收款 {{number_format($order_model->price)}} 改价后价格不能小于0元
购买者信息 {{$order_model->address->address}} {{$order_model->address->realname}} {{$order_model->address->mobile}}
买家实付: {{$order_model->price-$order_model->dispatch_price}} + {{$order_model->dispatch_price}} = {{$order_model->price}}
买家实付 = 原价 + 运费 + 涨价或减价

关闭