| Line 12... |
Line 12... |
| 12 |
</button>
|
12 |
</button>
|
| 13 |
<ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dropdownMenu1">
|
13 |
<ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dropdownMenu1">
|
| 14 |
<li role="presentation" class="dropdown-header menu-item">
|
14 |
<li role="presentation" class="dropdown-header menu-item">
|
| 15 |
FILTER
|
15 |
FILTER
|
| 16 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
16 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
| 17 |
<button class="btn btn-xs clearfilters" id="clearfilters">Reset</button>
|
17 |
<button class="btn btn-xs clearfilters btn-danger filteraction" style="position: absolute;right: -5px;top: 5px;" id="clearfilters">Reset</button>
|
| 18 |
<?php endif;?>
|
18 |
<?php endif;?>
|
| 19 |
</li>
|
19 |
</li>
|
| 20 |
<li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="<?php echo $base_url;?>filter/brand<?php if(isset($id)):?>/<?php echo $id;?><?php endif;?>">By Brands <span class="greyarrow"></span></a></li>
|
20 |
<li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="<?php echo $base_url;?>filter/brand<?php if(isset($id)):?>/<?php echo $id;?><?php endif;?>">By Brands <span class="greyarrow"></span></a></li>
|
| 21 |
<!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li> -->
|
21 |
<!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li> -->
|
| 22 |
<!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Sub-category</a></li> -->
|
22 |
<!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Sub-category</a></li> -->
|
| Line 62... |
Line 62... |
| 62 |
});
|
62 |
});
|
| 63 |
</script>
|
63 |
</script>
|
| 64 |
</div>
|
64 |
</div>
|
| 65 |
<div class="col-xs-4 pt7">
|
65 |
<div class="col-xs-4 pt7">
|
| 66 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
66 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
| 67 |
<a class="filteraction clearfilters" id="clearfilters">Reset</a>
|
67 |
<a class="filteraction clearfilters btn btn-xs btn-danger" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
| 68 |
<?php endif;?>
|
68 |
<?php endif;?>
|
| 69 |
</div>
|
69 |
</div>
|
| 70 |
<?php endif;?>
|
70 |
<?php endif;?>
|
| 71 |
<?php else:?>
|
71 |
<?php else:?>
|
| 72 |
<div class="col-xs-8 herotext">
|
72 |
<div class="col-xs-8 herotext">
|
| Line 80... |
Line 80... |
| 80 |
Daily profitable deals for you
|
80 |
Daily profitable deals for you
|
| 81 |
<?php endif;?>
|
81 |
<?php endif;?>
|
| 82 |
</div>
|
82 |
</div>
|
| 83 |
<div class="col-xs-4 pt7">
|
83 |
<div class="col-xs-4 pt7">
|
| 84 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
84 |
<?php if(isset($brandschosen) && !empty($brandschosen)):?>
|
| 85 |
<a class="filteraction clearfilters" id="clearfilters">Reset</a>
|
85 |
<a class="btn btn-xs btn-danger filteraction clearfilters" id="clearfilters">Reset <i class="glyphicon glyphicon-chevron-right"></i></a>
|
| 86 |
<?php endif;?>
|
86 |
<?php endif;?>
|
| 87 |
</div>
|
87 |
</div>
|
| 88 |
<?php endif;?>
|
88 |
<?php endif;?>
|
| 89 |
</div>
|
89 |
</div>
|