-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcart.html
203 lines (185 loc) · 8.42 KB
/
cart.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
<!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>SHOPPING BAG</title>
<link rel="icon" href="./imgs/logo.png">
<link rel="stylesheet" href="./cart.css">
</head>
<body>
<div id="page">
<div id="part1">
<div id="process-bar">
<div id="logobox">
<img id="logo" src="./imgs/logo.png" alt="">
</div>
<div id="steps">
<ol>
<li id="step1">BAG</li>
<li>----------</li>
<li id="step2">ADDRESS</li>
<li>----------</li>
<li id="step3">PAYMENT</li>
</ol>
</div>
<div id="secure">
<img src="https://constant.myntassets.com/checkout/assets/img/sprite-secure.png" alt="">
<h5>100% SECURE</h5>
</div>
</div>
</div>
<div id="part2">
<div id="part21">
<div id="pincode">
<div>
<p>Deliver to:<span id="pin">110084</span></p>
</div>
<div id="pinchange">CHANGE ADDRESS</div>
</div>
<div id="offer">
<div id="offerlogobox">
<img id="offerlogo" src="./imgs/offer.png" alt="offer">
<h4>Available Offers</h4>
</div>
<div id="offerlist">
<ul>
<li>
<span>10% Instant Discount on IDFC FIRST Bank Cards on a min spend of Rs 2,500.TCA</span>
</li>
<span id="more">
<li>
<span>5% Unlimited Cashback on Flipkart Axis Bank Credit Card. TCA</span>
</li>
<li>
<span>10% Cashback upto Rs 100 on Paytm Postpaid transaction on a min spend of Rs 1000 . TCA</span>
</li>
<li>
<span>15% Cashback upto Rs 150 on Freecharge Paylater transaction. TCA</span>
</li>
<li>
<span>10% Cashback upto Rs 200 on Ola Money Postpaid or wallet transaction on a min spend of Rs 1000 . TCA</span>
</li>
<li>
<span>Upto Rs 500 Cashback on Mobikwik Wallet Transactions on a min spend of Rs 999.Use code MBK500 on Mobikwik.TCA</span>
</li>
<li>
<span>5% Cashback upto Rs 150 on a minimum spend of Rs 1,500 with PayZapp. TCA</span>
</li>
</span>
</ul>
</div>
<div id="showmore" onclick="showmore()">Show More <img id="arrow" src="./imgs/showmorearrow.png" alt="arrow"></div>
</div>
<div id="delivery">
<img src="./imgs/truck.png" alt="truck">
<p>Yay! <span id="nofee">No convenience fee</span> on this order</p>
</div>
<div id="items">
</div>
<div id="wishlist">
<img src="./imgs/wishlist.png" alt="wishlist">
<p>Add More From Wishlist</p>
</div>
</div>
<div id="part22">
<div id="covid">
<div id="donate">DONATE FOR COVID-19 RELIEF</div>
<div id="helpcovid">
<img src="./imgs/square.png" alt="square">
<p>Help India fight COVID-19</p>
</div>
<div id="donateRs">
<div>₹10</div>
<div>₹50</div>
<div>₹100</div>
<div>Other</div>
</div>
<div id="knowmore">Know More</div>
</div>
<div id="coupon">
<div id="couphead">COUPONS</div>
<div id="applycontainer">
<div id="applycoupon">
<img src="./imgs/coupon.png" alt="">
<p>Apply Coupons</p>
</div>
<div id="apply">APPLY</div>
</div>
</div>
<div id="giftcontainer">
<div>GIFTING AND PERSONALISATION</div>
<div>
<img id="giftimg" src="./imgs/gifting.png" alt="">
</div>
</div>
<div id="price">
<div id="pricedetail">PRICE DETAILS</div>
<div class="spacebetween">
<div>Total MRP</div>
<div id="totalmrp">₹</div>
</div>
<div class="spacebetween">
<div>Discount on MRP</div>
<div id="discountmrp" style="color: #03a685;"></div>
</div>
<div class="spacebetween">
<div>Coupon Discount</div>
<div id="appcoup"> Apply Coupon</div>
</div>
<div class="spacebetween">
<div>Convenience Fee</div>
<div style="display: flex">
<div id="₹99" >₹ 99 </div>
<div id="freeship">FREE</div>
</div>
</div>
</div>
<div id="ordercontainer">
<div id="totalprice">
<div>Total Amount</div>
<div id="totalamount"></div>
</div>
<div>
<a href="./address.html"> <button id="button">PLACE ORDER</button></a>
</div>
</div>
</div>
</div>
<!-------------- YOU MAY LIKE ---------------->
<div id="part3">
<div id="wishfilter">
<p>You may also like:</p>
<div id="filterdiv">
<div onclick="click()">All</div>
<div onclick="click()">Tie</div>
<div onclick="click()">Socks</div>
<div onclick="click()">Body Wash And Scrub</div>
<div >Face Wash And Cleaner</div>
</div>
</div>
<div id="cardcontainer">
</div>
</div>
<div id="part4">
<div id="paycontainer">
<div id="paylogo">
<img src="https://constant.myntassets.com/checkout/assets/img/footer-bank-ssl.png" alt="">
<img src="https://constant.myntassets.com/checkout/assets/img/footer-bank-visa.png" alt="">
<img src="https://constant.myntassets.com/checkout/assets/img/footer-bank-mc.png" alt="">
<img src="https://constant.myntassets.com/checkout/assets/img/footer-bank-ae.png" alt="">
<img src="https://constant.myntassets.com/checkout/assets/img/footer-bank-dc.png" alt="">
<img src="https://constant.myntassets.com/checkout/assets/img/footer-bank-nb.png" alt="">
<img src="https://constant.myntassets.com/checkout/assets/img/footer-bank-cod.png" alt="">
<img src="https://constant.myntassets.com/checkout/assets/img/footer-bank-rupay.png" alt="">
<img src="https://constant.myntassets.com/checkout/assets/img/footer-bank-paypal.png" alt="">
<img src="https://constant.myntassets.com/checkout/assets/img/footer-bank-bhim.png" alt="">
</div>
<div id="help">Need Help? Contact Us</div>
</div>
</div>
</div>
</body>
</html>
<script src="./cart.js"></script>