echo $this->_vars['payment']['pay_type'];
    ?>
" value="<?php 
    echo $this->_vars['payment']['id'];
    ?>
"<?php 
    if ($this->_vars['order']['payment'] == $this->_vars['payment']['id']) {
        ?>
 checked="checked"<?php 
    }
    ?>
 moneyamount="<?php 
    echo $this->_vars['payment']['money'];
    ?>
" formatmoney ="<?php 
    echo tpl_modifier_amount($this->_vars['payment']['money']);
    ?>
" onclick="Order.paymentChange(this)"/><?php 
    echo $this->_vars['payment']['custom_name'];
    if ($this->_vars['payment']['config']['method'] == "1" or $this->_vars['payment']['config']['method'] == " ") {
        if ($this->_vars['payment']['fee'] > 0) {
            ?>
 (支付费率: +<?php 
            echo $this->_vars['payment']['fee'] * 100;
            ?>
%)<?php 
        }
    } else {
        if ($this->_vars['payment']['config']['fee'] > 0) {
            ?>
 (支付费用: +<?php 
    ?>
</td> </tr> <tr> <th>货币结算金额:</th> <td><?php 
    echo tpl_modifier_amount($this->_vars['trading']['final_amount'], $this->_vars['trading']['cur_code'], false, false, true);
    ?>
</td> </tr> <?php 
}
if ($this->_vars['trading']['cost_tax'] > 0) {
    ?>
 <tr> <th>开发票所需税金:</th> <td><?php 
    echo $CURRENCY->changer($this->_vars['trading']['cost_tax']);
    ?>
</td> </tr> <?php 
}
?>
 <tr> <th>订单总金额:</th> <td><span class="price1"><?php 
echo tpl_modifier_amount($this->_vars['trading']['total_amount']);
?>
</span> <br> <?php 
if ($this->_vars['trading']['is_tax'] == '1') {
    ?>
 是否需要发票?(税金:<strong><?php 
    echo $this->_vars['trading']['tax_rate'] * 100;
    ?>
%</strong>)<input type="checkbox" id="is_tax" name="payment[is_tax]" onclick="Order.updateTotal()" <?php 
    if ($this->_vars['trading']['tax_checked']) {
        ?>
checked=checked<?php 
    }
    ?>
 value="true"> <p id='tax_company'> 发票抬头:<input type="text" name="payment[tax_company]" class="inputstyle" ></p> <script>
		         $('is_tax').addEvent('click',function(){