Getting Started Guide
Filter Rules and Value Sets
Customizing product attribute filters are a fantastic way to help customers find exactly what they're looking for on your website. With customizable attribute filters, you can help customers can narrow down their search results by displaying the most relevant criteria first, such as colour or size.
This makes it easier for them to find the perfect product, and helps to ensure that they have a positive shopping experience on your site.
So, if you want your site to have the filters displayed like the example below - you're in the right place!
Debugging Filter Rules
There is a quick way to determine what filter rule is being used. See the below on how to find the filter rule id.
Right click and select "Inspect"
Add the below into your console and click enter.
document.querySelector("input[type=hidden]:nth-child(6)").value
Up Next