-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
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
Can we add custom sort ordering for product attribute option values ? #450
Comments
Hello @vipingarg12 You just have to set any attribute you want to sort on, as "Used For Sorting in Product Listing". This is standard Magento's behavior and we are actually keeping it functional. Best regards. I close the issue, do not hesitate to reopen it if you have any other question. |
We need to sort ordering on option values. for example Color is attribute and values are Red, Green, Blue then when we sort it should sort by alphabetically. So Blue, Green, Red results should come. I hope you understand the problem. Default magento sort gives results based on option id not alphabetically. |
Sorry but I do not get it. What do you want to sort ? The options inside the filter ? Or the products ? |
I wants to sort products collection on category page. Go to below page and sort by color |
Ok I got it. You are right, when using a select-based attribute for sort, the optionId is used, instead of the option label. I reopen the issue, we will try to provide a fix for this one. Regards |
We have the same Problem on Integer Attributes. |
PR have been merged into branch 2.3.x |
Hello vipingarg12, Are you a magento developer? Thanks |
** Has this customizable sorting issue been addressed? ** |
@vipingarg12 did you get any solution for this ? I am also experiencing same issue. |
@vipingarg12 have you got any solution because we are facing the same issue with custom sorting? |
Hello @romainruaud , We want to apply the sorting with our custom table column value, but it is not working, do you have any reference so that we can archive it ?
|
Hi Support,
We need to add custom sort ordering in results. How we can do that ? Currently sorting working on attribute option id.
Magento version: 2.1.1
Elastic Version: 2.1.1
Elastic Suite Version: 1.2.0
Thanks,
Vipin
The text was updated successfully, but these errors were encountered: