Hey,
I am using the latest Dawn theme for my online shop. On the product page its currently set to auto sort alphabetically A-Z however i’d like to show the latest products first. I have been looking at the the facets.liquid file and it seems it should be able there somewhere. There are mentions of default_sort_by there. This part to be precise:
{%- if enable_sorting -%}
##
{%- assign sort_by = results.sort_by | default: results.default_sort_by -%}
{% render 'icon-caret' %}
However i cant seem to find the correct code and place and im now sure if this really is the right place ;). Anyone that could help?
Regards,
Sjiz