-
Notifications
You must be signed in to change notification settings - Fork 0
/
cart.php
491 lines (392 loc) · 14.7 KB
/
cart.php
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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<?php
$active = "Cart";
include('includes/header.php');
//include('functions/function.php');
?>
<!--New PAge conternt starts-->
<style>
.update{
margin:10px;
color:blue;
font-size: 15px;
float: right;
}
.update:hover{
color:red;
font-size: 20px;
}
.price{
font-size: 15px;
}
/* carasoule top trending products/. */
.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
content: none; }
.bc-icons-2 .breadcrumb-item.active {
color: #455a64;
}
.blue-grey{
color: red;
}
.breadcrumb{
background-color: yellow;
font-size: 15px;
}
.breadcrumb-item{
margin:7px;
padding:0px;
font-size: 13px;
}
h2 {
color: #000;
font-size: 26px;
font-weight: 300;
text-align: center;
text-transform: uppercase;
position: relative;
margin: 30px 0 80px;
}
h2 b {
color: #ffc000;
}
h2::after {
content: "";
width: 100px;
position: absolute;
margin: 0 auto;
height: 4px;
background: rgba(0, 0, 0, 0.2);
left: 0;
right: 0;
bottom: -20px;
}
.carousel {
margin: 50px auto;
padding: 0 70px;
}
.carousel .item {
min-height: 330px;
text-align: center;
overflow: hidden;
}
.carousel .item .img-box {
height: 160px;
width: 100%;
position: relative;
}
.carousel .item img {
max-width: 100%;
max-height: 100%;
display: inline-block;
position: absolute;
bottom: 0;
margin: 0 auto;
left: 0;
right: 0;
}
.carousel .item h4 {
font-size: 18px;
margin: 10px 0;
}
.carousel .item .btn {
color: #333;
border-radius: 0;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
background: none;
border: 1px solid #ccc;
padding: 5px 10px;
margin-top: 5px;
line-height: 16px;
}
.carousel .item .btn:hover, .carousel .item .btn:focus {
color: #fff;
background: #000;
border-color: #000;
box-shadow: none;
}
.carousel .item .btn i {
font-size: 14px;
font-weight: bold;
margin-left: 5px;
}
.carousel .thumb-wrapper {
text-align: center;
}
.carousel .thumb-content {
padding: 15px;
}
.carousel .carousel-control {
height: 100px;
width: 40px;
background: none;
margin: auto 0;
background: rgba(0, 0, 0, 0.2);
}
.carousel .carousel-control i {
font-size: 30px;
position: absolute;
top: 50%;
display: inline-block;
margin: -16px 0 0 0;
z-index: 5;
left: 0;
right: 0;
color: rgba(0, 0, 0, 0.8);
text-shadow: none;
font-weight: bold;
}
.carousel .item-price {
font-size: 13px;
padding: 2px 0;
}
.carousel .item-price strike {
color: #999;
margin-right: 5px;
}
.carousel .item-price span {
color: #86bd57;
font-size: 110%;
}
.carousel .carousel-control.left i {
margin-left: -3px;
}
.carousel .carousel-control.left i {
margin-right: -3px;
}
.carousel .carousel-indicators {
bottom: -50px;
}
.carousel-indicators li, .carousel-indicators li.active {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 50%;
border-color: transparent;
}
.carousel-indicators li {
background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {
background: rgba(0, 0, 0, 0.6);
}
.star-rating li {
padding: 0;
}
.star-rating i {
font-size: 14px;
color: #ffc000;
</style>
<div id="content">
<div class="container">
<div class="bc-icons-2">
<nav aria-label="breadcrumb">
<ol class="breadcrumb blue-grey lighten-4">
<li class="breadcrumb-item"><a class="black-text" href="index.php">Home</a><i
class="fa fa-angle-double-right mx-2" aria-hidden="true"></i></li>
<li class="breadcrumb-item"><a class="black-text" href="shop.php">Shop</a><i
class="fa fa-angle-double-right mx-2" aria-hidden="true"></i></li>
<li class="breadcrumb-item active">Data</li>
</ol>
</nav>
</div>
<div id="" class="col-md-9"><!-- col-md-9 Begin -->
<div class ="boxes">
<h3>Your Shopping Cart</h3>
<p>
Currently You have <?php echo cal_items(); ?> product(s) in your Cart </p>
</div>
<main class="boxes">
<section class="shopping-cart">
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-8 ">
<div class="items">
<?php
global $con;
//$total=0;
$ip_add =getRealIpUser();
$get_items= "select * from cart where ip_add='$ip_add'";
$run_items = mysqli_query($con,$get_items);
while($row_result= mysqli_fetch_array($run_items))
{
$pro_id = $row_result['p_id'];
$pro_qty = $row_result['p_qty'];
$pro_size = $row_result['p_size'];
$get_poduct = "select * from products where product_id='$pro_id'";
$run_product= mysqli_query($con,$get_poduct);
while($result= mysqli_fetch_array($run_product))
{ $pro_title= $result['product_title'];
$pro_desc = $result['product_desc'];
$pro_color = $result['product_color'];
$pro_company = $result['product_company'];
$pro_img1 = $result['product_img1'];
$unit_price= $result['product_price'];
$subtotal= $pro_qty * $unit_price;
echo "
<div class='product box'>
<div class='row'>
<div class='col-md-3'>
<img class='img-fluid mx-auto d-block image' src='admin-dashboard/product_images/$pro_img1'>
</div>
<div class='col-md-8'>
<div class='info'>
<div class='row'>
<div class='col-md-5 product-name'>
<div class='product-name'>
<h4><a href='#'>$pro_title</a></h4>
<div class='product-info'>
<div><b>Description:</b> <span class='value'>$pro_desc</span></div><br>
<div><b>Colors Available:</b>$pro_color <span class='value' ></span></div><br>
<div><b>Size:</b> <span class='value' >$pro_size</span></div></h5><br>
<div><b>Unit Price:</b> <span class='value' > Rs.$unit_price</span></div><br>
<div >
<form method='post' action='cart.php'>
<button type='submit' name='remove' class='btn btn-primary btn-block'><i class='fa fa-trash'></i> Remove</button>
</div>
</form>
</h5><br>
</div>
</div>
</div>
<div class='col-md-4 quantity'>
<label for='quantity'>Quantity:</label>
<input id='quantity' type='number' value ='$pro_qty' class='form-control quantity-input'><br>
</div>
<div class='col-md-3 price'>
<span>Rs.<h3>$subtotal</h3></span>
</div>
<br><br>
</div>
</div>
</div>
</div>
</div>
";
}
}
?>
</div>
</div>
</div>
</div><br>
<div class="col-md-4 col-lg-4 ">
<a href="shop.php"> <button class="btn btn-success btn-block">Contiue Shopping</button></a>
</div>
<div class="col-md-4 col-lg-4">
<button class="btn btn-danger btn-block">Update Cart</button>
</div>
<div class="col-md-4 col-lg-4">
<a href="checkout.php"> <button class="btn btn-primary btn-block">Place Order</button></a>
</div>
</section>
</main>
</div>
<div class="col-md-3">
<div id="order-summary" class="shop"><!-- box Begin -->
<div class="box-header"><!-- box-header Begin -->
<h3>Order Summary</h3>
</div><!-- box-header Finish -->
<p class="text-muted"><!-- text-muted Begin -->
The amount is based on the total cart products and quatity. Delivery Charged are applied to each product.
</p><!-- text-muted Finish -->
<div class="table-responsive"><!-- table-responsive Begin -->
<table class="table"><!-- table Begin -->
<tbody><!-- tbody Begin -->
<tr><!-- tr Begin -->
<td> Order Sub-Total </td>
<th> Rs.<?php echo cal_price();?> </th>
</tr><!-- tr Finish -->
<tr><!-- tr Begin -->
<td>Delivery Charges </td>
<th> <?php if(cal_items()!=0){
echo delivery_price();
}
else
{
echo "Not Available "; } ?>
</th>
</tr><!-- tr Finish -->
<tr><!-- tr Begin -->
<td> GST and Other Services </td>
<th>Rs. <?php
echo tax_price();
?> </th>
</tr><!-- tr Finish -->
<tr class="total"><!-- tr Begin -->
<td> Total </td>
<th> <?php if(cal_items()!=0)
echo "Rs.".total_price()."";
else
echo " Add Product to cart" ?> </th>
</tr><!-- tr Finish -->
</tbody><!-- tbody Finish -->
</table><!-- table Finish -->
</div><!-- table-responsive Finish -->
</div><!-- box Finish -->
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<h2> <b>Products</b> You May Also Like</h2>
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="0">
<!-- Carousel indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for carousel items -->
<div class="carousel-inner">
<div class="item carousel-item active">
<div class="row">
<?php
global $con;
$getproduct = "select * from products order by rand() desc limit 0,4";
$runproduct = mysqli_query($con,$getproduct);
while($rowproduct = mysqli_fetch_array($runproduct))
{
$product_title = $rowproduct['product_title'];
$product_price = $rowproduct['product_price'];
$product_keywords = $rowproduct['product_keywords'];
$product_id = $rowproduct['product_id'];
$product_img1 = $rowproduct['product_img1'];
$product_img2 = $rowproduct['product_img2'];
echo "
<div class='col-sm-3'>
<div class='thumb-wrapper'>
<div class='img-box'>
<img src='admin-dashboard/product_images/$product_img1' class='img-responsive img-fluid' alt=''>
</div>
<div class='thumb-content'>
<h4>$product_title</h4>
<p class='item-price'><span>Rs. $product_price</span></p>
<div class='star-rating'>
<ul class='list-inline'>
<li class='list-inline-item'><i class='fa fa-star'></i></li>
<li class='list-inline-item'><i class='fa fa-star'></i></li>
<li class='list-inline-item'><i class='fa fa-star'></i></li>
<li class='list-inline-item'><i class='fa fa-star'></i></li>
<li class='list-inline-item'><i class='fa fa-star-o'></i></li>
</ul>
</div>
<a href='details.php?pro_id=$product_id' class='btn btn-primary'>Add to Cart</a>
</div>
</div>
</div>
";
}
?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include('footer.php');
?>
<!--