购物清单


订单号:{$order_no}

下单时间:{$create_time}


{foreach:items=Api::run('getOrderGoodsRowByOrderId',array('id'=>$id))} {set:$goodsRow = JSON::decode($item['goods_array'])}

商品货号:{$goodsRow['goodsno']}

{$goodsRow['name']} {$goodsRow['value']} {foreach:items=Api::run('getBrandByGoodsId',array('id'=>$item["goods_id"])) item=$brandRow} 【{$brandRow['name']}】 {/foreach} x {$item['goods_nums']} ¥{$item['goods_price']}

重量:{echo:common::formatWeight($item['goods_weight'])}

小计:¥{echo:$item['goods_price'] * $item['goods_nums']}


{/foreach}

商品总价:¥{$real_amount}

运费价格:¥{$real_freight}

{if:$insured > 0}

订单保价:¥{$insured}

{/if} {if:$taxes > 0}

订单税金:¥{$taxes}

{/if} {if:$discount != 0}

价格优惠:¥{$discount}

{/if}

订单总价:¥{$order_amount}

支付状态:{echo:$pay_status == 0 ? "未支付" : "已支付"}


客户名:{$accept_name}

电话号:{$mobile}

收货地址:{$address}


服务商:{if:isset($set['name'])}{$set['name']}{/if}

电话:{if:isset($set['phone'])}{$set['phone']}{/if}

邮箱:{if:isset($set['email'])}{$set['email']}{/if}

网站:{if:isset($set['url'])}{$set['url']}{/if}