{if:isset($set['name'])}{$set['name']}{/if}购物清单 |
| 客户:{$accept_name},地址:{$address},电话:{$mobile} |
| 订单号:{$order_no} | 订购日期:{echo:date('Y-m-d',strtotime($create_time))} | ||||
|---|---|---|---|---|---|
| 商品名称 | 商品货号 | 单价 | 重量 | 数量 | 小计 |
|
{$goodsRow['name']}
{$goodsRow['value']} {foreach:items=Api::run('getBrandByGoodsId',array('id'=>$item["goods_id"])) item=$brandRow} 【{$brandRow['name']}】 {/foreach} |
{$goodsRow['goodsno']} | ¥{$item['goods_price']} | {echo:common::formatWeight($item['goods_weight'])} | {$item['goods_nums']} | ¥{echo:$item['goods_price'] * $item['goods_nums']} |
| 商品总价:¥{$payable_amount} |
| 订单优惠:¥{echo:$promotions+$discount} |
| 运费价格:¥{$real_freight} |
| 订单价格:¥{$order_amount} |
| 订单附言:{$postscript} |
| 服务商:{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} |