You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
6.3 KiB
113 lines
6.3 KiB
<?php echo $this->smarty_insert_scripts(array('files'=>'transport_jquery.js,utils.js')); ?>
|
|
|
|
<div id="ECS_ORDERTOTAL">
|
|
<div class="order-summary">
|
|
<div class="statistic">
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['goods_all_price']; ?>:</span>
|
|
<em class="price" id="warePriceId"><?php echo $this->_var['total']['goods_price_formated']; ?></em>
|
|
</div>
|
|
<?php if ($this->_var['total']['discount'] > 0): ?>
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['discount']; ?>:</span>
|
|
<em class="price" id="cachBackId"> -<?php echo $this->_var['total']['discount_formated']; ?></em>
|
|
</div>
|
|
<?php endif; ?>
|
|
<?php if ($this->_var['total']['tax'] > 0): ?>
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['tax']; ?>:</span>
|
|
<em class="price" id="cachBackId"> +<?php echo $this->_var['total']['tax_formated']; ?></em>
|
|
</div>
|
|
<?php endif; ?>
|
|
<?php if ($this->_var['total']['shipping_fee'] > 0): ?>
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['shipping_fee']; ?>:</span>
|
|
<em class="price" id="freightPriceId">
|
|
<?php echo $this->_var['total']['shipping_fee_formated']; ?>
|
|
</em>
|
|
</div>
|
|
<?php endif; ?>
|
|
|
|
<?php if ($this->_var['total']['shipping_insure'] > 0): ?>
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['insure_fee']; ?>:</span>
|
|
<em class="price" id="cachBackId"> +<?php echo $this->_var['total']['shipping_insure_formated']; ?></em>
|
|
</div>
|
|
<?php endif; ?>
|
|
<?php if ($this->_var['total']['pay_fee'] > 0): ?>
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['pay_fee']; ?>:</span>
|
|
<em class="price" id="cachBackId"> +<?php echo $this->_var['total']['pay_fee_formated']; ?></em>
|
|
</div>
|
|
<?php endif; ?>
|
|
<?php if ($this->_var['total']['pack_fee'] > 0): ?>
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['pack_fee']; ?>:</span>
|
|
<em class="price" id="cachBackId"> +<?php echo $this->_var['total']['pack_fee_formated']; ?></em>
|
|
</div>
|
|
<?php endif; ?>
|
|
<?php if ($this->_var['total']['card_fee'] > 0): ?>
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['card_fee']; ?>:</span>
|
|
<em class="price" id="cachBackId"> +<?php echo $this->_var['total']['card_fee_formated']; ?></em>
|
|
</div>
|
|
<?php endif; ?>
|
|
|
|
<?php if ($this->_var['total']['surplus'] > 0 || $this->_var['total']['integral'] > 0 || $this->_var['total']['bonus'] > 0): ?>
|
|
<?php if ($this->_var['total']['surplus'] > 0): ?>
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['use_surplus']; ?>:</span>
|
|
<em class="price" id="cachBackId"> -<?php echo $this->_var['total']['surplus_formated']; ?></em>
|
|
</div>
|
|
<?php endif; ?>
|
|
<?php if ($this->_var['total']['integral'] > 0): ?>
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['use_integral']; ?>:</span>
|
|
<em class="price" id="cachBackId"> -<?php echo $this->_var['total']['integral_formated']; ?></em>
|
|
</div>
|
|
<?php endif; ?>
|
|
<?php if ($this->_var['total']['bonus'] > 0): ?>
|
|
<div class="list">
|
|
<span><?php echo $this->_var['lang']['use_bonus']; ?>:</span>
|
|
<em class="price" id="cachBackId"> -<?php echo $this->_var['total']['bonus_formated']; ?></em>
|
|
</div>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
</div>
|
|
</div>
|
|
<div class="trade-foot">
|
|
<div class="checkout-buttons">
|
|
<div class="sticky-wrap">
|
|
<div class="inner">
|
|
<input name="rec_number_str" value="" type="hidden">
|
|
<div class="btn-area">
|
|
<input type="submit" class="submit-btn" value="提交订单"/>
|
|
</div>
|
|
<span class="total">
|
|
<?php if ($this->_var['total']['exchange_integral']): ?>
|
|
<span class="txt flow_exchange_goods"><?php echo $this->_var['lang']['notice_eg_integral']; ?></span>
|
|
<strong id="payPriceId" class="flow_exchange_goods"><?php echo $this->_var['total']['exchange_integral']; ?></strong>
|
|
<span class="txt" style="padding-left:15px; display:none">
|
|
使用支付类型:
|
|
<select name="pay_type" id="sel_pay_type">
|
|
<option value="0">RMB支付</option>
|
|
<option value="1" <?php if ($this->_var['is_exchange_goods'] == 1): ?>selected<?php endif; ?>>积分支付</option>
|
|
</select>
|
|
</span>
|
|
|
|
<?php endif; ?>
|
|
|
|
<span class="txt flow_general_goods"><?php echo $this->_var['lang']['total_fee']; ?>:</span>
|
|
<strong id="payPriceId" class="flow_general_goods"><?php echo $this->_var['total']['amount_formated']; ?></strong>
|
|
</span>
|
|
<div class="amount-sum">已选择<em><?php echo $this->_var['cart_goods_number']; ?></em>件商品</div>
|
|
<?php if ($this->_var['is_group_buy']): ?><div class="amount-sum"><strong><?php echo $this->_var['lang']['notice_gb_order_amount']; ?></strong></div><?php endif; ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="consignee-foot">
|
|
<p>寄送至:<?php echo $this->_var['consignee']['consignee_address']; ?></p>
|
|
<p>收货人:<?php echo $this->_var['consignee']['consignee']; ?> <?php echo $this->_var['consignee']['mobile']; ?></p>
|
|
</div>
|
|
</div>
|
|
</div>
|