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
Product Listing Module offers the ability to filter products in real-time, based on Shopify taxonomies (Collection, Product Type, Tags, and Vendor), and variant option values (such as Color, Size, Material). This component is made up of three sub-components:
Follow the below steps to create a shop page with filterable Product Listing Module.
Collection container groups and connects the Filter & Sort UI with the filtered Product List by containing both elements. Product List Container is a Div Block with the sf-collection attribute.
Taxonomy Filters apply filters to the displayed products in the Product List based on following Shopify taxonomies in real-time.
Taxonomy filters are made of 3 elements.
sf-filter-value="Nike"
is clicked, the Product List is reduced to products with the Vendor set to "Nike" in Shopify.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.
The Product List component is the Collection List Element that features the Shopyflow Products Collection. Every Collection Item in the Product List is a Buy Module that can be filtered in real-time using the Taxonomy and Option Filters.
1. sf-list attribute must be added to the Collection List element that is the immediate parent of the Collection Items.
2. Every Product Item must be a Product Container that has a sf-product attribute with the Product ID set as it's value and sourced from the CMS.
Collection container groups and connects the Filter & Sort UI with the filtered Product List by containing both elements. Product List Container is a Div Block with the sf-collection attribute.
Taxonomy Filters apply filters to the displayed products in the Product List based on following Shopify taxonomies in real-time.
Taxonomy filters are made of 3 elements.
sf-filter-value="Nike"
is clicked, the Product List is reduced to products with the Vendor set to "Nike" in Shopify.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.
The Product List component is the Collection List Element that features the Shopyflow Products Collection. Every Collection Item in the Product List is a Buy Module that can be filtered in real-time using the Taxonomy and Option Filters.
1. sf-list attribute must be added to the Collection List element that is the immediate parent of the Collection Items.
2. Every Product Item must be a Product Container that has a sf-product attribute with the Product ID set as it's value and sourced from the CMS.
Selected Filter Value component and all its children elements are given the sf-active class. sf-active class can be used as a combo class to alter the style of the active selection of the component and its children elements.
Unavailable Filter Value component is given the sf-filter-unavailable class. sf-filter-unavailable class can be used as a combo class to alter the style (e.g. hidden or lower opacity) of the element.
Additionally Filter Wrapper component is also given the sf-filter-unavailable class when non of its child Filter Values are available.