-
Notifications
You must be signed in to change notification settings - Fork 0
/
purchase.html
246 lines (229 loc) · 14.1 KB
/
purchase.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Alwayspreset - Purchase</title>
<!-- Bootstrap core CSS -->
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<!-- Custom fonts for this template -->
<link href="css/fontawesome-all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/shards.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<!--<link href="css/absolute-center.css" rel="stylesheet">-->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '379924209574706');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=379924209574706&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body id="page-top">
<script src="js/pixel.js?version=1"></script>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light navbar-shrink">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="./">Alwayspreset</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
เมนู
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="./">กลับหน้าหลัก</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="http://m.me/alwayspreset">ติดต่อเรา</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="http://m.me/alwayspreset">สั่งซื้อรหัสสินค้า</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<section class="container mb-4">
<div class="row justify-content-center">
<div class="col col-12 col-sm-8 col-md-8 col-lg-6">
<div class="card card-body">
<h2>ฟอร์มยืนยันการซื้อสินค้า</h2>
<p>
กรุณากรอกข้อมูลหลังชำระสินค้าผ่านธนาคาร เพื่อใช้ในการดาวโหลดสินค้า หากมีข้อสงสัย ติดต่อเราได้ทางเพจ <a href="#">Alwayspreset</a>
<span class="red">**จำเป็นต้องใส่</span>
</p>
<form action="purchase3.php" method="post" enctype="multipart/form-data">
<div class="form-group">
<label for="inputFirstname">ชื่อ<span class="red">*</span></label>
<input name="first_name" type="text" class="form-control" id="inputFirstname" placeholder="ชื่อ" required>
</div>
<div class="form-group">
<label for="inputLastname">นามสกุล<span class="red">*</span></label>
<input name="last_name" type="text" class="form-control" id="inputLastname" placeholder="นามสกุล" required>
</div>
<div class="form-group">
<label for="inputEmail">อีเมล<span class="red">*</span></label>
<input name="email" type="email" class="form-control" id="inputEmail" placeholder="name@example.com" required>
</div>
<div class="form-group">
<label for="inputMobile">เบอร์โทร<span class="red">*</span> (กรุณาใส่เป็นตัวเลข 10 หลัก)</label>
<input name="mobile" type="tel" class="form-control" id="inputMobile" placeholder="เบอร์โทรศัพท์" pattern="[0-9]{10}" required>
</div>
<div class="form-group">
<label for="selectBank">ธนาคารที่ลูกค้าโอน<span class="red">*</span></label>
<select name="bank" class="form-control" id="selectBank" required>
<option selected>กรุณาเลือก...</option>
<option value="002">ธนาคารกรุงเทพ</option>
<option value="004">ธนาคารกสิกรไทย</option>
<option value="006">ธนาคารกรุงไทย</option>
<option value="011">ธนาคารทหารไทย</option>
<option value="014">ธนาคารไทยพาณิชย์</option>
<option value="025">ธนาคารกรุงศรีอยุธยา</option>
<option value="069">ธนาคารเกียรตินาคิน</option>
<option value="022">ธนาคารซีไอเอ็มบีไทย</option>
<option value="067">ธนาคารทิสโก้</option>
<option value="065">ธนาคารธนชาต</option>
<option value="024">ธนาคารยูโอบี</option>
<option value="020">ธนาคารสแตนดาร์ดชาร์เตอร์ด (ไทย)</option>
<option value="071">ธนาคารไทยเครดิตเพื่อรายย่อย</option>
<option value="073">ธนาคารแลนด์ แอนด์ เฮาส์</option>
<option value="070">ธนาคารไอซีบีซี (ไทย)</option>
<option value="098">ธนาคารพัฒนาวิสาหกิจขนาดกลางและขนาดย่อมแห่งประเทศไทย</option>
<option value="034">ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร</option>
<option value="035">ธนาคารเพื่อการส่งออกและนำเข้าแห่งประเทศไทย</option>
<option value="030">ธนาคารออมสิน</option>
<option value="000">ธนาคารอาคารสงเคราะห์</option>
<option value="000">ธนาคารอิสลามแห่งประเทศไทย</option>
</select>
</div>
<div class="form-group">
<label for="receiptImage">หมายเลขใบเสร็จ<span class="red">*</span></label>
<div class="input-group">
<input type="text" class="form-control" readonly>
<span class="input-group-btn input-group-append">
<span class="btn btn-sm btn-secondary btn-file">
เลือกรูปใบเสร็จ <input name="receiptImage" type="file" id="receiptImage" required>
</span>
</span>
</div>
<!-- <input name="receiptImage" class="form-control-file" type="file" id="receiptImage"> -->
</div>
<img id="img-upload">
<div class="form-group">
<label for="inputPrice">จำนวนเงินที่ชำระ<span class="red">*</span></label>
<div class="input-group mb-3">
<div class="input-group-prepend">
<span class="input-group-text">฿</span>
</div>
<input name="price" type="text" class="form-control" id="inputPrice" aria-label="Amount in Thai Baht" required>
<div class="input-group-append">
<span class="input-group-text">.00</span>
</div>
</div>
</div>
<div id="items" class="form-group">
<label>เซ็ตที่ลูกค้าซื้อ</label>
<div class="custom-control custom-checkbox">
<input name="set1" type="checkbox" class="custom-control-input" id="set1">
<label class="custom-control-label" for="set1">Set 1: The Traveler</label>
</div>
<div class="custom-control custom-checkbox">
<input name="set1p" type="checkbox" class="custom-control-input" id="set1p">
<label class="custom-control-label" for="set1p">Set 1 Pro: The Traveler + New Year Special</label>
</div>
<div class="custom-control custom-checkbox">
<input name="set2" type="checkbox" class="custom-control-input" id="set2">
<label class="custom-control-label" for="set2">Set 2: All Day All Night Portrait</label>
</div>
<div class="custom-control custom-checkbox">
<input name="set3" type="checkbox" class="custom-control-input" id="set3">
<label class="custom-control-label" for="set3">Set 3: Around the world</label>
</div>
<div class="custom-control custom-checkbox">
<input name="set4" type="checkbox" class="custom-control-input" id="set4">
<label class="custom-control-label" for="set4">Set 4: Dark Vintage Film</label>
</div>
<div class="custom-control custom-checkbox">
<input name="set4p" type="checkbox" class="custom-control-input" id="set4p">
<label class="custom-control-label" for="set4p">Set 4 Pro: Dark Vintage Film + Original Film</label>
</div>
<div class="custom-control custom-checkbox">
<input name="set5" type="checkbox" class="custom-control-input" id="set5">
<label class="custom-control-label" for="set5">Set 5: Cafe Hopper</label>
</div>
<div class="custom-control custom-checkbox">
<input name="seta" type="checkbox" class="custom-control-input" id="seta">
<label class="custom-control-label" for="seta">Set Limited A</label>
</div>
<div class="custom-control custom-checkbox">
<input name="setb" type="checkbox" class="custom-control-input" id="setb">
<label class="custom-control-label" for="setb">Set Limited B</label>
</div>
<div class="custom-control custom-checkbox">
<input name="setc" type="checkbox" class="custom-control-input" id="setc">
<label class="custom-control-label" for="setc">Set Limited C</label>
</div>
<div class="custom-control custom-checkbox">
<input name="sets1" type="checkbox" class="custom-control-input" id="sets1">
<label class="custom-control-label" for="sets1">Earth Tone</label>
</div>
<div class="custom-control custom-checkbox">
<input name="sets2" type="checkbox" class="custom-control-input" id="sets2">
<label class="custom-control-label" for="sets2">Naiipa</label>
</div>
<div class="custom-control custom-checkbox">
<input name="sets3" type="checkbox" class="custom-control-input" id="sets3">
<label class="custom-control-label" for="sets3">Street</label>
</div>
<div class="custom-control custom-checkbox">
<input name="sets4" type="checkbox" class="custom-control-input" id="sets4">
<label class="custom-control-label" for="sets4">Coast</label>
</div>
<div class="custom-control custom-checkbox">
<input name="sets5" type="checkbox" class="custom-control-input" id="sets5">
<label class="custom-control-label" for="sets5">Film Tone</label>
</div>
</div>
<button type="submit" class="btn btn-primary w-100" id="checkout">ยืนยัน</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-black small text-center text-white-50">
<div class="container">
Copyright © Alwayspreset 2019
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/purchase.js"></script>
<!-- Shards -->
<script src="js/shards.min.js"></script>
<!--Font Awesome-->
<script src="https://kit.fontawesome.com/236cc9cd4c.js"></script>
</body>
</html>