<{t}>商品信息<{/t}>

<{include file="order/edit_items.html"}>

<{t}>订单信息<{/t}>

<{t}>订单号:<{/t}> <{$order.order_id}> <{t}>下单日期:<{/t}> <{$order.createtime|cdate:'SDATE_STIME'}>
<{t}>商品总金额:<{/t}> <{t}>配送方式:<{/t}>
<{t}>配送费用:<{/t}> <{input id="idcost_freight" class='item itemrow' name="cost_freight" value=$order.cost_freight type="unsigned" size=10}> <{t}>支付方式:<{/t}>    <{foreach from=$order.extendCon item=item key=key}> <{$item}>   <{/foreach}>
<{t}>保价:<{/t}> <{input id="idcost_protect" class="item itemrow" type="unsigned" name="cost_protect" size=10 value=$order.cost_protect }><{t}> 是否要保价<{/t}> checked="checked"<{/if}>> <{t}>商品重量:<{/t}>
<{t}>支付手续费:<{/t}> <{input id="idcost_payment" class='item itemrow' name=cost_payment type="unsigned" size=10 value=$order.cost_payment }> <{t}>发票抬头:<{/t}> <{input id="idtax_company" name="tax_company" value=$order.tax_company}>
<{t}>税金:<{/t}> <{input id="idcost_tax" class='item itemrow' name="cost_tax" type="unsigned" size=10 value=$order.cost_tax }><{t}> 是否开发票<{/t}> checked="checked"<{/if}>> <{t}>支付币别:<{/t}> <{if $order.order_id == ''}> <{html_options options=$order.curList selected=$order.currency}> <{else}> <{$order.cur_name}> <{if $order.cur_rate != 1}>(<{$order.cur_rate}>)<{/if}> <{/if}>
<{t}>订单人工调价:<{/t}> <{help}><{t}>所输入数字大于零降价,小于零涨价<{/t}><{/help}> <{t}>订单总金额:<{/t}>

<{t}>购买人信息<{/t}>

<{if $order.order_id == ''}> <{/if}>
<{t}>姓名:<{/t}> <{$order.member.name}> <{t}>会员用户名:<{/t}> <{$order.member.uname}>
<{t}>联系电话:<{/t}> <{$order.member.tel}> <{t}>Email地址:<{/t}> <{$order.member.email}>
<{t}>地区:<{/t}> <{$order.member.area|region}> <{t}>邮政编码:<{/t}> <{$order.member.zip}>
<{t}>地址:<{/t}> <{$order.member.addr}>
<{if $order.is_delivery == 'Y'}>

<{t}>收货人信息<{/t}>

<{t}>收货人姓名:<{/t}> <{input type="text" NAME="ship_name" required="true" value=$order.ship_name }>* <{t}>联系手机:<{/t}>
<{t}>联系电话:<{/t}> <{input type="order_tel" NAME="ship_tel" class=inputstyle value=$order.ship_tel}> <{t}>Email地址:<{/t}> <{if $order.member}><{$order.ship_email}><{else}><{input type="email" NAME="ship_email" value=$order.ship_email }><{/if}>
<{t}>送货时间:<{/t}> <{t}>邮政编码:<{/t}> <{input NAME="ship_zip" class=inputstyle value=$order.ship_zip}>
<{t}>收货地区:<{/t}> <{input type="region" name="ship_area" required="true" value=$order.ship_area}>* <{t}>收货地址:<{/t}> <{input type="text" NAME="ship_addr" required="true" class=inputstyle value=$order.ship_addr}>*
<{/if}>