Yesterday I found out that I can manually sort my collection.products to show the products in the order i’d like.
{% assign products = collection.products | sort: ‘price’ %}
Thing is, on the page showing me, there are only two: Price and Title.
So is there a full list of the sorts somewhere? Also, how can I sort the list in the inverse way, like Title Z-A instead of Title A-Z?