Smart Option Selector
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

Smart Option Selector is a simple option selector which lets users make a selection from a set number of pre-defined, product-agnostic options. Smart Option Selector is a Div Block with the sf-smart-change-option attribute. The attribute stores the {Option Name} as the value (e.g., 'Color', 'Size', 'Material').
Unlike traditional option selectors, the Smart Option Selector doesn't change the item price, making it ideal for passing simple data to cart line item and to order.
Webflow app usage
- Select the Product Container in the Webflow designer
- In the Shopyflow app; click Add new
- Select Smart Option Selector
- Enter the option name (e.g., Color, Size)
- Click Copy component
- Select the Product Container again
- Paste Smart Option Selector component
Webflow app settings
Option Name
Enter the variant option group name (e.g., Color, Size, Material, Apple Trade-in)
Required
Toggle whether selecting an option value is required before adding the product to cart
Inner components
Module contents
Available methods
Smart Option Value
Changes the selected smart variant option value on click. Smart Option Value is a Div Block with the sf-smart-option-value attribute. The attribute stores the {Option Value} as the value (e.g., 'Red', 'Small', 'Cotton').
{Option Value}
It represents the specific variation available in an option group. For example: 'Red', 'Blue', 'Green' for Color; 'Small', 'Medium', 'Large' for Size; etc.
Component
contents
Smart Option Value
Changes the selected smart variant option value on click. Smart Option Value is a Div Block with the sf-smart-option-value attribute. The attribute stores the {Option Value} as the value (e.g., 'Red', 'Small', 'Cotton').
{Option Value}
It represents the specific variation available in an option group. For example: 'Red', 'Blue', 'Green' for Color; 'Small', 'Medium', 'Large' for Size; etc.
Webflow app usage
- Select Smart Option Value in the Designer
- Enter the option value (e.g., Red, Small, Yes, No)
Webflow app settings
Option Value
Enter the specific option value (e.g., Red, Small, Yes, No)
State management
Related Utilities
Error State
When a component is in error state, the component and all its children are given sf-error class.