| Line 52... |
Line 52... |
| 52 |
<div class="filter-head clearfix">
|
52 |
<div class="filter-head clearfix">
|
| 53 |
<div class="clear" onclick="clearfilter(event)">Clear</div>
|
53 |
<div class="clear" onclick="clearfilter(event)">Clear</div>
|
| 54 |
<div class="apply" onclick="applyFilter1(event)">Apply</div>
|
54 |
<div class="apply" onclick="applyFilter1(event)">Apply</div>
|
| 55 |
</div><!--btn-hldr-->
|
55 |
</div><!--btn-hldr-->
|
| 56 |
<div class="filter-name">Price(Rs.)<span>+</span></div>
|
56 |
<div class="filter-name">Price(Rs.)<span>+</span></div>
|
| 57 |
<div class="filter-options clearfix" style="display:none" >
|
57 |
<div class="filter-options ch-filter clearfix" style="display:none" >
|
| 58 |
<div style="position:relative; height:40px;padding:10px;box-sizing: border-box;-webkit-box-sizing: border-box;width: 85%;left: 6%;">
|
58 |
<div style="position:relative; height:40px;padding:10px 0;box-sizing: border-box;-webkit-box-sizing: border-box;">
|
| 59 |
<span id="exTO" class="slider-input"><?php echo $results->minPrice; ?></span>
|
59 |
<span id="exTO" class="slider-input"><?php echo $results->minPrice; ?></span>
|
| 60 |
<span id="exFR" class="slider-input"><?php echo $results->maxPrice; ?></span>
|
60 |
<span id="exFR" class="slider-input"><?php echo $results->maxPrice; ?></span>
|
| 61 |
</div>
|
61 |
</div>
|
| 62 |
<div class="clear"></div>
|
62 |
<div class="clear"></div>
|
| 63 |
|
63 |
|
| Line 129... |
Line 129... |
| 129 |
</div>
|
129 |
</div>
|
| 130 |
</a>
|
130 |
</a>
|
| 131 |
<?php } ?>
|
131 |
<?php } ?>
|
| 132 |
</div>
|
132 |
</div>
|
| 133 |
<div id="showmorebutton" class="load-more" style="display:none" onclick="showMore('<?php echo $_GET['q']?>');">Show More</div>
|
133 |
<div id="showmorebutton" class="load-more" style="display:none" onclick="showMore('<?php echo $_GET['q']?>');">Show More</div>
|
| 134 |
<?php } else { ?>
|
134 |
<?php } else { ?>
|
| 135 |
<div class="empty-list">
|
135 |
<div class="empty-list">
|
| 136 |
|
136 |
|
| 137 |
</div><!--empty-msg-->
|
137 |
</div><!--empty-msg-->
|
| 138 |
<p class="empty-msg tcenter">No Products Found</p>
|
138 |
<p class="empty-msg tcenter">No Products Found</p>
|
| 139 |
<?php } ?>
|
139 |
<?php } ?>
|