How to filter top 10 best-sellers on Stiletto theme collection page?

Hi Kevin,

Thank you for the suggested solution.

I’ve managed to locate main-collection-product-grid.liquid and found the below code:

{% for product in collection.products %}
{%

However, when I added your code the red squiggly lines appeared?