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
Collects text data from user to be sent with the product being added to cart. Product notes are useful for creating products that are customizable with customer input. Product Note can be a Text Field or an Input Field with the sf-change-product-note attribute.
Product note's title will be pulled from the value of the same custom attribute. e.g. A product note field with sf-change-product-note="Custom Title" custom attribute will add a note to the order with the title "Custom Title" followed by the text entered by the customer. If no custom value is present, the default title "Note" will be used.
You can use Product Note also on a datepicker by adding sf-change-product-note attribute to the input field of the datepicker to add date info to an order.