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
Sub-product is a Buy Module that is placed inside of another Buy Module. Sub-product is added to cart with its parent product when selected by the user. Sub Products come very handy for creating configurable products with optional items, cross sells and product bundles.
Sub-product container is a Div Block with sf-product and sf-sub-product attribute. sf-product attribute stores the Shopify {Product ID} of the sub-product and the sf-sub-product attribute marks it as a nested product.
Sub-products can be used as a required option. Let's assume that we're selling a sandwich menu that includes a drink with 2 size options. In this case the user don't have the option to choose whether to buy or not buy the drink but to choose the size of the drink. For such scenario sf-sub-product attribute takes the value required and an additional attribute sf-add-to-cart.
When the Sub Product is selected to be added to cart sf-sub-product-added class is given to the Sub Product Container and all its inner elements. sf-sub-product-added class can be used to change the look of the Sub-product component and all it’s inner elements when selected.
sf-sub-product-added class particularly comes handy if you intend to create a switch button or a checkbox that changes style when the Sub Product is selected.