-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
455 lines (434 loc) · 17.3 KB
/
index.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
<?php wp_head(); ?>
<body class="archive woocommerce">
<?php get_header(); ?>
<!--hero section start-->
<div id="home">
<section class="hero js_full_height base-gradient- " style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/img/hero.jpg');">
<div class="hero-content">
<div class="container">
<div class="row">
<div class="col-md-5" data-wow-duration="2s" data-wow-delay="1s">
<h1 class="hero-title">Olive color winter jacket
for ladies
</h1>
<a href="#" class="hero-link">Winter Fashion</a>
</div>
</div>
</div>
</div>
</section>
</div>
<!--hero section end-->
<main class="site-main">
<!--shop category start-->
<section class="space-3">
<div class="container sm-center">
<div class="row">
<div class="col-md-12">
<div class="section-title text-center">
<h2 class="title"> Shop By Category</h2>
</div>
</div>
<div class="col-md-12">
<?php echo do_shortcode("[product_categories columns=3]"); ?>
</div>
</div>
</div>
</section>
<!--shop category end-->
<!--product section start-->
<section class="space-3 space-adjust">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-8">
<div class="section-title text-center">
<h2 class="title ">New Arrival</h2>
<div class="sub-title">37 New fashion products arrived recently in our showroom for this
winter
</div>
</div>
</div>
<div class="col-md-12">
<ul class="products columns-3">
<li class="product type-product post-17 status-publish instock product_cat-accessories has-post-thumbnail sale featured shipping-taxable purchasable product-type-simple">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p1.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="onsale">Sale!</span>
<span class="price">
<del>
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span>
45.00
</span>
</del>
<ins>
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span>
42.00
</span>
</ins>
</span>
</li>
<li class="product">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p2.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
<li class="product last">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p3.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
<li class="product">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p4.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
<li class="product">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p5.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
<li class="product last">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p6.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
<li class="product">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p7.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
<li class="product">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p8.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
<li class="product last">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p9.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
<!--default woocommerce markup-->
<!--<li class="product">
<a href="#" class="#">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p12.jpg" alt="">
<h2 class="woocommerce-loop-product__title">Vneck Tshirt</h2>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span>18.00</span>
</span>
</a>
<a href="#" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="38" data-product_sku=""
aria-label="Add “Vneck Tshirt” to your cart" rel="nofollow">
Add to cart
</a>
</li>-->
</ul>
<a href="#" class="view-all-product mt-md-5">View All Products</a>
</div>
</div>
</div>
</section>
<!-- product section end-->
<!--promo section start-->
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="promo-box space-3">
<div class="promo-img rounded bg-overlay" data-overlay="1"
style="background-image: url(<?php echo get_template_directory_uri(); ?>/assets/img/sb.jpg);"></div>
<div class="container">
<div class="row justify-content-center align-items-center text-center">
<div class="col-md-8">
<!-- heading -->
<h2 class="text-white mb-0 promo-title">
Sale
</h2>
<h3 class="text-white promo-sub-title mt-0">Up to 50% off</h3>
<a href="#" class="promo-link">in store and online</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--promo section end-->
<!--product section start-->
<section class="space-3">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-8">
<div class="section-title text-center">
<h2 class="title ">Popular Product</h2>
<!--<div class="sub-title">37 New fashion products arrived recently in our showroom for this-->
<!--winter-->
<!--</div>-->
</div>
</div>
<div class="col-md-12">
<ul class="products columns-3">
<li class="product">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p10.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
<li class="product">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p11.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
<li class="product last">
<div class="product-wrap">
<a href="#" class="">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/p12.jpg" alt="">
</a>
<a href="#" class="button product_type_simple add_to_cart_button ajax_add_to_cart">
<i class="fa fa-shopping-basket"></i>
</a>
</div>
<div class="woocommerce-product-title-wrap">
<h2 class="woocommerce-loop-product__title">
<a href="#">Stitched leather sports shoe</a>
</h2>
<a href="#" class="wish-list"><i class="fa fa-heart-o"></i></a>
</div>
<span class="price">
<span class="woocommerce-Price-amount amount">
<span class="woocommerce-Price-currencySymbol">$</span> 18.00
</span>
</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- product section end-->
<!--offer section start-->
<section class="space-3 space-adjust">
<div class="container ">
<div class="row no-gutters text-center">
<div class="col-md-4">
<div class="offer-box border p-5">
<i class="bi bi-delivery-van"></i>
<h5 class="font-weight-bold mt-3 mb-0">Free Shipping</h5>
<p class="mb-0">On all order over $39.00</p>
</div>
</div>
<div class="col-md-4 ">
<div class="offer-box border p-5 border-adjust">
<i class="bi bi-delivery-van"></i>
<h5 class="font-weight-bold mt-3 mb-0">30 Days Return</h5>
<p class="mb-0">Money back Guarantee</p>
</div>
</div>
<div class="col-md-4 ">
<div class="offer-box border p-5">
<i class="bi bi-delivery-van"></i>
<h5 class="font-weight-bold mt-3 mb-0">Secure Checkout</h5>
<p class="mb-0">100% Protected by paypal</p>
</div>
</div>
</div>
</div>
</section>
<!--offer section end-->
<!--flickr section start-->
<section class="">
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-8">
<div class="section-title text-center">
<h2 class="title ">SimpleShop on Flickr</h2>
</div>
</div>
</div>
</div>
<div class="flickr-list">
<a href="#" style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/img/s1.jpg')"></a>
<a href="#" style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/img/sb.jpg')"></a>
<a href="#" style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/img/s2.jpg')"></a>
<a href="#" style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/img/s3.jpg')"></a>
<a href="#" style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/img/s4.jpg')"></a>
<a href="#" style="background-image: url('<?php echo get_template_directory_uri(); ?>/assets/img/s5.jpg')"></a>
</div>
</section>
<!-- flickr section end-->
</main>
<?php get_footer(); ?>