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
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.
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.