-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphp-shop-p.php
338 lines (324 loc) · 19.8 KB
/
php-shop-p.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
<?php require_once('php-inc-header.php'); ?>
<!-- Main Content -->
<section id="main">
<div class="pageHeader downSize bgCover mb60" style='background-image:url(assets/img/placeholder-1920x160.png)'>
<div class="container">
<div class="row">
<div class="ccol col-md-12">
<h2 class="page-title mb-3"><?php echo $pageName; ?></h2>
<ul class="breadcrumbs">
<li><a href="php-index-p.php">Home</a></li>
<li class="active"><?php echo $pageName; ?></li>
</ul>
</div>
</div>
</div>
</div> <!-- pageHeader -->
<div class="shopBox mb60">
<div class="container">
<div class="row">
<div class="sidebar col-md-3">
<div class="widget search">
<h5 class="title mb-3 textBlue"><b>Search Site</b></h5>
<form class="searchForm" action="search.php" method="get">
<div class="simple-search input-group">
<input class="form-control" name="s" type="search" placeholder="Search...">
<span class="input-group-append">
<button class="btn" type="submit">
<i class="fa fa-search header-nav-top-icon"></i>
</button>
</span>
</div>
</form>
</div>
<div class="widget filterPrice">
<h5 class="title mb-3 textBlue"><b>Filter by Price</b></h5>
<div id="priceRangeSlider"></div>
<div class="priceText mt-3 mb-2">
<span>Price: </span>
<span>__</span>
<span> to </span>
<span>__</span>
</div>
<div>
<button class="btn btn-primary px-3 py-1">Filter</button>
</div>
</div>
<div class="widget productCat">
<h5 class="title mb-3 textBlue"><b>Product Categories</b></h5>
<nav>
<ul>
<li>
<a href="#">Computer Accessories</a>
<ul>
<li><a href="#">Processor</a></li>
<li><a href="#">Hard Disk</a></li>
<li><a href="#">Memory</a></li>
<li><a href="#">Graphics Card</a></li>
</ul>
</li>
<li><a href="#">Office Furnitures</a></li>
<li><a href="#">Office Hardware</a></li>
<li>
<a href="#">IT Equipment</a>
<ul>
<li><a href="#">LAN Cables</a></li>
<li><a href="#">Network Switch</a></li>
<li><a href="#">Routers</a></li>
</ul>
</li>
<li>
<a href="#">Power Tools for Engineering</a>
<ul>
<li><a href="#">Hammer Drill 13mm (Heavy Duty)</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div class="widget productRelated mb-0">
<h5 class="title mb-3 textBlue"><b>Related Products</b></h5>
<nav>
<ul>
<li>
<a href="#">
<div>
<img src="assets/img/placeholder-300x300.png" alt="product">
</div>
<div>
<strong>USB Flash Drive</strong>
<p>
<span class="regPrice">$12.99</span>
<span class="currentPrice">$12.99</span>
</p>
</div>
</a>
</li>
<li>
<a href="#">
<div>
<img src="assets/img/placeholder-300x300.png" alt="product">
</div>
<div>
<strong>Hard Disk Drive SATA for DESKTOP</strong>
<p>
<span class="regPrice">$124.00</span>
<span class="currentPrice">$99.00</span>
</p>
</div>
</a>
</li>
<li>
<a href="#">
<div>
<img src="assets/img/placeholder-300x300.png" alt="product">
</div>
<div>
<strong>Network Cable (1 box, 100 meters)</strong>
<p>
<span class="regPrice">$72.00</span>
<span class="currentPrice">$55.45</span>
</p>
</div>
</a>
</li>
</ul>
</nav>
</div>
</div> <!-- sidebar -->
<div class="productList col-md-9">
<div class="row mb-4">
<div class="productPageInfo col-md-12">
<div class="sorting">
<select id="sortSelect">
<option selected value="Default Sorting">Default Sorting</option>
<option value="Default">Sort by Price: Low to High</option>
<option value="Latest">Sort by Latest</option>
<option value="Price Low to High">Sort by Price: Low to High</option>
<option value="Price High to Low">Sort by Price: High to Low</option>
</select>
</div>
<div class="resultsCount">
<span>Showing 1-8 of 100 products</span>
</div>
<div class="pageNumber">
<ul>
<li><span>1</span></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#"><i class="fa fa-chevron-right"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="productRow row">
<div class="product col-md-6">
<a href="php-product-detail-p.php">
<figure class="photo">
<div class="tagSale">
<span>Sale</span>
</div>
<img src="assets/img/placeholder-800x800.png" alt="product">
<div class="overlay"></div>
</figure>
<div class="productInfo">
<div class="productName"><strong>Portable Gaming Laptop Comodor5 Model</strong></div>
<p class="price">
<span class="regPrice">$2,000.00</span>
<span class="currentPrice">$1,600.00</span>
<span><button class="btn btn-sm btn-primary addToCart"><i class="fa fa-shopping-cart"></i> Add to Cart</button></span>
</p>
</div>
</a>
</div>
<div class="product col-md-6">
<a href="#">
<figure class="photo">
<img src="assets/img/placeholder-800x800.png" alt="product">
<div class="overlay"></div>
</figure>
<div class="productInfo">
<div class="productName"><strong>Optical Gaming Mouse 1000 DPI</strong></div>
<p class="price">
<span class="currentPrice">$32.00</span>
<span><button class="btn btn-sm btn-primary addToCart"><i class="fa fa-shopping-cart"></i> Add to Cart</button></span>
</p>
</div>
</a>
</div>
<div class="product col-md-6">
<a href="#">
<figure class="photo">
<img src="assets/img/placeholder-800x800.png" alt="product">
<div class="overlay"></div>
</figure>
<div class="productInfo">
<div class="productName"><strong>24 Port Network Switch with Surge Protection</strong></div>
<p class="price">
<span class="currentPrice">$162.80</span>
<span><button class="btn btn-sm btn-primary addToCart"><i class="fa fa-shopping-cart"></i> Add to Cart</button></span>
</p>
</div>
</a>
</div>
<div class="product col-md-6">
<a href="#">
<figure class="photo">
<div class="tagSale">
<span>Sale</span>
</div>
<img src="assets/img/placeholder-800x800.png" alt="product">
<div class="overlay"></div>
</figure>
<div class="productInfo">
<div class="productName"><strong>USB Drive 32 GB with cover</strong></div>
<p class="price">
<span class="regPrice">$10.50</span>
<span class="currentPrice">$6.00</span>
<span><button class="btn btn-sm btn-primary addToCart"><i class="fa fa-shopping-cart"></i> Add to Cart</button></span>
</p>
</div>
</a>
</div>
<div class="product col-md-6">
<a href="#">
<figure class="photo">
<div class="tagSale">
<span>Sale</span>
</div>
<img src="assets/img/placeholder-800x800.png" alt="product">
<div class="overlay"></div>
</figure>
<div class="productInfo">
<div class="productName"><strong>Comfortable Office Chair</strong></div>
<p class="price">
<span class="regPrice">$46.00</span>
<span class="currentPrice">$38.00</span>
<span><button class="btn btn-sm btn-primary addToCart"><i class="fa fa-shopping-cart"></i> Add to Cart</button></span>
</p>
</div>
</a>
</div>
<div class="product col-md-6">
<a href="#">
<figure class="photo">
<img src="assets/img/placeholder-800x800.png" alt="product">
<div class="overlay"></div>
</figure>
<div class="productInfo">
<div class="productName"><strong>Memory RAM 8GB DDR5 Flash Access</strong></div>
<p class="price">
<span class="currentPrice">$16.00</span>
<span><button class="btn btn-sm btn-primary addToCart"><i class="fa fa-shopping-cart"></i> Add to Cart</button></span>
</p>
</div>
</a>
</div>
<div class="product col-md-6">
<a href="#">
<figure class="photo">
<img src="assets/img/placeholder-800x800.png" alt="product">
<div class="overlay"></div>
</figure>
<div class="productInfo">
<div class="productName"><strong>Hardened Carbon Steel Drill Bit 13</strong></div>
<p class="price">
<span class="currentPrice">$6.00</span>
<span><button class="btn btn-sm btn-primary addToCart"><i class="fa fa-shopping-cart"></i> Add to Cart</button></span>
</p>
</div>
</a>
</div>
<div class="product col-md-6">
<a href="#">
<figure class="photo">
<div class="tagSale">
<span>Sale</span>
</div>
<img src="assets/img/placeholder-800x800.png" alt="product">
<div class="overlay"></div>
</figure>
<div class="productInfo">
<div class="productName"><strong>64-bit Multi-Threaded Processor @ 3.0 GHZ</strong></div>
<p class="price">
<span class="regPrice">$499.00</span>
<span class="currentPrice">$399.00</span>
<span><button class="btn btn-sm btn-primary addToCart"><i class="fa fa-shopping-cart"></i> Add to Cart</button></span>
</p>
</div>
</a>
</div>
</div> <!-- productRow -->
<div class="row mt-4">
<div class="productPageInfo col-md-12">
<div class="sorting">
<select id="sortSelect">
<option selected value="Default Sorting">Default Sorting</option>
<option value="Default">Sort by Price: Low to High</option>
<option value="Latest">Sort by Latest</option>
<option value="Price Low to High">Sort by Price: Low to High</option>
<option value="Price High to Low">Sort by Price: High to Low</option>
</select>
</div>
<div class="resultsCount">
<span>Showing 1-8 of 100 products</span>
</div>
<div class="pageNumber">
<ul>
<li><span>1</span></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#"><i class="fa fa-chevron-right"></i></a></li>
</ul>
</div>
</div>
</div>
</div> <!-- productList -->
</div>
</div>
</div> <!-- shopBox -->
</section> <!-- end of #main -->
<?php require_once('php-inc-cta-bottom.php'); ?>
<?php require_once('php-inc-footer.php'); ?>