| Line 4... |
Line 4... |
| 4 |
<a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
|
4 |
<a href="/category/<?php echo $catId;?>"><?php echo $name;?></a></li>
|
| 5 |
<?php endforeach;?>
|
5 |
<?php endforeach;?>
|
| 6 |
<li class="col-xs-4 bg-white">
|
6 |
<li class="col-xs-4 bg-white">
|
| 7 |
<div class="dropdown pull-right">
|
7 |
<div class="dropdown pull-right">
|
| 8 |
<a tabindex="0" id="popovertrigger" role="button" class="btn" data-container="body" data-toggle="popover" data-placement="left" data-trigger="click" data-content="<span class='greentext'>Filter by brands</span> to see deals you want"></a>
|
8 |
<a tabindex="0" id="popovertrigger" role="button" class="btn" data-container="body" data-toggle="popover" data-placement="left" data-trigger="click" data-content="<span class='greentext'>Filter by brands</span> to see deals you want"></a>
|
| 9 |
<button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
|
9 |
<button class="<?php if(isset($brandschosen) && !empty($brandschosen)):?>red-text<?php endif;?> btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
|
| 10 |
Filters <?php if(isset($brandschosen) && !empty($brandschosen)):?>On<?php endif;?>
|
10 |
Filters <?php if(isset($brandschosen) && !empty($brandschosen)):?>On<?php endif;?>
|
| 11 |
<span class="caret"></span>
|
11 |
<span class="caret"></span>
|
| 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">Clear all Filters</button>
|
17 |
<button class="btn btn-xs clearfilters" 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">Clear Filters</a>
|
67 |
<a class="filteraction clearfilters" id="clearfilters">Reset</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">Clear Filters</a>
|
85 |
<a class="filteraction clearfilters" id="clearfilters">Reset</a>
|
| 86 |
<?php endif;?>
|
86 |
<?php endif;?>
|
| 87 |
</div>
|
87 |
</div>
|
| 88 |
<?php endif;?>
|
88 |
<?php endif;?>
|
| 89 |
</div>
|
89 |
</div>
|