Option 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


Option Filters apply filters to the displayed products based on the variant group names in real-time. For example your users can filter all the products in your store that has a "Color" variant with the value of "Red".
Option Filters are made of 3 elements.
- Option Filter Wrapper: The wrapper element of the Option Filter, containing the list of Option Filter Values and the Filter Reset button.
- Option Filter Value: The element that stores and toggles the assigned filter value on click.
- Reset Filter 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
Option Filter Wrapper
Provides context to the Option Filter component and contains the Option 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 {Option Name} as the attribute value. For example if a Option Filter Wrapper has the value "Color" it will be filtering all the products with a Color Variant group in the store.

{Option Name}
Option Name represents the different group of variations available for a specific product. Such as Color, Size, Material etc.

Option Filter Value
Sets the assigned filter value to the Product List on click. Option Filter Value is a Div Block with the sf-filter-value attribute. The attribute takes the {Option Value} as the value.

{Option Value}
{Option Value} represents the name of the taxonomy item.
Once you have your Shopify taxonomies tranferred and synced to Webflow you can create the Option Filter Value component using Collection List element in Webflow and source the {Option Name} from the CMS, ensuring it matches the name set in Shopify for the sf-filter attribute.
Component
contents
Option Filter Wrapper
Provides context to the Option Filter component and contains the Option 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 {Option Name} as the attribute value. For example if a Option Filter Wrapper has the value "Color" it will be filtering all the products with a Color Variant group in the store.

{Option Name}
Option Name represents the different group of variations available for a specific product. Such as Color, Size, Material etc.

Webflow app usage
- Select an element in the Webflow designer
- Open the Shopyflow app and click Convert
- In the list select Option Filter Wrapper
- In the opening dialog select the Option Name
Webflow app settings
Option Group
List of the available variant option groups in your Shopify store
Option Filter Value
Sets the assigned filter value to the Product List on click. Option Filter Value is a Div Block with the sf-filter-value attribute. The attribute takes the {Option Value} as the value.

{Option Value}
{Option Value} represents the name of the taxonomy item.
Once you have your Shopify taxonomies tranferred and synced to Webflow you can create the Option Filter Value component using Collection List element in Webflow and source the {Option Name} from the CMS, ensuring it matches the name set in Shopify for the sf-filter attribute.
Webflow app usage
- Select the element to be the Filter Value component, in the Webflow Designer
- In the Shopyflow app; click Convert
- In the opening menu find and click Filter Value