forked from gauravkrs/Blinkit
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpayment.html
More file actions
191 lines (174 loc) · 8.99 KB
/
payment.html
File metadata and controls
191 lines (174 loc) · 8.99 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
<!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">
<title>Document</title>
<link rel="icon" href="https://blinkit.com/images/apple-touch-icon-change-60x60-1be1e81.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./CSS/payment.css">
</head>
<style>
</style>
<body>
<header class="pheader">
<a href="index.html"><img src="https://blinkit.com/images/header/blinkit-logo-05a0b5f.png" alt=""></a>
<div class="headeritem">
<div><i class="fa-solid fa-arrows-rotate"></i>100% Replacement Guarantee</div>
<div> <i class="fa-solid fa-box-check"></i>100% Genuine Products</div>
<div><i class="fa-solid fa-shield-keyhole"></i>Secure Payments</div>
</div>
</header>
<div class="paymentcheckout">
<div class="checkout">
<div class="check1">
<span class="checkout-step__number">1</span>
<div class="checkf">
<span class="check1_name">phone number verification</span>
<div class="check1_number">
"91-7996682110"
</div>
<!-- <script>
let cartDBw = JSON.parse(localStorage.getItem("cartDB")) || [];
console.log(cartDBw[0].price)
</script> -->
</div>
</div>
<div class="check1">
<span class="checkout-step__number2">2</span>
<div class="checks">
<span class="check2_name">Delivery Address</span>
<div class="check2_home">
<span>home:</span> "Pune,Maharashtra"
</div>
</div>
</div>
<div class="payment">
<div class="check3">
<span class="checkout-step__number3">3</span>
<span>Payment</span>
</div>
<div class="payment-step">
<section class="paymentsection">
<div class="payment-invoice">
<div class="payment-invoice-row">
<div class="float-left">
Total Amount
</div>
<div class="float-right">"$" "88"</div>
</div>
<div class="payment-invoice-row">
<div class="float-left1">
Amount Payable
<span>(incl. of all taxes)</span>
</div>
<div class="float-right2">"$" "88"</div>
</div>
</div>
<div class="promocode-container">
<div class="promocode">
<span><i class="fa-solid fa-percent"></i></span>
</div>
<div class="promocode-text"><span>Promo code & Bank offers</span></div>
<div class="promocode-arrow">
<i class="fa-solid fa-greater-than"></i>
</div>
</div>
<div class="payment-table">
<ul>
<li>Wallet</li>
<li>UPI</li>
<li>Card</li>
<li>Cash</li>
<li>NetBanking</li>
</ul>
<div>
<div class="soft-btn">
<div class="payment-wallets">
<ul>
<li>
<label class="cards_list">
<div class="wallet-type">
<input type="radio" name="radio-btn" class="radiocheck"></input>
<img src=" https://cdn.grofers.com/app/uploads/payments/paytm.png"
alt="">
<div><span>Paytm</span>
<span>up to ₹100 Paytm cb | min txn ₹750 | no code needed |
valid
thrice per user b/w 1-31 Mar '22 | t&c apply</span>
</div>
</div>
</label>
</li>
<li>
<label class="cards_list">
<div class="wallet-type">
<input type="radio" class="radiocheck" name="radio-btn">
<img src="https://cdn.grofers.com/app/uploads/payments/mobikwik.png"
alt="">
<div><span>MobiKwik</span>
<span>flat 5% MobiKwik cb |min txn ₹799 |no code needed |max
cb ₹75
|valid twice | 1-31 Mar'22 | t&c apply
OR
up to ₹50 MobiKwik cb |min txn ₹299 |no code needed
|valid twice
till 31 Mar'22 |t&c apply</span>
</div>
</div>
</label>
</li>
</ul>
</div>
<div class="payment-btn">
<button id="paybtn">Pay Now</button>
</div>
<div>
You will be redirected to wallet’s website to authorize payment
</div>
</div>
</div>
<!-- <div>
<div class="newcard">
<label>
<span>
UPI ID
</span>
<form>
<input class="input card-number" type="text" name="cardnumber"
placeholder="Enter UPI ID" autocomplete="off" value="">
<div>Enter UPI ID</div>
</input>
<button class="upi__verify-button" type="submit" disabled="">verify</button>
<button disabled="" class="make_payment btn btn--full">Pay Now</button>
</form>
</label>
</div>
</div> -->
<div></div>
<div></div>
<div></div>
</div>
</section>
</div>
</div>
</div>
<div class="card-container">
<div class="cardheader">
<span>My Cart</span>
<span class="totalitems">1 item</span>
</div>
<div class="cardappended"></div>
</div>
<div id="cardheader1">
<span id="priceM"></span><br>
<span id="strikedPM"></span>
</div>
</div>
</body>
<script src="./script/payment.js">
</script>
</html>