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
|
<!DOCTYPE html> <!--[if lt IE 7 ]> <html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="tc"> <!--<![endif]--> <!-- Mirrored from eshop.sinomax.com/index.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 14 Sep 2017 06:24:04 GMT --> <!-- Added by HTTrack --> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <!-- /Added by HTTrack -->
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <base> <title>Sinomax E-Shop</title>
<script type="text/javascript"> if (/iP(hone|od)|android.+mobile|BlackBerry|IEMobile/i.test(navigator.userAgent)) { window.location("checkout.php"); } else if (/(tablet|ipad|playbook|silk)|(android(?!.*mobile))/i.test(navigator.userAgent)) { window.location.replace("../tc/checkout.php"); } else{ window.location.replace("../tc/checkout.php"); } </script>
<!-- Mobile Specific Metas ================================================== --> <!--<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>--> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" /> <!-- Set Up the App Icon --> <link rel="apple-touch-icon" href="images/touch-icon-iphone.html"> <link rel="apple-touch-icon" sizes="76x76" href="images/touch-icon-ipad.html"> <link rel="apple-touch-icon" sizes="120x120" href="images/touch-icon-iphone-retina.html"> <link rel="apple-touch-icon" sizes="152x152" href="images/touch-icon-ipad-retina.html"> <link rel="apple-touch-icon" sizes="180x180" href="images/touch-icon-iphone6plus.html"> <!-- Favicons ================================================== --> <link rel="shortcut icon" href="../images/favicon.ico"> <link rel="icon" type="image/png" href="../images/favicon.png" />
<!-- google web font - open sans --> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'> <!-- use font awesome -->
<!-- Use jQuery ================================================== --> <script src="../js/jquery-1.11.1.min.js"></script> <!-- General Script --> <script src="../js/general.js"></script> <!-- Use Modernizr ================================================== --> <script src="../js/modernizr.custom.38310.js"></script> <!-- IE Support ================================================== --> <!--[if lt IE 9]> <link href="../css/ie.css" rel="stylesheet" type="text/css" media="screen"> <script src="../js/html5shiv.js"></script> <script src="../js/selectivizr-and-extra-selectors.min.js"></script><![endif]--> <!-- ===== you may change these --> <script type="text/javascript"> jQuery(document).ready(function($) { $('#search_top .icn_search').click(function() { $(this).closest('#search_top').addClass('active'); $(this).next('.sch_wrapper').slideDown(500); }); $('#search_top .schClose').click(function() { $(this).closest('#search_top').removeClass('active'); $('#search_top .sch_wrapper').slideUp(500); }); }); </script>
<link href="../css/style.css" rel="stylesheet" type="text/css" media="screen"> <link href="../css/font-awesome.min.css" rel="stylesheet" type="text/css" media="screen">
<link rel="stylesheet" type="text/css" href="../css/slick.css" /> <link rel="stylesheet" type="text/css" href="../css/newstyle.css"> <link rel="stylesheet" type="text/css" href="../css/responsive-new.css"> <link rel="stylesheet" type="text/css" href="../css/forMobile.css"> </head>
<body> <div id="wrapper"> <?php include '../include/m_header.php';?> <!-- #header ends ////////// --> <div class="clearfix"></div>
<!-- mobile container --> <!-- end of mobile container -->
<div class="sub-content"> <div class="container cart_summary_block"> <div class="checkout-content"> <div class="StepsContainer mobileHidden"> <table> <tr> <td class="steps active">確認購物車 <br>CHECK YOUR ORDER</td> <td class="steps">運送方式 <br>DELIVERY INFORMATION</td> <td class="steps">付款 <br>PAYMENT</td> <td class="steps">完成訂購 <br>THANK YOU!</td> </tr> </table> </div>
<!-- .breadcrumb ends --> <div class="clearfix"></div> <div class="floatLeft PathLocation"> <nav class="breadcrumb"> <ul class="fl"> <li><a href="index.html">首頁</a> </li> <li><a href="#">購物車</a> </li> </ul> </nav> </div> <div class="clear"></div> <div class="general_mark "> <span class="general_box"> <a href="javascript: void(0)"> <i class="icn_checkbox"></i>選擇所有</a> </span> <span class="general_box hide remove_btn pointer"><i class="fa fa-times"></i>移除</span> <span class="general_box pdt_count_box">你的購物車有: <b class="tsbu">1</b> 產品</span> </div> <!-- .general_mark ends /***/--> <div class="clearfix"></div> <div class="info_box order_details_block"> <ul class="general_table active"> <li class="row highlight thead"> <p class="mobItem tc"><b class="tsbu">產品</b> </p> <p></p> <div class="column cl_1-2"> </div> <div class="column cl_2 tc"> <b class="tsbu">圖片</b> </div> <div class="column cl_8 tl"> <b class="tsbu">產品明細</b> </div> <div class="column cl_3 tc"> <b class="tsbu">單價</b> </div> <div class="column cl_3 tc"> <b class="tsbu">數量</b> </div> <div class="column cl_3 tc"> <b class="tsbu">總計</b> </div> <div class="column cl_1-2"> </div> </li> <li class="row"> <div class="column cl_1-2 first"> <i class="icn_checkbox" id="5205"></i> </div> <div class="column cl_2 tc"> <a href="product_detail.php?id=788&cid=14" class="tb_pdt_thumb"> <img src="../images/product_images/thumb/KgUR4mAd_proimgid_454.png" alt="負離子健養床墊"> </a> </div> <div class="column cl_8 tl"> <a href="product_detail.php?id=788&cid=14" class="tb_pdt_name">負離子健養床墊 <br>尺寸: 30x72x1.5"<br> </a> </div> <div class="column cl_3 tr"> <span class="tb_pdt_u_price pr_30p"><b class="tsbu mobItem">單價 :</b> HK $1,999 </span> <input type="hidden" name="price" id="price_5205" value="1999.00"> <input type="hidden" name="points" id="points_5205" value="0"> </div> <div class="column cl_3 tc"> <div class="tb_pdt_qty_form"><b class="tsbu mobItem">數量 :</b> <span class="option_qty"> <b class="qty_reduce" id="5205"> <i class="fa fa-minus"></i></b> <input type="text" id="quantity_5205" class="qty_text" value="1" maxlength="8" title="Please enter Quantity"> <b class="qty_increase" id="5205"><i class="fa fa-plus"></i></b> </span> </div> </div> <div class="column cl_3 tr"> <span class="tb_pdt_ttl_price pr_30p" id="total_price_5205"><b class="tsbu mobItem">總計 :</b> HK $1,999 </span> <input type="hidden" name="total_price" id="total_price2_5205" class="total_price2" value="1999"> </div> <div class="column cl_1-2"> <div onclick="delete_cart('5205')"> <span class="del_btn"><b class="tsbu mobItem">刪除 :</b> <i class="fa fa-times"></i> </span> </div> </div> </li> </ul> <!-- /.general_table ends --> </div> <!-- .info_box ends --> <div class="clearfix"></div> <div class="clearfix"></div>
<div class="summary_section fr"> <div class="summary_row bigger"> <p class="summary_column tr">總計 :</p>
<p class="summary_column tr">HK $15,997</p> </div> </div> <!-- .summary_section ends ===================================== -->
<div class="clearfix"></div>
<div class="extra_block mt_0p"> <h3 class="tsbu">已使用折扣</h3>
<div class="thead"> <p class="desc">折扣描述</p>
<p class="value">折扣扣減</p> </div>
<ul class="extra_list"> <li class="row"> <p class="desc"> 特價產品: Hybrid 100 尺寸: 36"x75"x8" </p>
<p class="value"> <span class="trd">- HK $1399.8</span> </p> </li> <li class="row"> <p class="desc"> 特價產品: Hybrid 100 尺寸: 36"x75"x8" </p>
<p class="value"> <span class="trd">- HK $1399.8</span> </p> </li>
</ul> <!-- /.extra_list ends --> </div> <!-- .extra_block ends ===================================== -->
<div class="clearfix"></div>
<div class="extra_block"> <h3 class="" style="background-color: #fff;">我的背包</h3>
<div class="thead"> <p class="desc">優惠券描述</p>
<p class="value">優惠券扣減</p> </div>
<ul class="extra_list">
</ul> <!-- /.extra_list ends --> </div>
<div class="clearfix"></div>
<!-- .summary_section ends ===================================== -->
<!-- .mark_box ends ===================================== -->
<div class="summaryBtns fl deskShow"> <a href="products.php" class="sample_btn wtbd_btn large_btn">繼續購物</a> <!--<input type="submit" value="PROCEED TO CHECKOUT" class="sample_btn bu_btn large_btn" >--> <div class="sample_btn grey_btn hoverGreen large_btn pointer" onclick="location.href='delivery.php';"> 結帳 </div> </div>
<div class="coupon_box fl coupon_form"> <h6>優惠碼</h6>
<input name="promotion_code" value="" id="promotion_code" type="text" placeholder="優惠碼">
<button class="styleBTN noMargin" type="button" onclick="apply_promotion_code()"> 使用 </button>
<div class="clearfix"></div>
<br>
<h6>積分付款</h6>
<p>請輸入積分為100的倍數。[100分 = $1] (可用積分 : 0)</p>
<input name="point_as_money" value="0" id="point_as_money" type="text" placeholder="積分">
<button class="styleBTN noMargin marginTop-10" type="button" onclick="point_as_money()" style="margin-top: 10px;"> 使用 </button>
<div class="clearfix"></div>
</div>
<div class="summary_section fr"> <div class="summary_row"> <p class="summary_column tr">總計 :</p>
<p class="summary_column tr">HK $15,997</p> </div>
<div class="summary_row"> <p class="summary_column tr">折扣 :</p>
<p class="summary_column tr">-HK $2,799.6 </p> </div>
<div class="summary_row" id="point_as_money_content" style="display: none;"> <p class="summary_column tr">積分付款 :</p>
<p class="summary_column tr"><span id="point_as_money_amount"></span> </p> </div>
<hr class="separator_line">
<div class="summary_row bigger"> <p class="summary_column tr">商品總計 :</p> <input type="hidden" name="carttotal_int" value="13197.4" id="carttotal_int" />
<p class="summary_column tr" id="carttotal">HK $ 13,197.4 </p>
</div>
<input type="hidden" name="pointstotal_int" value="0" id="pointstotal_int" /> <input type="hidden" name="total_redemption_amt" value="0" id="total_redemption_amt" />
</div> <div class="summaryBtns fl tablethow"> <a href="products.php" class="sample_btn wtbd_btn large_btn">繼續購物</a> <!--<input type="submit" value="PROCEED TO CHECKOUT" class="sample_btn bu_btn large_btn" >--> <div class="sample_btn grey_btn hoverGreen large_btn pointer" onclick="location.href='delivery.php';"> 結帳 </div> </div>
</div> </div> </div> <!-- Footer start ======================================== --> <?php include '../include/m_footer.php';?> <!-- #footer ends ////////// --> </div> </div>
<?php include '../include/language.php';?>
<?php include '../include/loginMenu.php';?>
<a href="#" class="scrollToTop"> <img src="../images/new_images/scroll-top.png"> </a>
</body> <!-- Mirrored from eshop.sinomax.com/index.php by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 14 Sep 2017 06:24:39 GMT -->
<!-- Created New JS Script --> <script type="text/javascript" src="../js/slick.min.js"></script> <script type="text/javascript" src="../js/newscript.js"></script>
</html>
|