商品名称 | 商品原价 | 实际价格 | 商品数量 | 小计 | 配送方式 |
---|---|---|---|---|---|
{set:$goodsRow = JSON::decode($item['goods_array'])} {$goodsRow['name']} {$goodsRow['value']} {$goodsRow['goodsno']} {foreach:items=Api::run('getBandByGoodsId',array('id'=>$item["goods_id"]))} 【{$item['name']}】 {/foreach} | ¥{$item['goods_price']} | ¥{$item['real_price']} | {$item['goods_nums']} | ¥{echo:$item['real_price'] * $item['goods_nums']} | {echo:Order_Class::goodsSendStatus($item['is_send'])} {if:$item['delivery_id']} {/if} |
订单金额明细
商品总额: | ¥{$payable_amount} |
---|---|
配送费用: | ¥{$real_freight} |
保价费用: | ¥{$insured} |
税金: | ¥{$taxes} |
优惠总额: | ¥{$promotions} |
代金券: | {foreach:items=Api::run('getPropListAll',array('id'=>$prop))} 【{$item['card_name']}】 ¥{$item['value']} {/foreach} |
加价或减价: | ¥{$discount} |
订单总额: | ¥{$order_amount} |
已支付金额: | {set:$item = Api::run('getAmountRowByOrderId',array('order_id'=>$order_id))} ¥{$item['amount']} |
分销佣金: | ¥{$commissionFee} |
已支付积分: | {$spend_point} 积分 |
收货人信息
发货日期: | {$send_time} |
---|---|
姓名: | {$accept_name} |
电话: | {$telphone} |
手机 : | {$mobile} |
地区: | {$area_addr} |
地址: | {$address} |
邮编: | {$postcode} |
送货时间: | {$accept_time} |
配送支付信息
配送方式: | {$delivery} |
---|---|
自提地址: | {$takeself['province_str']} {$takeself['city_str']} {$takeself['area_str']} {$takeself['address']} |
自提联系方式: | 座机:{$takeself['phone']} 手机:{$takeself['mobile']} |
自提验证码: | {$checkcode} |
商品重量: | {$goods_weight} |
支付方式: | {$payment} |
可得积分: | {$point} |
买家信息
用户名: | {$username} |
---|---|
姓名: | {$true_name} |
电话: | {$u_mobile} |
地区: | {$contact_addr} |
Email: | {$email} |
订单信息
{set:$orderInstance = new Order_Class();$orderRow = $orderInstance->getOrderShow($id)}
订单号: | {$order_no} |
---|---|
当前状态: | {echo:order_class::orderStatusText(order_class::getOrderStatus($orderRow))} |
支付状态: | {echo:order_class::getOrderPayStatusText($orderRow)} |
配送状态: | {echo:order_class::getOrderDistributionStatusText($orderRow)} |
订单类型: | {echo:order_class::getOrderTypeText($orderRow)} |
订单所属: | {if:$seller_id} {set:$sellerRow = Api::run('getSellerInfo',$seller_id)} {$sellerRow['true_name']} 【{if:$is_checkout == 1}已结算{else:}未结算{/if}】 {else:} 平台自营 {/if} |
收款单据
付款时间: | {$item['time']} |
---|---|
金额: | {$item['amount']} |
支付方式: | {$item['name']} |
付款备注: | {$item['note']} |
状态: | {if:$item['pay_status']==0}准备中{else:}支付完成{/if} |
退款单据
退款商品: |
{foreach:items=Api::run('getOrderGoodsRowById',array('id'=>$item["order_goods_id"])) item=$orderGoods key=$orderGoodsKey}
{set:$goods = JSON::decode($orderGoods['goods_array'])}
{echo:IString::substr($goods['name'],28)} X {$orderGoods['goods_nums']} {if:$item['seller_id']} {/if} {/foreach} |
---|---|
退款金额: | {$item['amount']} |
申请时间: | {$item['time']} |
状态: | {echo:Order_Class::refundmentText($item['pay_status'])} |
退款理由: | {$item['content']} |
退款方式: | {echo:Order_Class::refundWay($item['way'])} |
配送时间 | 配送方式 | 物流公司 | 物流单号 | 收件人 | 备注 |
---|---|---|---|---|---|
{$item['time']} | {$item['pname']} | {foreach:items=Api::run('getFreightCompanyById',array('freight_id'=>$item["freight_id"])) item=$tempFreight key=$tempFreightKey} {$tempFreight['freight_name']} {/foreach} | {$item['delivery_code']} | {$item['name']} | {$item['note']} |
时间 | 操作人 | 动作 | 结果 | 备注 |
---|---|---|---|---|
{$item['addtime']} | {$item['user']} | {$item['action']} | {$item['result']} | {$item['note']} |
订单附言: | {$postscript} |
---|