We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's say I have 3 attributes:
I want to be able to influence the order of these filters in sidebar. how can I achieve that in the current setup? based on my assumption, I can't.
I would add one more field for attributes and sort them by that field.
same applies for attribute values; eg: color has 5 variants:
I want pink and yellow to be first, because they are better than blue. how do I do that? once again, I don't think I can.
pink
yellow
blue
The text was updated successfully, but these errors were encountered:
We will divide this in two features:
:)
Sorry, something went wrong.
@jacquesbh makes sense. do you want me to do this split?
With pleasure!
No branches or pull requests
Let's say I have 3 attributes:
I want to be able to influence the order of these filters in sidebar. how can I achieve that in the current setup? based on my assumption, I can't.
I would add one more field for attributes and sort them by that field.
same applies for attribute values; eg: color has 5 variants:
I want
pink
andyellow
to be first, because they are better thanblue
. how do I do that? once again, I don't think I can.The text was updated successfully, but these errors were encountered: