cart2.html
20.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>确认订单-{$tpshop_config['shop_info_store_title']}</title>
<meta http-equiv="keywords" content="{$tpshop_config['shop_info_store_keyword']}" />
<meta name="description" content="{$tpshop_config['shop_info_store_desc']}" />
<script src="__PUBLIC__/js/jquery-1.8.2.min.js"></script>
<script src="__PUBLIC__/js/global.js"></script>
<script src="__PUBLIC__/js/pc_common.js"></script>
<script src="__PUBLIC__/js/layer/layer.js"></script><!-- 弹窗js 参考文档 http://layer.layui.com/-->
</head>
<body>
<include file="public/siteTopbar" />
<div class="order-header">
<div class="layout after">
<div class="fl">
<div class="logo pa-to-36 wi345">
<a href="/"><img src="{$tpshop_config['shop_info_store_logo']}" alt=""></a>
</div>
</div>
<div class="fr">
<div class="pa-to-36 progress-area">
<div class="progress-area-wd" style="display:none">我的购物车</div>
<div class="progress-area-tx" style="display:block">填写核对订单信息</div>
<div class="progress-area-cg" style="display:none">成功提交订单</div>
</div>
</div>
</div>
</div>
<style>
/*.address tr td { border:#F00 solid 1px; }*/
/*没选中的 收货地址*/
.order-address-list table{background-color:inherit; border: 0px solid #CCC;}
.order-address-list .default{visibility:hidden;}
/*选中的 收货地址*/
.address_current{ background-color:#fffde6; border: 1px solid #fadccf;}
.address_current .default{visibility:visible;}
</style>
<form name="cart2_form" id="cart2_form" method="post">
<div class="layout be-table fo-fa ma-bo-45">
<div class="con-info">
<div class="con-y-info ma-bo-35">
<h3 style="margin-top:30px">收货人信息<b>[<a href="javascript:void(0);" onClick="add_edit_address(0);">使用新地址</a>]</b></h3>
<div id="ajax_address"><!--ajax 返回收货地址--></div>
<h3 style="margin-top:30px">自提点</h3>
<div id="ajax_pickup"><!--ajax 返回自提点--></div>
</div>
<div class="con-y-info ma-bo-35 con-h">
<h3>发票信息<em>(请谨慎选择发票抬头,订单出库后不能修改)</em></h3>
<div class="order-invoice-list">
<ul>
<li>
<div class="invoice-main fl"><label for="dw">发票抬头:</label></div>
<div class="invoice-sub fl">
<label class="inv-label">
<input class="officdw" type="text" name="invoice_title" placeholder="XXX单位 或 XX个人" />
</label>
</div>
</li>
</ul>
</div>
<p class="tips"><em>注意:</em>如果商品由第三方卖家销售,发票内容由其卖家决定,发票由卖家开具并寄出</p>
</div>
<div class="con-y-info ma-bo-35 con-h">
<h3>物流信息<em>(选择相应的物流配送,订单出库后不能修改)</em></h3>
<div class="order-invoice-list">
<ul>
<foreach name="shippingList" item="v" key="k">
<li>
<div class="invoice-main">
<input id="{$v.code}" type="radio" name="shipping_code" value="{$v.code}" onClick="ajax_order_price();" <if condition="$k eq 0"> checked="checked" </if> />
<label for="gr">{$v.name}</label>
<em>({$v.desc})</em>
</div>
</li>
</foreach>
</ul>
</div>
<p class="tips"><em>注意:</em>如果商品由第三方卖家销售,发票内容由其卖家决定,发票由卖家开具并寄出</p>
</div>
</div>
<div class="sc-area">
<div class="dt-order-area">
<div class="order-pro-list">
<div class="order-pro-list">
<div class="yxspy">
<div class="hv">您购买的以下商品</div>
<div class="bv">
<table border="0" cellpadding="0" cellspacing="0">
<thead>
<tr>
<th class="tr-pro">商品</th>
<th class="tr-price">单价(元)</th>
<if condition="($user[discount] neq 1)">
<th class="tr-price">会员折扣价</th>
</if>
<th class="tr-quantity">数量</th>
<th class="tr-subtotal">小计(元)</th>
</tr>
</thead>
</table>
</div>
</div>
<div class="leiliste">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<foreach name="cartList" item="v" key="k">
<if condition="$v[selected] eq '1'">
<tr>
<td class="tr-pro">
<ul class="pro-area-2">
<li>
<a title="{$v.goods_name}" target="_blank" href="{:U('Home/Goods/goodsInfo',array('id'=>$v[goods_id]))}" seed="item-name">{$v.goods_name}</a>
</li>
</ul>
</td>
<!-- 预付订金商品的价格为空 -->
<td class="tr-price te-al">¥{$v.goods_price}</td>
<if condition="($user[discount] neq 1)">
<td class="tr-price te-al">¥{$v.member_goods_price}</td>
</if>
<td class="tr-quantity te-al">{$v.goods_num}</td>
<td rowspan="1" class="tr-subtotal te-al">
<p><b>¥{$v.goods_fee}</b></p>
</td>
</tr>
</if>
</foreach>
</tbody>
</table>
</div>
</div>
</div>
<div class="order-pro-total">
<div class="fl wctmes">
<div class="syyouhui pa-to-15">
<div class="duoxuk">
<label class="fo-fa-ta" for="order-chick">使用优惠券:</label> 注:优惠券每次只能使用一张,不可多张混合使用
</div>
<div class="byicd">
<div class="zhiwfnka">
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<input type="radio" class="radio vam ma-ri-10" name="couponTypeSelect" checked value="1" onClick="ajax_order_price();" />
<select id="coupon_id" name="coupon_id" class="vam ou-no" onChange="ajax_order_price();">
<option value="0">选择优惠券</option>
<foreach name="couponList" item="v" key="k">
<option value="{$v['id']}">{$v['name']}</option>
</foreach>
</select>
<input type="radio" class="radio vam ma-ri-10" name="couponTypeSelect" value="2" onClick="ajax_order_price();" />
<input type="text" name="couponCode" class="texter vam span-150 ma-ri-10 he18 li-he-18" placeholder="请输入优惠券代码" />
<input type="button" class="button-style-disabled-4 button-action-use-disabled te-al ou-no vam" value="使用" onClick="ajax_order_price();" />
</td>
</tr>
<tr>
<td>
<label class="fo-fa-ta" for="order-chick">余额支付:</label>
<input type="text" id="user_money" name="user_money" class="texter vam span-150 ma-ri-10 he18 li-he-18" placeholder="请输入使用余额" onpaste="this.value=this.value.replace(/[^\d.]/g,'')" onkeyup="this.value=/^\d+\.?\d{0,2}$/.test(this.value) ? this.value : ''"/>
<input type="button" class="button-style-disabled-4 button-action-use-disabled te-al ou-no vam" value="使用" onClick="ajax_order_price();" />
您的可用余额 ¥ {$user['user_money']}
</td>
</tr>
<tr>
<td>
<label class="fo-fa-ta" for="order-chick">积分支付:</label>
<input type="text" id="pay_points" name="pay_points" class="texter vam span-150 ma-ri-10 he18 li-he-18" placeholder="请输入使用积分" onpaste="this.value=this.value.replace(/[^\d]/g,'')" onKeyUp="this.value=this.value.replace(/[^\d]/g,'')"/>
<input type="button" class="button-style-disabled-4 button-action-use-disabled te-al ou-no vam" value="使用" onClick="ajax_order_price();" />
<?php echo tpCache('shopping.point_rate');?> 积分抵 1元 您的可用积分 {$user['pay_points']} 分
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="fr wcnhy">
<div class="fzoubddv">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td class="tal">商品总金额:</td>
<td class="tar"> ¥
<em id="order-cost-area">{$total_price.total_fee}</em>
</td>
</tr>
<tr>
<td class="tal">运费:</td>
<td class="tar"> ¥
<em id="postFee">0.00</em>
</td>
</tr>
<tr>
<td class="tal">使用优惠券:</td>
<td class="tar">- ¥
<em><span id="couponFee">0.00</span> </em>
</td>
</tr>
<tr>
<td class="tal">使用积分:</td>
<td class="tar">- ¥
<em><span id="pointsFee">0.00</span> </em>
</td>
</tr>
<tr>
<td class="tal">优惠活动:</td>
<td class="tar">- ¥
<em><span id="order_prom_amount">0.00</span> </em>
</td>
</tr>
<tr>
<td class="tal">使用余额:</td>
<td class="tar">- ¥
<em><span id="balance">0.00</span> </em>
</td>
</tr>
</tbody>
</table>
<p class="yifje-order">
<span class="p-subtotal-price"> 应付金额:
<b class="total">¥</b>
<b class="total" id="payables">0.00</b>
</span>
</p>
</div>
</div>
</div>
</div>
<div class="order-action-area te-al-ri">
<div class="woypdbe sc-acti-list pa-to-20">
<!--<span class="p-subtotal-price">应付总额:<b>¥<span class="vab" id="payableTotal">2276.00</span></b></span>-->
<a class="Sub-orders gwc-qjs" href="javascript:void(0);" onClick="submit_order();"><span>提交订单</span></a>
</div>
</div>
</div>
</div>
</form>
<!--------footer-开始-------------->
<include file="public/footer" />
<!--------footer-结束-------------->
<script>
$(document).ready(function(){
ajax_address(); // 获取用户收货地址列表
});
/**
* 新增修改收货地址
* id 为零 则为新增, 否则是修改
* 使用 公共的 layer 弹窗插件 参考官方手册 http://layer.layui.com/
*/
function add_edit_address(id)
{
if(id > 0)
var url = "/index.php?m=Home&c=User&a=edit_address&scene=1&call_back=call_back_fun&id="+id; // 修改地址 '{:U('Home/User/add_address',array('scene'=>'1','call_back'=>'call_back_fun','id'=>id))}' //iframe的url /index.php/Home/User/add_address
else
var url = "/index.php?m=Home&c=User&a=add_address&scene=1&call_back=call_back_fun"; // 新增地址
layer.open({
type: 2,
title: '添加收货地址',
shadeClose: true,
shade: 0.8,
area: ['880px', '580px'],
content: url,
});
}
// 添加修改收货地址回调函数
function call_back_fun(v){
layer.closeAll(); // 关闭窗口
ajax_address(); // 刷新收货地址
}
// 删除收货地址
function del_address(id)
{
if(!confirm("确定要删除吗?"))
return false;
$.ajax({
url:"/index.php?m=Home&c=User&a=del_address&id="+id,
success: function(data){
ajax_address(); // 刷新收货地址
$('#ajax_pickup .order-address-list').removeClass('address_current');
}
});
}
/*
* ajax 获取当前用户的收货地址列表
*/
function ajax_address(){
$.ajax({
url:"{:U('Home/Cart/ajaxAddress')}",//+tab,
success: function(data){
$("#ajax_address").html('');
$("#ajax_address").append(data);
if(data != '') // 有收货地址列表 再计算价钱
ajax_order_price(); // 计算订单价钱
}
});
}
// 切换收货地址
function swidth_address(obj)
{
var province_id = $(obj).attr('data-province-id');
var city_id = $(obj).attr('data-city-id');
var district_id = $(obj).attr('data-district-id');
if (typeof($(obj).attr('data-province-id')) != 'undefined') {
ajax_pickup(province_id,city_id,district_id,0);
}
$(".order-address-list").removeClass('address_current');
$(obj).parent().parent().parent().parent().parent().addClass('address_current');
if($('#address_id').length > 0)
ajax_order_price(); // 计算订单价格
}
/**
* 获取用户自提点和推荐自提点
* @param type 1:用户自提点 ,0:用户自提点和推荐自提点
* @param province_id 省
* @param city_id 市
* @param district_id 区
*/
function ajax_pickup(province_id, city_id, district_id,show) {
$.ajax({
type: 'GET',
url: "{:U('Home/Cart/ajaxPickup')}",//+tab,
data: {province_id: province_id, city_id: city_id, district_id: district_id,show:show},
success: function (data) {
$("#ajax_pickup").html('');
$("#ajax_pickup").append(data);
}
});
}
//更换自提点
function replace_pickup(province_id, city_id, district_id) {
var url = "/index.php?m=Home&c=Cart&a=replace_pickup&call_back=call_back_pickup&province_id="+province_id+"&city_id="+city_id+"&district_id="+district_id;
layer.open({
type: 2,
title: '添加收货地址',
shadeClose: true,
shade: 0.8,
area: ['880px', '580px'],
content: url,
});
}
// 添加自提点地址回调函数
function call_back_pickup(province_id,city_id,district_id){
layer.closeAll(); // 关闭窗口
ajax_pickup(province_id, city_id, district_id,1);
}
// 获取订单价格
function ajax_order_price()
{
$.ajax({
type : "POST",
url:"{:U('Home/Cart/cart3')}",//+tab,
data : $('#cart2_form').serialize()+"&act=order_price",// 你的formid
dataType: "json",
success: function(data){
if(data.status != 1)
{
// alert(data.msg); //执行有误
layer.alert(data.msg, {icon: 2});
// 登录超时
if(data.status == -100)
location.href ="{:U('Home/User/login')}";
return false;
}
// console.log(data);
//$("#couponFee, #pointsFee, #order_prom_amount").css('display','none');
$("#postFee").text(data.result.postFee); // 物流费
$("#couponFee").text(data.result.couponFee);// 优惠券
$("#balance").text(data.result.balance);// 余额
$("#pointsFee").text(data.result.pointsFee);// 积分支付
$("#payables").text(data.result.payables);// 应付
$("#order_prom_amount").text(data.result.order_prom_amount);// 订单 优惠活动
}
});
}
// 提交订单
ajax_return_status = 1;
function submit_order()
{
if(ajax_return_status == 0)
return false;
ajax_return_status = 0;
$.ajax({
type : "POST",
url:"{:U('Home/Cart/cart3')}",//+tab,
data : $('#cart2_form').serialize()+"&act=submit_order",// 你的formid
dataType: "json",
success: function(data){
if(data.status != '1')
{
// alert(data.msg); //执行有误
layer.alert(data.msg, {icon: 2});
// 登录超时
if(data.status == -100)
location.href ="{:U('Home/User/login')}";
ajax_return_status = 1; // 上一次ajax 已经返回, 可以进行下一次 ajax请求
return false;
}
// console.log(data);
$("#postFee").text(data.result.postFee); // 物流费
$("#couponFee").text(data.result.couponFee);// 优惠券
$("#balance").text(data.result.balance);// 余额
$("#pointsFee").text(data.result.pointsFee);// 积分支付
$("#payables").text(data.result.payables);// 应付
$("#order_prom_amount").text(data.result.order_prom_amount);// 订单 优惠活动
layer.msg('订单提交成功,跳转支付页面!', {
icon: 1, // 成功图标
time: 2000 //2秒关闭(如果不配置,默认是3秒)
}, function(){ // 关闭后执行的函数
location.href = "/index.php?m=Home&c=Cart&a=cart4&order_id="+data.result; // 跳转到结算页
});
}
});
}
</script>
</body>
</html>