Taxonomy Filter
Shopify Storefront data and cart logic is bound to your Webflow elements through Shopyflow attributes. Connecting your Webflow site to Shopify is done by adding custom attributes to your Webflow elements.
Yet, you are not required to type or edit attributes manually. Shopyflow provides you with the pre-configured components needed to create your store, as copyable Webflow elements right in Webflow designer.
All the copyable Shopyflow Components are native editable Webflow elements. There is no layout or styling limitation on any element.
In the below image hover your mouse on the hotspots to see all the required Shopyflow attributes to build a product page like this in Webflow

Taxonomy Filters apply filters to the displayed products in the Product List based on following Shopify taxonomies in real-time.
- Product Type
- Vendor
- Collections
- Tags

Taxonomy filters are made of 3 elements.
- Taxonomy Filter Wrapper: The outermost element of the Taxonomy Filter, containing the Taxonomy Filter Values and the Filter Reset button. It is a div element with the sf-filter attribute that takes the taxonomy name as a value (e.g., collections, product-type, vendor, or tags).
- Taxonomy Filter Value: The element that stores and toggles the assigned filter value on click. It uses the sf-filter-value attribute to store the value of the taxonomy filter (e.g., "Summer Collection" or "Nike"). When a Taxonomy Filter Value with
sf-filter-value="Nike"
is clicked, the Product List is reduced to products with the Vendor set to "Nike" in Shopify. - Filter Reset Button: Clears all the filters applied to the Product List from the taxonomy group
Webflow app usage
Webflow app settings
Inner components
Module contents
Available methods
Taxonomy Filter Wrapper
Provides context to the Taxonomy Filter component and contains the Taxonomy Filter Values that changes the product filtering parameters on the subject Product List. Taxonomy Filter Wrapper is a Div Block with the sf-filter attribute. The attribute stores the {Taxonomy Name} as the attribute value.

{Taxonomy Type}
Taxonomy types and filter values used in the Taxonomy Filter component are sourced directly from Shopify. These are the standard values used for grouping the products into relevant categories. The available taxonomy types in Shopify are:
- collections
- product-type
- vendor
- tag
You can sync your Shopify each of your product taxonomies to your Webflow site as separate CMS collection in the Shopyflow Webflow App by following the steps in this guide.
Taxonomy Filter Value
Sets the assigned filter value to the Product List on click. Taxonomy Filter Value is a Div Block with the sf-filter-value attribute. The attribute takes the {Taxonomy Value} as the value.

{Taxonomy Value}
{Taxonomy Value} represents the name of the taxonomy item.
Once you have your Shopify taxonomies tranferred and synced to Webflow you can create the Taxonomy Filter Value component using Collection List element in Webflow and source the {Taxonomy Name} from the CMS, ensuring it matches the name set in Shopify for the sf-filter attribute.
Filter Reset Button (Taxonomy)
Resets the filter selection of the taxonomy group that it's placed inside of (collection, vendor, etc.).

Component
contents
Taxonomy Filter Wrapper
Provides context to the Taxonomy Filter component and contains the Taxonomy Filter Values that changes the product filtering parameters on the subject Product List. Taxonomy Filter Wrapper is a Div Block with the sf-filter attribute. The attribute stores the {Taxonomy Name} as the attribute value.

{Taxonomy Type}
Taxonomy types and filter values used in the Taxonomy Filter component are sourced directly from Shopify. These are the standard values used for grouping the products into relevant categories. The available taxonomy types in Shopify are:
- collections
- product-type
- vendor
- tag
You can sync your Shopify each of your product taxonomies to your Webflow site as separate CMS collection in the Shopyflow Webflow App by following the steps in this guide.
Webflow app usage
- Select an element in the Webflow designer
- Open the Shopyflow app and click Convert
- In the list select Taxonomy Filter Wrapper
- In the opening dialog select the Taxonomy Type
Webflow app settings
Taxonomy Type
Selection of the Taxonomy Type to be used in the selected wrapper. Available values are as follows
Product Type: Component will be filtering the list by the type of the product
Vendor: Component will be filtering the list by the type of the Product vendors
Collections: Component will be filtering the list by the assigned collections in Shopify
Tags: Component filters the list by the assigned tags in Shopify
Taxonomy Filter Value
Sets the assigned filter value to the Product List on click. Taxonomy Filter Value is a Div Block with the sf-filter-value attribute. The attribute takes the {Taxonomy Value} as the value.

{Taxonomy Value}
{Taxonomy Value} represents the name of the taxonomy item.
Once you have your Shopify taxonomies tranferred and synced to Webflow you can create the Taxonomy Filter Value component using Collection List element in Webflow and source the {Taxonomy Name} from the CMS, ensuring it matches the name set in Shopify for the sf-filter attribute.
Webflow app usage
- Select the element to convert into a Filter Value.
- Open the Shopyflow app and click Convert
- Select Filter Value and complete conversion