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
Order Detail component displays the detailed information of a single past order made by the logged in user. Order Detail information is dynamically fetched from Shopify on page load.
Shopyflow requires you to create a dedicated page for the order detail. After you create the Order Detail Page, head back to your Customer Orders Module and find the Order No component. Link the Order No component to the newly created Order Detail Page.
Contains a single or a list of Order Detail Items. Order Detail Wrapper is a Div Block with the attribute sf-order-detail-wrapper
Contains the detailed order information. Order Detail is a Div Block with the attribute sf-order-detail.
Displays the order date when the order was processed. Order Date is a Text Block with the sf-order-date attribute.
Displays the order number assigned by Shopify. Order No is a Text Block with the sf-order-no attribute.
Contains the list of the Order Line Items included in the order. Order Line Items List is a Div Block with the sf-order-line-list attribute.
Displays the fulfilment status of the order. Order Fulfilment Status is a Text Block with the sf-order-fulfilment-status attribute.
Displays the payment status of the order. Order Payment Status is a Text Block with the sf-order-payment-status attribute.
Contains the customer address information. Customer Address Item is a Div Block with the attribute sf-address-item.
Shopylow requires you to create a single Address Item component with it's children components to be used as a template. The Address Item template is cloned and iterated for each saved address of the logged in customer and appended into Address List.
Contains a single or a list of Order Detail Items. Order Detail Wrapper is a Div Block with the attribute sf-order-detail-wrapper
Contains the detailed order information. Order Detail is a Div Block with the attribute sf-order-detail.
Displays the order date when the order was processed. Order Date is a Text Block with the sf-order-date attribute.
Displays the order number assigned by Shopify. Order No is a Text Block with the sf-order-no attribute.
Contains the list of the Order Line Items included in the order. Order Line Items List is a Div Block with the sf-order-line-list attribute.
Displays the fulfilment status of the order. Order Fulfilment Status is a Text Block with the sf-order-fulfilment-status attribute.
Displays the payment status of the order. Order Payment Status is a Text Block with the sf-order-payment-status attribute.
Contains the customer address information. Customer Address Item is a Div Block with the attribute sf-address-item.
Shopylow requires you to create a single Address Item component with it's children components to be used as a template. The Address Item template is cloned and iterated for each saved address of the logged in customer and appended into Address List.