-
Notifications
You must be signed in to change notification settings - Fork 2
/
payment.html
179 lines (142 loc) · 6.11 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
<!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>payment_page</title>
<link rel="stylesheet" href="./styles/payment.css">
</head>
<body>
<div id="payment_header">
<div>
<img id="mg_home" src="https://www.1mg.com/images/tata_1mg_logo.svg"/>
<img src="./images/payment_page_img.png" alt="">
</div>
<div id="need_help">Need Help?</div>
</div>
<div id="payment_main">
<div id="payment_options">
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/q_auto,f_auto/v1530172217/marketing/vvew3rcvwfjrhknifj1z.png"/>
<p>WALLETS</p>
</div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/q_auto,f_auto/v1581576219/marketing/p0w0w4crcgcthkom8j23.png"/>
<p>UPI</p>
</div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/q_auto,f_auto/v1530172186/marketing/p45zk16fua8dmxany3up.png"/>
<p>CARDS</p>
</div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/q_auto,f_auto/v1530172229/marketing/bsnk5fvtd4b6xffsvjdm.png"/>
<p>NET BANKING</p>
</div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/q_auto,f_auto/v1530172202/marketing/pyzcsicqsnwawi4yrpo7.png"/>
<p>PAY ON DELIVERY</p>
</div>
</div>
<div id="card_details">
<div>
<h5>Credit & Debit Cards</h5>
<p>Add New Card For Payment</p>
</div>
<div>
<p>Card Number</p>
<input id="card_num" type="text" maxlength="16" placeholder="xxxx xxxx xxxx xxxx">
</div>
<div id="date_code">
<div>
<p>Expiry Date (MM/YY)</p>
<input id="exp_date" type="month" placeholder=" MM / YY">
</div>
<div>
<p>Security code</p>
<input id="cvv" type="text" maxlength="3" placeholder="CVV">
</div>
</div>
<div>
<input id="card_name" type="text" placeholder="Name on card">
</div>
<div>
<input id="checkbox" type="checkbox">
<p>Your card details will be saved securely for future transactions, based on the industry standards.</p>
</div>
<div>
<button id="card_payment_btn">MAKE PAYMENT</button>
</div>
<div id="card_brands">
<p>We support domestic credit and debit cards of following brands</p>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/q_auto,f_auto/v1530098898/marketing/rv6lj5fubobesvsomlzr.png" alt="">
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/q_auto,f_auto/v1532957968/marketing/j9kc0uquxwrcbyoeomfw.png" alt="">
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/q_auto,f_auto/v1530098792/marketing/vujtyvkwxchd16egv0wt.png" alt="">
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/q_auto,f_auto/v1530098811/marketing/szfylmvspyj5ccvhesnp.png" alt="">
</div>
</div>
</div>
<div id="price_summary">
<div>
<p id="show_offers_first"><img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1609235175/rwfhtgwtk8zmnbwdvfme.png" alt="">Pay with Paytm wallet on Tata 1mg for ₹999 or more and get 4000 cashback points.</p>
<p id="show_offers">SHOW ALL PAYMENT OFFERS <img src="https://www.1mg.com/images/chevron_right_18.svg" alt=""></p>
</div>
<div id="mg_cash">
<div>
<input type="checkbox" />
<div>
<p>Pay using 1mgCash</p>
<p>₹ 75 of your order amount is eligible for payment through 1mgCash</p>
</div>
</div>
<div>
<p>Available balance: ₹75.0</p>
<p>How 1mgCash works?</p>
</div>
</div>
<!-- dynamics part -->
<div id="mrp_summary">
<div>
<p>Item Total(MRP)</p>
<p id="total_mrp_item">₹1041.1</p>
</div>
<div>
<p>Price Discount</p>
<p id="discount_price">-₹491.68</p>
</div>
<div>
<p>Shipping Fee</p>
<p id="shipping_fee">₹45</p>
</div>
<div>
<p>Want Free Shipping?</p>
</div>
<div>
<p>Safety Handling Feeⓘ</p>
<p>₹10</p>
</div>
<div>
<p>To be paid</p>
<p id="to_be_paid">₹604.42</p>
</div>
<div>
<p>Total Savings</p>
<p id="total_savings_amount">₹491.68</p>
</div>
</div>
<button id="main_card_payment_btn">MAKE PAYMENT</button>
</div>
</div>
<div id="payment_footer">
<div>
<p>1mg is a technology platform to facilitate transaction of business. The products and services are offered for sale by the sellers. The user authorizes the delivery personel to be his agent for delivery of the goods. For details read <span>terms and conditions.</span></p>
</div>
<div>
<p>*1mgCash will be credited 7 days after your complete order is delivered in case of Products and in case of Lab Services 1mgCash will be credited within 24 hours from the time of generation of test report. 1mgCash will not be credited in case a return request is initiated for the order.</p>
<p>**Coupon Discount value may change if the total order value changes.</p>
</div>
</div>
</body>
</html>
<script src="./script/payment.js"></script>