You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
The current Query Loop block only allows to order by date and name (ascending and descending), we want to add an option to the Order By dropdown to allow users to order by top rated products.
It is probably not possible to hook specifically into that dropdown. We'll likely need to disable the core dropdown and replace it with out custom implementation.
The current Query Loop block only allows to order by date and name (ascending and descending), we want to add an option to the Order By dropdown to allow users to order by top rated products.
It is probably not possible to hook specifically into that dropdown. We'll likely need to disable the core dropdown and replace it with out custom implementation.