<{t}>商品信息<{/t}>
<{include file="admin/order/detail/edit_items.html"}>
<{t}>订单信息<{/t}>
<{t}>订单号:<{/t}>
<{$order.order_id}>
<{t}>下单日期:<{/t}>
<{$order.createtime|cdate:'SDATE_STIME'}>
<{t}>商品总金额:<{/t}>
<{t}>配送方式:<{/t}>
<{html_options options=$order.selectDelivery selected=$order.shipping.shipping_id}>
<{t}>配送费用:<{/t}>
<{input id="idcost_freight" class='item itemrow' name="cost_freight" value=$order.shipping.cost_shipping type="unsigned" size=10 readonly=""}>
<{t}>支付方式:<{/t}>
<{html_options options=$order.selectPayment selected=$order.payinfo.pay_app_id}>
<{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.shipping.cost_protect }><{t}> 是否要保价<{/t}>
checked="checked"<{/if}>>
<{t}>商品重量:<{/t}>
<{input name=weight type="unsigned" readonly="" class=inputstyle size=10 value=$order.weight }>
<{if $site_trigger_tax == 'true'}>
<{t}>支付手续费:<{/t}>
<{input id="idcost_payment" class='item itemrow' name=cost_payment type="unsigned" size=10 value=$order.payinfo.cost_payment }>
<{t}>发票抬头:<{/t}>
<{input id="idtax_company" name="tax_company" value=$order.tax_title}>
<{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 $tax_content}>
<{input type='select' name='tax_content' options=$tax_content value=$order.tax_content}>
<{else}>
后台未设置
<{/if}>
<{t}>促销优惠金额:<{/t}>
<{t}>订单折扣或涨价:<{/t}>
<{t}>要给顾客便宜100元,则输入"-100";要提高订单价格100元,则输入"100".<{/t}>
<{t}>订单总金额:<{/t}>
<{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}>
<{else}>
<{t}>支付手续费:<{/t}>
<{input id="idcost_payment" class='item itemrow' name=cost_payment type="unsigned" size=10 value=$order.payinfo.cost_payment }>
<{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}>
<{t}>订单折扣或涨价:<{/t}>
<{t}>要给顾客便宜100元,则输入"-100";要提高订单价格100元,则输入"100".<{/t}>
<{t}>订单总金额:<{/t}>
<{/if}>
<{t}>购买人信息<{/t}>
<{if $order.order_id == ''}>
<{/if}>
<{t}>会员用户名:<{/t}>
<{$order.member.pam_account.local.login_account}>
<{t}>姓名:<{/t}>
<{$order.member.contact.name}>
<{t}>固定电话:<{/t}>
<{$order.member.contact.phone.telephone}>
<{t}>Email地址:<{/t}>
<{$order.member.pam_account.email.login_account}>
<{t}>移动电话:<{/t}>
<{$order.member.pam_account.mobile.login_account}>
<{t}>地区:<{/t}>
<{$order.member.contact.area|region}>
<{t}>邮政编码:<{/t}>
<{$order.member.contact.zipcode}>
<{t}>地址:<{/t}>
<{$order.member.contact.addr}>
<{if $order.is_delivery == 'Y'}>
<{t}>收货人信息<{/t}>
*
<{t}>收货人姓名:<{/t}>
<{input type="text" NAME="receiver_name" required="true" value=$order.consignee.name }>
<{t}>联系手机:<{/t}>
<{t}>联系电话:<{/t}>
<{input type="order_tel" NAME="ship_tel" class=inputstyle value=$order.consignee.telephone}>
<{t}>Email地址:<{/t}>
<{if $order.member.contact.email}><{$order.member.contact.email}><{else}>
<{/if}>
<{t}>送货时间:<{/t}>
<{t}>邮政编码:<{/t}>
<{input NAME="ship_zip" class=inputstyle value=$order.consignee.zip}>
*
<{t}>收货地区:<{/t}>
<{input type="region" name="ship_area" required="true" value=$order.consignee.area app="ectools"}>
*
<{t}>收货地址:<{/t}>
<{input type="text" NAME="ship_addr" required="true" class=inputstyle value=$order.consignee.addr}>
<{/if}>