Is there a simple way to sort my product list so that products that have stock <1 are shown at the bottom of the list, when working from an index?
The rest of the list should not be sorted by stock status, ofc.
The only way I can think of, is to implement an index Extender that has "in stock" as a boolean, but it feels like there should be a simpler way :-)
/Jonas