#7 Added basic set of product orderings.
This commit is contained in:
@ -10,13 +10,13 @@
|
||||
<input type="text" class="vrn-text" placeholder="YOUR REG" name="vrn">
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<select class="product-filter not-required" name="filter">
|
||||
<option value="relevance">Most Relevant</option>
|
||||
<option value="price-lh">Price: Low -> High</option>
|
||||
<option value="price-hl">Price: High -> Low</option>
|
||||
</select>
|
||||
|
||||
{% if filters != None %}
|
||||
<select class="product-filter not-required" name="filter">
|
||||
{% for filter in filters.keys() %}
|
||||
<option value="{{filter}}">{{filter}}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
{% endif %}
|
||||
<input type="submit" class="search-button" value="Filter">
|
||||
</form>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user