forked from Hari-Prabhat-Kushwaha/Ecomm-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.php
More file actions
179 lines (153 loc) · 8.17 KB
/
home.php
File metadata and controls
179 lines (153 loc) · 8.17 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
<?php
require("includes/common.php");
if(!isset($_SESSION['email'])){
header('location:index.php');
}
?>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"></link>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body style="margin-bottom:100px;">
<?php
include("includes/header.php");
include("includes/Check-if-added.php");
?><br><br><br>
<div class=" row col-md-4 col-sm-6">
<div class="thumbnail">
<img src="images/3.webp" class="img-responsive" alt="img-1">
<center>
<div class="caption">
<h5>Dt830d Multimeter</h5>
<p>Price:Rs.399.00</p>
<?php if (!isset($_SESSION['email']))
{ ?>
<p><a href="#" data-toggle="modal" data-target="#myModal" role="button" class="btn btn-primary btn-block">Order Now!</a></p>
<?php }
else
{ if (check_if_added_to_cart(1))
{ echo '<a href="#" class="btn btn-block btn-success" disabled>Added to cart</a>'; }
else
{ ?> <a href="cart-add.php?id=1" name="add" value="add" class="btn btn-block btn-primary">Add to cart</a>
<?php }
} ?>
</div>
</center>
</div>
<div class="thumbnail">
<img src="images/2.webp" class="img-responsive" alt="img-1">
<center>
<div class="caption">
<h5>Bexo Mini Scale</h5>
<p>Price:Rs.370.00</p>
<?php if (!isset($_SESSION['email']))
{ ?>
<p><a href="#" data-toggle="modal" data-target="#myModal" role="button" class="btn btn-primary btn-block">Buy Now</a></p>
<?php }
else
{ if (check_if_added_to_cart(3))
{ echo '<a href="#" class="btn btn-block btn-success" disabled>Added to cart</a>'; }
else
{ ?> <a href="cart-add.php?id=3" name="add" value="add" class="btn btn-block btn-primary">Add to cart</a>
<?php }
} ?>
</div>
</center>
</div>
</div>
<div class=" row col-md-4 col-sm-6">
<div class="thumbnail">
<img src="images/12.webp" class="img-responsive" alt="img-1">
<center>
<div class="caption">
<h5>Kids Mart TAB</h5>
<p>Price:Rs.489.00</p>
<?php if (!isset($_SESSION['email']))
{ ?>
<p><a href="#" data-toggle="modal" data-target="#myModal" role="button" class="btn btn-primary btn-block">Buy Now</a></p>
<?php }
else
{ if (check_if_added_to_cart(5))
{ echo '<a href="#" class="btn btn-block btn-success" disabled>Added to cart</a>'; }
else
{ ?> <a href="cart-add.php?id=5" name="add" value="add" class="btn btn-block btn-primary">Add to cart</a>
<?php }
} ?>
</div>
</center>
</div>
<div class="thumbnail">
<img src="images/14.webp" class="img-responsive" alt="img-1">
<center>
<div class="caption">
<h5>Jack Thermometer</h5>
<p>Price:Rs.2299.00</p>
<?php if (!isset($_SESSION['email']))
{ ?>
<p><a href="#" data-toggle="modal" data-target="#myModal" role="button" class="btn btn-primary btn-block">Buy Now</a></p>
<?php }
else
{ if (check_if_added_to_cart(7))
{ echo '<a href="#" class="btn btn-block btn-success" disabled>Added to cart</a>'; }
else
{ ?> <a href="cart-add.php?id=7" name="add" value="add" class="btn btn-block btn-primary">Add to cart</a>
<?php }
} ?>
</div>
</center>
</div>
</div>
<div class=" row col-md-4 col-sm-6">
<div class="thumbnail">
<img src="images/22.webp" class="img-responsive" alt="img-1">
<center>
<div class="caption">
<h5>SF 400 Scale</h5>
<p>Price:Rs.1499.00</p>
<?php if (!isset($_SESSION['email']))
{ ?>
<p><a href="#" data-toggle="modal" data-target="#myModal" role="button" class="btn btn-primary btn-block">Buy Now</a></p>
<?php }
else
{ if (check_if_added_to_cart(9))
{ echo '<a href="#" class="btn btn-block btn-success" disabled>Added to cart</a>'; }
else
{ ?> <a href="cart-add.php?id=9" name="add" value="add" class="btn btn-block btn-primary">Add to cart</a>
<?php }
} ?>
</div>
</center>
</div>
<div class="thumbnail">
<img src="images/9.webp" class="img-responsive" alt="img-1">
<center>
<div class="caption">
<h5>Skmei Watch</h5>
<p>Price:Rs.649.00</p>
<?php if (!isset($_SESSION['email']))
{ ?>
<p><a href="#" data-toggle="modal" data-target="#myModal" role="button" class="btn btn-primary btn-block">Buy Now</a></p>
<?php }
else
{ if (check_if_added_to_cart(11))
{ echo '<a href="#" class="btn btn-block btn-success" disabled>Added to cart</a>'; }
else
{ ?> <a href="cart-add.php?id=11" name="add" value="add" class="btn btn-block btn-primary">Add to cart</a>
<?php }
} ?>
</div>
</center>
</div>
</div>
<div>
<h1>If you select your products then go to Cart page for confirmation of Order!</h1>
</div>
<?php
include("includes/footer.php");
?>
</body>
</html>