Subversion Repositories SmartDukaan

Rev

Rev 15403 | Rev 15470 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15403 Rev 15460
Line 75... Line 75...
75
	  <li class=" col-xs-6">
75
	  <li class=" col-xs-6">
76
	    <a href="/category/3"><img src="/img/mobile.png" alt="" />&nbsp;&nbsp;Mobiles</a></li>
76
	    <a href="/category/3"><img src="/img/mobile.png" alt="" />&nbsp;&nbsp;Mobiles</a></li>
77
	  <li class=" col-xs-6">
77
	  <li class=" col-xs-6">
78
	    <a href="/category/5"><img src="/img/tablet.png" alt="" />&nbsp;&nbsp;Tablets</a></li>
78
	    <a href="/category/5"><img src="/img/tablet.png" alt="" />&nbsp;&nbsp;Tablets</a></li>
79
	</ul>
79
	</ul>
-
 
80
	<!--
80
	<div class="filters row">		
81
	<div class="filters row">		
81
		
82
		
82
			<div class="dropdown pull-right">
83
			<div class="dropdown pull-right">
83
			  <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
84
			  <button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
84
			  	 SORT <?php if(isset($brandschosen) && !empty($brandschosen)):?>On<?php endif;?>	  
85
			  	 SORT <?php //if(isset($brandschosen) && !empty($brandschosen)):?>On<?php //endif;?>	  
85
			  	 	<span class="caret"></span>
86
			  	 	<span class="caret"></span>
86
			  </button>
87
			  </button>
87
  			  <ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dropdownMenu1">
88
  			  <ul class="dropdown-menu dropdown-menu-right" role="menu" aria-labelledby="dropdownMenu1"> -->
88
			  	<!-- <li role="presentation" class="dropdown-header menu-item">
89
			  	<!-- <li role="presentation" class="dropdown-header menu-item">
89
			  		FILTER
90
			  		FILTER
90
			  		<?php if(isset($brandschosen) && !empty($brandschosen)):?>
91
			  		<?php //if(isset($brandschosen) && !empty($brandschosen)):?>
91
			  			<button class="btn btn-xs clearfilters" id="clearfilters">Clear all Filters</button>
92
			  			<button class="btn btn-xs clearfilters" id="clearfilters">Clear all Filters</button>
92
			  		<?php endif;?>	
93
			  		<?php //endif;?>	
93
			  	</li>
94
			  	</li>
94
			    <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> -->
95
			    <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> -->
95
			    <!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li> -->
96
			    <!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Price-range</a></li> -->
96
			    <!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Sub-category</a></li> -->
97
			    <!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="#">Sub-category</a></li> -->
-
 
98
			    <!--
97
			    <li role="presentation" class="dropdown-header menu-item">SORT</li>
99
			    <li role="presentation" class="dropdown-header menu-item">SORT</li>
98
			    <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>
100
			    <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>
99
			    <li role="presentation" class="menu-item <?php //if(isset($sort) && $sort == 'available_price'):?><?php //endif;?>"><span class="sortlabel">Price</span> <a role="menuitem" tabindex="-1" href="?sort=available_price&direction=1" class="btn-asc btn btn-xs">Low</a> <a role="menuitem" tabindex="-1" href="?sort=available_price&direction=-1" class="btn-desc btn-xs">High</a></li>
101
			    <li role="presentation" class="menu-item <?php //if(isset($sort) && $sort == 'available_price'):?><?php //endif;?>"><span class="sortlabel">Price</span> <a role="menuitem" tabindex="-1" href="?sort=available_price&direction=1" class="btn-asc btn btn-xs">Low</a> <a role="menuitem" tabindex="-1" href="?sort=available_price&direction=-1" class="btn-desc btn-xs">High</a></li>
100
			    <!-- <li role="presentation" class="menu-item <?php if(isset($sort) && $sort == 'available_price' && $direction=='-1'):?>selected<?php endif;?>"><a role="menuitem" tabindex="-1" href="?sort=available_price&direction=-1">Price High to Low</a></li> -->
102
			    <!-- <li role="presentation" class="menu-item <?php //if(isset($sort) && $sort == 'available_price' && $direction=='-1'):?>selected<?php //endif;?>"><a role="menuitem" tabindex="-1" href="?sort=available_price&direction=-1">Price High to Low</a></li> -->
101
			    <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="?sort=-1">Recommended</a></li>
103
			    <!-- <li role="presentation" class="menu-item"><a role="menuitem" tabindex="-1" href="?sort=-1">Recommended</a></li>
102
			  </ul>
104
			  </ul>
103
			</div>
105
			</div>
104
		
106
		
105
		
107
		
106
	</div>
108
	</div> -->