forked from aman1722/Industry-Buying-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
payment.html
215 lines (211 loc) · 7.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<title>IndusTech/cart/payment</title>
<link rel="stylesheet" href="./payment.css">
</head>
<body>
<nav>
<div>
<div>
<img src="./Images/induslogo.jpg" alt="">
</div>
<div>
<div>
<p>Secure</p>
<p>PAYMENTS</p>
</div>
<div>
<p>Original</p>
<p>PRODUCTS</p>
</div>
<div>
<p>Free & Easy</p>
<p>RETURNS</p>
</div>
<div>
<p>100% Buyer</p>
<p>PROTECTION</p>
</div>
</div>
</div>
</nav>
<div id="main">
<div id="first">
<div>
<div id="email">
<div>
<img src="./Images/approved.svg" alt="">
</div>
<h3>Email</h3>
</div>
<div>
<p id="showEmail"></p>
</div>
<div>
<button id="changeEmail">change</button>
</div>
</div>
<div id="showAdd">
<h2>Address</h2>
<div id="totalAdd">
</div>
</div>
<div id="address">
<h2>Fill the below form</h2>
<span></span>
<form>
<p>Full Name</p>
<input type="text" id="name" required>
<p>Mobile No.</p>
<input type="text" id="mobile" required>
<p>House No.</p>
<input type="text" id="house" required>
<p>Area</p>
<input type="text" id="area" required>
<p>City</p>
<input type="text" id="city" required>
<p>State</p>
<input type="text" id="state" required>
<p>Pincode</p>
<input type="number" id="pincode" required>
<input type="submit" id="inputSub">
</form>
</div>
<div id="add">
<div>
<button id="addAddress">Add Address +</button>
</div>
</div>
<div id="reviewOrder">
<h3>Review Orders</h3>
<div>
<table>
<thead>
<tr>
<td>Item</td>
<td>Quantity</td>
<td>Price <span>(inclusive of GST)</span> </td>
</tr>
</thead>
<tbody>
<!-- append the data here -->
</tbody>
</table>
</div>
</div>
<div id="mediaTotal">
<h1>Total Price</h1>
<div>
<span id="aamount"></span>
</div>
</div>
<div id="mediapaymentOptiions">
<div>
<div>
<p class="heading">Select payment option</p>
</div>
</div>
<div>
<input type="radio" name="Select payment option" >
<div>
<img src="./Images/google-pay.svg" alt="">
</div>
</div>
<div>
<input type="radio" name="Select payment option" >
<div>
<img src="./Images/phonepe.svg" alt="">
</div>
</div>
<div>
<input type="radio" name="Select payment option" >
<div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS_aXbHXbFxHeTsSrAnCa8Q3q8_Kg10zvgSZQ&usqp=CAU" alt="">
</div>
</div>
<div>
<input type="radio" name="Select payment option" checked><div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSis5OvJxmOUwy6oIoy1F_65XMmOuS3-Gck7A&usqp=CAU" alt="">
</div>
</div>
</div>
<div id="placeorder">
<button id="btnPlace">Make Payment</button>
</div>
</div>
<div id="second">
<div id="paymentSummary">
<div>
<div>
<p class="heading">payment Summary</p>
</div>
</div>
<hr>
<div id="totalPrice">
<div><span>Subtotal</span><span id="subTotal"></span></div>
<div><span>Shipping Charges</span><span id="shippingCarges">FREE</span></div>
<div><span>Total Price</span><span id="total"></span></div>
</div>
<hr>
<div>
<p>Shipping charges applicable as per your pincode 462048</p>
</div>
</div>
<div id="paymentOptiions">
<div>
<div>
<p class="heading">Select payment option below:-</p>
</div>
</div>
<div>
<input type="radio" name="Select payment option below" >
<div>
<img src="./Images/google-pay.svg" alt="">
</div>
</div>
<div>
<input type="radio" name="Select payment option below" >
<div>
<img src="./Images/phonepe.svg" alt="">
</div>
</div>
<div>
<input type="radio" name="Select payment option below" >
<div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS_aXbHXbFxHeTsSrAnCa8Q3q8_Kg10zvgSZQ&usqp=CAU" alt="">
</div>
</div>
<div>
<input type="radio" name="Select payment option below" checked><div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSis5OvJxmOUwy6oIoy1F_65XMmOuS3-Gck7A&usqp=CAU" alt="">
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<p>By clicking on Place Order button you agree to industrybuying.com's <a href="">Terms & Conditions</a> and <a href="">Privacy Policy</a>.</p>
<div id="imgContainers">
<img src="./Images/payment_options_min.png" alt="">
</div>
</div>
<div class="otpPage">
<div>
<div class="otpPop">
<p>Please Enter Your OTP</p>
<input type="Number" id="otp">
<input type="submit" id="sub">
</div>
</div>
</div>
</body>
<script src="./payment.js"></script>
</html>