How to remove an attribute from filtering?
In order to hide some filters on Category pages, please, follow the next steps:
1) Kindly navigate to Stores > Attributes > Product and open the attribute you'd like to hide.
2)After that, please, go to Storefront Properties tab, set the Use in Layered Navigation = No, and save the changes:
3) Once done, please, run the following Magento commands to refresh the filters that are displayed in the frontend:
php bin/magento indexer:reindex
php bin/magento cache:flush
Related Articles
Is there a way to display all the filter options even if there are no such products?
Sometimes it is necessary to show all possible filters inside the navigation bar even if there are no product matching results. Default Magento allows showing all filter options, and to apply this logic the following setting should be set to ...
How to add an attribute to the Search?
In order to make an attribute which is assigned to the products searchable, please, follow the next steps: 1) Kindly navigate to Stores > Attributes > Product and choose the attribute required. 2) In the attribute settings, please, switch to the ...
My Order Attribute relations don't work, how can I check if everything is configured correctly?
Firstly, check which attribute is used as a parent attribute in the relation. The Order Attributes relations could be created only for parent attributes with the following types: Dropdown, Radio Button, Checkbox Group. Secondly, please, make sure the ...
How to make a product attribute appear in the Conditions dropdown of a Shipping Restriction/Shipping Rule?
Some attributes might not be available in the conditions list when you create a new rule. To add an attribute to the conditions, follow the steps below: Step 1. Navigate to Stores > Attributes > Product, choose the attribute and open the Storefront ...
In my instance, all options for Custom Stock Status attribute are greyed out and I’m not able to edit them or add new ones
The issue arises due to the reset entity in the DB that happens during module update/installation. In order to fix it, you need to modify the value of the is_user_defined entity in the DB.
This could be done with the following command:
UPDATE ...