-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductLeft.php
22 lines (16 loc) · 914 Bytes
/
productLeft.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="padding1">
<div class="left"><h2>Featured Brands</h2></div>
<div class="sidebarbody">
<form id="search_form">
<h4 class="text-info">Search by Size</h4>
<input value="32" class="sort_rang" name="size[]" value="New" type="checkbox"> 32
<input value="36" class="sort_rang" name="size[]" value="fashion" type="checkbox"> 36
<input value="38" class="sort_rang" name="size[]" value="New" type="checkbox"> 38
<h4 class="text-info">Search by price</h4>
<input value="950" class="sort_rangn" name="price[]" value="New" type="checkbox"> 950
<input value="1024" class="sort_rangn" name="price[]" value="fashion" type="checkbox"> 1024
<input value="500" class="sort_rangn" name="price[]" value="New" type="checkbox"> 500
</form>
</div>
</div>
</div>