| Line 122... |
Line 122... |
| 122 |
FILTER
|
122 |
FILTER
|
| 123 |
<?php if((isset($brandschosen) && !empty($brandschosen)) || (isset($subcategorieschosen) && !empty($subcategorieschosen))):?>
|
123 |
<?php if((isset($brandschosen) && !empty($brandschosen)) || (isset($subcategorieschosen) && !empty($subcategorieschosen))):?>
|
| 124 |
<button class="btn btn-xs clearfilters btn-danger filteraction" style="position: absolute;right: -5px;top: 5px;" id="clearfilters">Reset</button>
|
124 |
<button class="btn btn-xs clearfilters btn-danger filteraction" style="position: absolute;right: -5px;top: 5px;" id="clearfilters">Reset</button>
|
| 125 |
<?php endif;?>
|
125 |
<?php endif;?>
|
| 126 |
</li>
|
126 |
</li>
|
| 127 |
<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>
|
- |
|
| 128 |
|
- |
|
| 129 |
<!-- <By subcategory started> -->
|
127 |
<!-- <By subcategory started> -->
|
| 130 |
<?php if ($id==6):?>
|
128 |
<?php if ($id==6):?>
|
| 131 |
<li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="<?php echo $base_url;?>subcategoryfilter/subcategory<?php if(isset($id)):?>/<?php echo $id;?><?php endif;?>">By SubCategory <span class="greyarrow"></span></a></li>
|
129 |
<li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="<?php echo $base_url;?>subcategoryfilter/subcategory<?php if(isset($id)):?>/<?php echo $id;?><?php endif;?>">By SubCategory <span class="greyarrow"></span></a></li>
|
| 132 |
<?php endif;?>
|
130 |
<?php endif;?>
|
| 133 |
|
131 |
|
| 134 |
<!-- <By subcategory ended> -->
|
132 |
<!-- <By subcategory ended> -->
|
| - |
|
133 |
<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>
|
| - |
|
134 |
|
| - |
|
135 |
|
| - |
|
136 |
|
| 135 |
|
137 |
|
| 136 |
<!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li> -->
|
138 |
<!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li> -->
|
| 137 |
<!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Sub-category</a></li> -->
|
139 |
<!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Sub-category</a></li> -->
|
| 138 |
<li role="presentation" class="dropdown-header menu-item">SORT</li>
|
140 |
<li role="presentation" class="dropdown-header menu-item">SORT</li>
|
| 139 |
<li role="presentation" class="menu-item <?php if(isset($sort) && $sort == 'bestSellerPoints'):?>selected<?php endif;?>"><a role="menuitem" tabindex="-1" href="?sort=bestSellerPoints&direction=-1">Bestsellers</a></li>
|
141 |
<li role="presentation" class="menu-item <?php if(isset($sort) && $sort == 'bestSellerPoints'):?>selected<?php endif;?>"><a role="menuitem" tabindex="-1" href="?sort=bestSellerPoints&direction=-1">Bestsellers</a></li>
|