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 ...
How to enable a slider for price filter?
Improved Layered Navigation provides an option to convert the price filter into the slider. To change the price attribute into the slider display, please navigate to Stores → Product Attributes → select the Price attribute → Improved Layered ...