-
Notifications
You must be signed in to change notification settings - Fork 219
Widget Filters by Attribute: Term order #8608
Comments
We are adding the Thank you for your patience. |
Hi @cam4rgo, Please find below the screenshots for reference : Priority of this issue will be assigned shortly after we’d go through a round of prioritization. Please note it may take a couple of days. |
Hi, facing exact same issue, has this been addressed yet? |
@clambug Not yet. I'm waiting for that as well. |
any news? |
i find an workaround, ex for ur issue: if u want to remove jQuery(".wp-block-woocommerce-attribute-filter span").html(function (i, html) { another workaround is with letter and css aP and css .wc-block-components-checkbox__label:first-letter { |
@swatipawarGS Any news on the prioritization of the problem? |
Hi @cam4rgo, Thank you for opening the issue! It requires further feedback from the WooCommerce Core team. We are adding the Please note it may take a few days for them to get to this issue. Thank you for your patience. |
Thanks for letting us know about the issue. I've transferred the issue to the Blocks repository since the old widget works, but the Block widget displays the wrong order, I assume the issue comes from the Block. |
Hi, thanks for taking the time and letting us know about the issue! 🙌 I can reproduce it, however, at this moment Filter by Attribute block supports only the alphabetical ordering of attributes. But I agree that's a good idea for an enhancement! Please bear in mind, we have limited time to work on various projects and at this moment this issue doesn’t fit in with our current priorities for the project. At some point, we may revisit our priorities and look through the list of suggestions like this one to see if it warrants a second look. Meanwhile, don’t be alarmed if you don’t see any activity on this issue for a while. 🙏 Technical notes:
|
@kmanijak This worked before Blocks, so I believe it is more a bug than an improvement. In Brazil at least, this bug affects a lot of online stores that use WooCommerce. If you can review the priority of the problem, it would be interesting. Sorry for any grammatical errors, I'm using a translator to write. |
First of all - no need to apologize, it's all good! 👍
I totally understand that perspective and we'd love to be able to make a full replacement of every feature existing in the block's equivalents. However, we work in an iterative approach and we try to release blocks as quickly as they are functional and can bring value to the users. But that doesn't mean they will cover 100% of previous functionalities straight away. Then we're iteratively adding other features and functionalities. However, we keep in mind some of the missing features may be more demanded by the community and issues like this one help us prioritize the work, so thank you for your input, especially since there are more voices in this thread! Last but not least, I'd like to encourage the contribution. It's not an easy task to achieve for sure, but even a draft contribution may be a good trigger for further conversations 🙌 |
Is there any progress regarding this problem? I'm suffering from it too. |
Hey there, we fixed this issue in #11232 so I'm closing this one. |
Prerequisites
Describe the bug
Widget filter by attribute does not stay in the correct order of terms.
Hello, I created a topic in the plugin forum and was asked to open a topic here regarding a bug in the Filter By Attribute Widget.
Expected behavior
The bug is the following:
In the settings of the terms the order is like this and it is the way I want it to appear: P, M, G, GG, XG.
Actual behavior
However, in the Filter By Attribute Widget the order is different, apparently in alphabetical order, as in the image:
I noticed that this happens only with the new filter by attribute model, in the legacy widget the order works, but when filtering an item some size options are missing, and in the new one some options are not missing (which is the correct way.)
By using the YITH WooCommerce Ajax Product Filter Premium plugin I was able to reorder the terms the correct way, as in the image:
If you want to take a look at the topic I opened in the forum regarding this bug, here is the link.
I have tested with the Storefront theme, I have disabled the plugins, I have checked the logs, and the problem persists. Other people have also tested and the problem is the same.
Steps to reproduce
Create an attribute with custom sorting.
Put the terms P, M, G, GG, XG.
Products>Attibutes>Configure terms - Place them in the above order in the terms' settings.
Go to the widgets menu. (Appearance>Widgets)
Put the filter by WooCommerce attribute with the created attribute.
See the error.
Isolating the problem
The text was updated successfully, but these errors were encountered: