[*] FO : Add reference sort to theme

This commit is contained in:
PhpMadman
2013-08-06 15:37:10 +02:00
parent 5e73f0cb07
commit cd254f8795
@@ -64,6 +64,9 @@
{if !$PS_CATALOG_MODE}
<option value="quantity:desc" {if $orderby eq 'quantity' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='In stock'}</option>
{/if}
<option value="reference:asc" {if $orderby eq 'reference' AND $orderway eq 'asc'}selected="selected"{/if}>{l s='Reference: Lowest first'}</option>
<option value="reference:desc" {if $orderby eq 'reference' AND $orderway eq 'desc'}selected="selected"{/if}>{l s='Reference: Highest first'}</option>
</select>
</form>
</div> <!-- .{$container_class} -->