echo $CURRENCY->changer($this->_vars['orderInfo']['total_amount']);
?>
" /> <input type="hidden" name="order[order_weight]" value="<?php 
echo $this->_vars['orderInfo']['weight'];
?>
" /> <input type="hidden" name="order[member_id]" value="<?php 
echo $this->_vars['orderInfo']['member_id'];
?>
" /> <input type="hidden" name="order[order_print_id]" value="<?php 
echo $this->_vars['orderInfo']['print_id'];
?>
" /> <div class="tableform" id="x-order_tableform"> <table cellspacing="0" cellpadding="0" border="0" width="100%"><tbody><tr><td> <h4>收货地址信息</h4> </td> </tr> </tbody></table> <div class="division"> <table cellspacing="0" cellpadding="0" border="0" width="100%" > <tbody><tr> <th>姓名:</th> <td colspan="3"><input size="10" style="width:80px;" value="<?php 
echo $this->_vars['orderInfo']['ship_name'];
?>
" class="item itemrow _x_ipt" name="order[ship_name]" autocomplete="off"/></td> <td rowspan="5" style="vertical-align:middle;"> <center><div class="division" style="width:150px;"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td style="text-align:left; color:#aaaaaa;">您也可以将编辑过的收货地址更新至订单</td> </tr> <tr> <td style="height:40px;"><button id="btn_save_addr">保存订单地址</button></td> </tr> </table></div></center></td> </tr> <tr> <th>省区:</th> <td><?php 
echo tpl_input_region(array('name' => "order[ship_area]", 'value' => $this->_vars['orderInfo']['ship_area']), $this);
?>
</td> <th>邮编:</th> <td><input style="width:90px;" size="6" class="item itemrow _x_ipt" name="order[ship_zip]" value="<?php 
echo $this->_vars['orderInfo']['ship_zip'];
?>
" autocomplete="off"/></td> </tr> <tr> <th>地址:</th> <td colspan="3"><input size="50" style="width:400px;" class="item itemrow _x_ipt" name="order[ship_addr]" value="<?php 
echo $this->_vars['orderInfo']['ship_addr'];
?>
" autocomplete="off"/></td> </tr> <tr> <th>手机:</th> <td><input size="36" style="width:145px;" class="item itemrow _x_ipt" value="<?php 
echo $this->_vars['orderInfo']['ship_mobile'];
?>
" name="order[ship_mobile]" autocomplete="off"/></td> <th>电话:</th> <td><input size="36" style="width:145px;" class="item itemrow _x_ipt" value="<?php 
echo $this->_vars['orderInfo']['ship_tel'];
?>
" name="order[ship_tel]" autocomplete="off"/></td> </tr> <tr> <th>备注:</th> <td colspan="3"><input size="50" style="width:400px;" class="item itemrow _x_ipt" name="order[order_memo]" value="<?php 
echo $this->_vars['orderInfo']['memo'];
<?php

if (!function_exists('tpl_input_region')) {
    require CORE_DIR . '/include_v5/smartyplugins/input.region.php';
}
if (!function_exists('tpl_input_default')) {
    require CORE_DIR . '/include_v5/smartyplugins/input.default.php';
}
?>
<table widtd="100%" border="0" cellpadding="0" cellspacing="0" class="liststyle data"> <col class="span-3" /> <col class="span-9" /> <col class="span-auto" /> <tbody> <tr> <td><em style="color:red">*</em>收货地区:</td> <td colspan=2> <span id="checkout-select-area"><?php 
echo tpl_input_region(array('id' => "shipping-area", 'class' => "inputstyle", 'name' => "delivery[ship_area]", 'required' => "true", 'value' => $this->_vars['trading']['receiver']['area']), $this);
?>
</span> </td> </tr> <tr> <td><em style="color:red">*</em>收货地址:</td> <td> <input type='hidden' name='delivery[ship_addr_area]' value='' id='selected-area-hidden'/> <span id='selected-area' class='fontcolorGray' title='系统将拼接地区选择结果到收获地址'>[地区]</span> <?php 
echo tpl_input_default(array('class' => "inputstyle", 'name' => "delivery[ship_addr]", 'id' => "addr", 'vtype' => "required", 'value' => $this->_vars['trading']['receiver']['addr'], 'size' => "30"), $this);
?>
 </td> <td> 邮编: <?php 
echo tpl_input_default(array('class' => "inputstyle span-2", 'name' => "delivery[ship_zip]", 'size' => "30", 'id' => "zip", 'type' => "text", 'value' => $this->_vars['trading']['receiver']['zip']), $this);
?>
 </td> </tr> <tr> <td><em style="color:red">*</em>收货人姓名:</td> <td colspan=2><?php 
echo tpl_input_default(array('class' => "inputstyle", 'name' => "delivery[ship_name]", 'id' => "name", 'size' => "30", 'required' => "true", 'type' => "text", 'value' => $this->_vars['trading']['receiver']['name']), $this);
?>
</td> </tr> <?php 
if (!$this->_vars['trading']['member_id']) {
    ?>
 <tr> <td><em style="color:red">*</em>Email:</td> <td colspan=2><?php 
    echo tpl_input_default(array('name' => "delivery[ship_email]", 'class' => "inputstyle", 'id' => "ship_email", 'size' => "30", 'required' => "true", 'type' => "text", 'vtype' => "email", 'value' => $this->_vars['trading']['receiver']['email']), $this);
    ?>
</td> </tr> <?php 
}
?>
 <tr> <td> <em style="color:red">*</em>手机: </td> <td colspan=2> <?php