-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcart-summary.html
More file actions
191 lines (177 loc) · 8.89 KB
/
cart-summary.html
File metadata and controls
191 lines (177 loc) · 8.89 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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cart Summary</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css"
integrity="sha512-DxV+EoADOkOygM4IR9yXP8Sb2qwgidEmeqAEmDKIOfPRQZOWbXCzLC6vjbZyy0vPisbH2SyW27+ddLVCN+OMzQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="cart-summary.css">
</head>
<body>
<!-- navbar-start -->
<nav class="navbar navbar-expand-lg border-bottom">
<div class="container">
<a class="navbar-brand fw-semibold fs-3" href="product-list.html">Shoply</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse ps-5" id="navbarSupportedContent">
<form class="d-flex w-50" role="search">
<input class="search-bar form-control me-2 rounded-pill" type="search"
placeholder="Search essentials, groceries and more..." aria-label="Search" />
<button class="search-button btn rounded-pill" type="submit"><i
class="fa-solid fa-magnifying-glass"></i></button>
</form>
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">
<i class="fa-regular fa-user"></i> Sign in/Sing up
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="my-orders.html">
<i class="fa-solid fa-dolly"></i> My Orders
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="cart-summary.html">
<i class="fa-solid fa-cart-shopping"></i> Cart
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar-end -->
<!-- cart summary start -->
<div class="container-fluid my-3">
<div class="row">
<div class="col-lg-9 col-md-12 col-12">
<h2 class="ps-2">Shopping Cart</h2>
<h6 class="ps-2"><strong>2 items</strong> in your cart.</h6>
<div class="container">
<div class="row py-3 bg-white border rounded-4 text-lg-start">
<div class="col-lg-3 col-md-6 col-12">
<img class="w-100 rounded-4" src="./images/Samsung_Galaxy_S24_.png" alt="No image found">
</div>
<div class="col-lg-3 col-md-6 col-12 mt-md-4 mt-4 d-flex flex-column justify-content-center">
<h6>Mobile</h6>
<h5>Samsung Galaxy S24 </h5>
<h6>Color : Amber Yellow</h6>
<h6>Size : 128GB</h6>
</div>
<div class="col-lg-2 col-md-4 col-12 mt-md-4 mt-3 d-flex align-items-center justify-content-md-center">
<h5><span class="rs">₹</span>43,799</h5>
</div>
<div class="col-lg-2 col-md-4 col-12 mt-md-4 mt-3 d-flex align-items-center justify-content-md-center">
<button type="button" class="btn btn-outline-dark">-</button>
<h5 class="px-3">2</h5>
<button type="button" class="btn btn-outline-dark">+</button>
</div>
<div class="col-lg-2 col-md-4 col-12 mt-md-4 mt-3 d-flex align-items-center justify-content-md-center">
<h4 class="fw-semibold"><span class="rs">₹</span>87,598</h4>
</div>
</div>
</div>
</div>
<!-- coupon code and payment -->
<div class="right-side col-lg-3 col-md-12 col-12 mt-md-4 mt-4 mx-auto ">
<div class="container border bg-white rounded-4 p-3">
<h5 class="fw-semibold">Coupon Code</h5>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eos quo animi nisi nihil commodi quod asperiores quidem iusto.</p>
<input type="text" placeholder="Coupon Code">
<button class="mt-4">Apply</button>
<!-- cart total -->
<div class="cart-total mt-3 border rounded-4 p-3">
<h5 class="mb-3 fw-semibold">Cart Total</h5>
<div class="d-flex justify-content-between">
<h6>Cart Subtotal</h6>
<h6><span class="rs">₹</span>87,598</h6>
</div>
<div class="d-flex justify-content-between">
<h6>Delivery Fee</h6>
<h6>Free</h6>
</div>
<div class="d-flex justify-content-between">
<h6>Discount</h6>
<h6 class="text-white">-<span class="rs">₹</span>5000</h6>
</div>
<div class="d-flex justify-content-between">
<h6>Cart Total</h6>
<h6 class="fw-semibold"><span class="rs">₹</span>82,598</h6>
</div>
<button class="mt-4"><strong>Proceed to Pay</strong> <i class="fa-solid fa-credit-card"></i></button>
</div>
</div>
</div>
</div>
</div>
<!-- cart summary end -->
<!-- footer-start -->
<footer>
<div class="container">
<div class="row">
<!-- Resources -->
<div class="col-6 col-lg-4">
<h4>Resources</h4>
<ul>
<li><a href="#">Find A Store</a></li>
<li><a href="#">Become A Member</a></li>
<li><a href="#">Product Advice</a></li>
<li><a href="#">Send Us Feedback</a></li>
</ul>
</div>
<!-- Help -->
<div class="col-6 col-lg-4">
<h4>Help</h4>
<ul>
<li><a href="#">Get Help</a></li>
<li><a href="#">Order Status</a></li>
<li><a href="#">Delivery</a></li>
<li><a href="#">Returns</a></li>
<li><a href="#">Payment Options</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<!-- Company -->
<div class="col-6 col-lg-4">
<h4>Company</h4>
<ul>
<li><a href="#">About Shoply</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Investors</a></li>
<li><a href="#">Sustainability</a></li>
<li><a href="#">Impact</a></li>
<li><a href="#">Report a Concern</a></li>
</ul>
</div>
</div>
</div>
<!-- Bottom -->
<div class="d-flex justify-content-between px-5 pt-3">
<p>© 2025 Shoply, Inc. All rights reserved</p>
<div class="bottom">
<a href="#">Guides</a> |
<a href="#">Terms of Sale</a> |
<a href="#">Terms of Use</a> |
<a href="#">Shoply Privacy Policy</a> |
<a href="#">Privacy Settings</a>
</div>
</div>
</footer>
<!-- footer-end -->
</body>
</html>