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
Changes the store currency to the selected option. Custom currency selector component is made out of a native Webflow Dropdown element and used for listing and switching between the available currency options.
Currencies are represented by their respective country codes (if defined in Shopify Admin Settings > Markets). You can find the complete country list here.
Currency selector wrapper contains the currency changer buttons that changes the store currency on click. Currency selector is a Div Block with the sf-change-currency attribute.
Changes the store currency on click. Currency Selector Value is a Div Block with the sf-currency-value attribute. The attribute stores the {Currency Value} as the attribute value. Ex. sf-currency-value="DE"
Displays the current store currency. Currency Displayer is a Text Block with the sf-show-currency-selection attribute.
Currency selector wrapper contains the currency changer buttons that changes the store currency on click. Currency selector is a Div Block with the sf-change-currency attribute.
Changes the store currency on click. Currency Selector Value is a Div Block with the sf-currency-value attribute. The attribute stores the {Currency Value} as the attribute value. Ex. sf-currency-value="DE"
Displays the current store currency. Currency Displayer is a Text Block with the sf-show-currency-selection attribute.