-
Notifications
You must be signed in to change notification settings - Fork 4
/
payment.html
371 lines (361 loc) · 18.3 KB
/
payment.html
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
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="utf-8">
<title>متجر عربي | الدفع</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container-fluid">
<!--الشريط العلوي-->
<div class="row">
<nav class="navbar navbar-default custom-navbar">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle btn custom-btn collapsed" data-toggle="collapse" data-target="#navbar-collapsed-menu">
<i class="fa fa-bars fa-lg"></i>
</button>
<a href="checkout.html" class="navbar-toggle btn custom-btn">
<i class="fa fa-shopping-cart fa-lg"></i>
</a>
<a href="." class="navbar-brand">
<img src="images/logo.png" alt="متجر عربي">
</a>
</div>
<div class="nav navbar-nav navbar-left">
<form class="navbar-form">
<div class="input-group">
<input type="text" class="form-control custom-form-control" placeholder="كلمة البحث..." required>
<div class="input-group-btn">
<button class="hidden-xs hidden-sm btn btn-default custom-btn dropdown-toggle" data-toggle="dropdown">
اختر الفئة
<span class="caret"></span>
</button>
<ul class="dropdown-menu custom-dropdown-menu">
<li>
<div class="checkbox">
<label>
<input type="checkbox" name="search-category" value="men">
رجالي
</label>
</div>
</li>
<li>
<div class="checkbox">
<label>
<input type="checkbox" name="search-category" value="women">
نسائي
</label>
</div>
</li>
<li>
<div class="checkbox">
<label>
<input type="checkbox" name="search-category" value="kids">
أطفال
</label>
</div>
</li>
</ul>
<button type="submit" class="btn btn-primary custom-btn custom-btn-primary">
ابحث
</button>
</div>
</div>
</form>
</div>
<div id="navbar-collapsed-menu" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href=".">الصفحة الرئيسية</a>
</li>
<li>
<a class="dropdown-toggle" data-toggle="dropdown" href="#">
أقسام المتجر
<span class="caret"></span>
</a>
<ul class="dropdown-menu custom-dropdown-menu">
<li><a href="#">رجالي</a></li>
<li><a href="#">أطفال</a></li>
<li><a href="#">نسائي</a></li>
</ul>
</li>
<li><a href="search.html">البحث المتقدم</a></li>
<li><a href="contact.html">تواصل معنا</a></li>
<li class="hidden-xs">
<a id="btn-shopping-cart" href="checkout.html" class="btn btn-default navbar-btn custom-btn" title="عربة الشراء" data-toggle="tooltip" data-placement="bottom">
<i class="fa fa-shopping-cart"></i>
</a>
</li>
</ul>
</div>
</div>
</nav>
</div><!--نهاية الشريط العلوي-->
<div class="row">
<div class="container">
<!--عناصر التّنقّل الفرعيّة-->
<ol class="breadcrumb custom-breadcrumb">
<li><a href=".">الصفحة الرئيسية</a></li>
<li><a href="checkout.html">عربة الشراء</a></li>
<li class="active">الدفع</li>
</ol><!--نهاية عناصر التّنقّل الفرعيّة-->
<!--نموذج الدفع-->
<div class="row">
<form id="form-checkout" action="payment.html">
<!--البيانات الشخصية-->
<div class="col-xs-12 col-md-6">
<h3 class="custom-heading">بياناتك الشخصية</h3>
<div class="col-sm-6 form-group">
<input type="text" class="form-control custom-form-control input-lg custom-input-lg" placeholder="الاسم الأول" name="first_name" required>
</div>
<div class="col-sm-6 form-group">
<input type="text" class="form-control custom-form-control input-lg custom-input-lg" placeholder="الاسم الأخير" name="last_name" required>
</div>
<div class="col-sm-6 form-group">
<input type="email" class="form-control custom-form-control input-lg custom-input-lg" placeholder="البريد الإلكتروني" name="email" required>
</div>
<div class="col-sm-6 form-group">
<input type="text" class="form-control custom-form-control input-lg custom-input-lg" placeholder="المنطقة" name="area" required>
</div>
<div class="form-group col-sm-6">
<select class="form-control custom-form-control input-lg custom-input-lg" name="country" required>
<option disabled selected value="">اختر الدولة</option>
<option value="sa">السعودية</option>
<option value="eg">مصر</option>
<option value="jo">الأردن</option>
<option value="sy">سوريا</option>
</select>
</div>
<div class="form-group col-sm-6">
<select class="form-control custom-form-control input-lg custom-input-lg" name="city" required>
<option disabled selected value="">اختر المدينة</option>
</select>
</div>
<div class="form-group col-sm-6">
<input class="form-control custom-form-control input-lg custom-input-lg" type="text" placeholder="رقم الموبايل" name="phone" required>
</div>
<div class="form-group col-sm-6">
<input class="form-control custom-form-control input-lg custom-input-lg" type="text" placeholder="العنوان الأول" name="address1" required>
</div>
<div class="form-group col-sm-6">
<input class="form-control custom-form-control input-lg custom-input-lg" type="text" placeholder="العنوان الثاني (اختياري)" name="address2">
</div>
</div><!--نهاية البيانات الشخصية-->
<!--بيانات الدفع-->
<div class="col-xs-12 col-md-6">
<h3 class="custom-heading">بيانات الدفع</h3>
<div class="form-group col-sm-6">
<label>
<input type="radio" name="payment_method" value="credit_card" checked>
الدفع بالبطاقة الائتمانية
</label>
</div>
<div class="form-group col-sm-6">
<label>
<input type="radio" name="payment_method" value="on_delivery">
الدفع عند الاستلام
</label>
</div>
<!--بيانات بطاقة الائتمان-->
<div class="col-xs-12" id="credit-card-info">
<div class="form-group col-sm-6">
<input class="form-control custom-form-control input-lg custom-input-lg" type="text" name="credit_card_number" placeholder="رقم البطاقة" required>
</div>
<div class="form-group col-sm-6">
<input name="credit_card_expiration_month" class="form-control custom-form-control input-lg custom-input-lg" placeholder="شهر الانتهاء" min="1" max="12" type="number" required>
</div>
<div class="form-group col-sm-6">
<input class="form-control custom-form-control input-lg custom-input-lg" type="number" min="2016" max="2030" placeholder="سنة الانتهاء" name="credit_card_expiration_year" required>
</div>
<div class="form-group col-sm-6">
<input class="form-control custom-form-control input-lg custom-input-lg" type="number" name="credit_card_cvv" placeholder="CVV" required>
</div>
</div><!--نهاية بيانات بطاقة الائتمان-->
</div><!--نهاية بيانات الدفع-->
<!--عربة الشراء-->
<div class="col-xs-12">
<h3 class="custom-heading">طلبك</h3>
<table class="custom-table">
<thead>
<tr>
<th>المنتج</th>
<th>السعر</th>
<th>العدد المطلوب</th>
<th class="hidden-xs">السعر الإجمالي</th>
<th></th>
</tr>
</thead>
<tbody>
<!--منتج-->
<tr data-product-info data-product-price="400">
<td>
<div class="media custom-media">
<div class="media-left hidden-xs">
<img src="images/lacoste_1.jpg" alt="تي شيرت رجالي من لاكوست" class="media-object">
</div>
<div class="media-body">
<h4>تي شيرت رجالي من لاكوست</h4>
<div class="text-muted custom-text-muted">
ملابس رجالي
</div>
</div>
</div>
</td>
<td>400$</td>
<td>
<input name="product[0]" type="hidden" value="تي شيرت رجالي من لاكوست">
<select name="quantity[0]" class="form-control custom-form-control select-inline" data-product-quantity>
<option value="1">1</option>
<option value="2">2</option>
<option value="3" selected>3</option>
</select>
</td>
<td class="total-price-for-product hidden-xs">
1200$
</td>
<td>
<button class="btn btn-danger custom-btn-danger custom-btn" data-remove-from-cart>
<span class="hidden-xs">حذف</span>
<i class="fa fa-remove fa-sm visible-xs"></i>
</button>
</td>
</tr><!--نهاية منتج-->
<!--منتج-->
<tr data-product-info data-product-price="300">
<td>
<div class="media custom-media">
<div class="media-left hidden-xs">
<img src="images/tshirt.jpg" alt="تي شيرت أديداس" class="media-object">
</div>
<div class="media-body">
<h4>تي شيرت أديداس</h4>
<div class="text-muted custom-text-muted">
ملابس رجالي
</div>
</div>
</div>
</td>
<td>300$</td>
<td>
<input name="product[1]" type="hidden" value="تي شيرت أديداس">
<select name="quantity[1]" class="form-control custom-form-control select-inline" data-product-quantity>
<option value="1" selected>1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</td>
<td class="total-price-for-product hidden-xs">
300$
</td>
<td>
<button class="btn btn-danger custom-btn-danger custom-btn" data-remove-from-cart>
<span class="hidden-xs">حذف</span>
<i class="fa fa-remove fa-sm visible-xs"></i>
</button>
</td>
</tr><!--نهاية منتج-->
</tbody>
<tfoot>
<tr>
<td colspan="5">
<span class="text-muted custom-text-muted">
السعر الإجمالي للمنتجات:
</span>
<span id="total-price-for-all-products">1500</span> دولار
</td>
</tr>
</tfoot>
</table>
<button type="submit" class="btn custom-btn btn-primary custom-btn-primary2 custom-btn-with-icon btn-lg">
<span class="clearfix">
<span class="pull-left">
إكمال عمليّة الشّراء
</span>
<span class="pull-right">
<i class="fa fa-dollar fa-lg"></i>
</span>
</span>
</button>
</div><!--نهاية قسم عربة الشراء-->
</form>
</div><!--نهاية نموذج الدفع-->
</div>
</div>
<!--ذيل الصفحة-->
<div id="footer" class="row">
<!--سطر شعارات الشركات-->
<div id="brand-logos" class="col-xs-12 text-center">
<span>المتجر وكيل مُعتمد لكبرى الشركات العالمية</span>
<div class="img-container">
<img src="./images/lacoste.png" alt="Lacoste">
<img src="./images/adidas.png" alt="Adidas">
<img src="./images/puma.png" alt="Puma">
<img src="./images/polo.png" alt="Polo">
</div>
</div><!--نهاية سطر شعارات الشركات-->
<!--سطر روابط التنقل ونموذج الاشتراك بالنشرة-->
<div id="footer-nav" class="col-xs-12 text-center">
<div class="container">
<!--شعار الموقع-->
<div class="col-xs-12">
<a href=".">
<img src="./images/logo_footer.png" alt="عربي">
</a>
</div><!--نهاية شعار الموقع-->
<!--عناصر التنقل-->
<div id="footer-nav-links" class="col-xs-12 hidden-xs">
<a href=".">الصفحة الرئيسية</a>
<a href="search">البحث المتقدّم</a>
<a href="contact.html">تواصل معنا</a>
</div><!--نهاية عناصر التنقل-->
<!--نموذج الاشتراك بالنشرة البريدية-->
<div class="col-xs-12 col-md-6 col-md-offset-3">
<form class="form form-inline">
<label for="footer-email">
<small>تابع النشرة البريديّة لأحدث العروض</small>
</label>
<br>
<div class="input-group">
<input id="footer-email" class="form-control custom-form-control" type="email" placeholder="البريد الإلكتروني" name="email" required>
<div class="input-group-btn">
<button type="submit" class="btn btn-primary custom-btn custom-btn-primary2">
متابعة
</button>
</div>
</div>
</form>
</div><!--نهاية نموذج الاشتراك بالنشرة البريدية-->
</div>
</div><!--نهاية سطر روابط التنقل ونموذج الاشتراك بالنشرة-->
<!--سطر الحقوق والروابط الاجتماعية-->
<div id="footer-copyright-social" class="col-xs-12">
<div class="container">
<div class="clearfix">
<div id="copyright" class="pull-left">
جميع الحقوق محفوظة للمتجر لسنة 2016
</div>
<div id="social-icons" class="pull-right">
<a href="https://www.facebook.com/araby-store">
<i class="fa fa-facebook-square fa-lg"></i>
</a>
<a href="https://www.twitter.com/araby-store">
<i class="fa fa-twitter-square fa-lg"></i>
</a>
<a href="https://www.instagram.com/araby-store">
<i class="fa fa-instagram fa-lg"></i>
</a>
</div>
</div>
</div>
</div><!--نهاية سطر الحقوق والروابط الاجتماعية-->
</div><!--نهاية ذيل الصفحة-->
</div>
<script src="js/jquery-2.2.4.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/script.js"></script>
</body>
</html>