Manually sort/adjust the standard filters wix store

Changing the Standard filter on wix store.

I’m looking for sollution to manually adjust the standard filters on wix store. If you decide to filter on ‘product options’ you can not manually change the sorting. Is there a way do override this?

There’s no built-in setting to change how filtered results are ordered.

Either create custom collections and control the display via a CMS-driven dynamic page.

Or use Velo to override the dataset sorting after a filter is applied. With Velo you can listen for filter changes and then apply your own .setSort() logic… but that’s a bit more advanced.