Order Detail Module
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.
Webflow app usage
- Click anywhere in the Webflow designer
- In the Shopyflow app; click Add new
- Select Order Detail component
- Paste Order Detail component
Webflow app settings
Inner components
Module contents
Available methods
Order Detail 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
Order Detail Item

Contains the detailed order information. Order Detail is a Div Block with the attribute sf-order-detail.
Order Detail Date

Displays the order date when the order was processed. Order Date is a Text Block with the sf-order-date attribute.
Order Detail No

Displays the order number assigned by Shopify. Order No is a Text Block with the sf-order-no attribute.
Order Line Items List

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.
Order Detail Fulfilment Status

Displays the fulfilment status of the order. Order Fulfilment Status is a Text Block with the sf-order-fulfilment-status attribute.
Order Detail Payment Status

Displays the payment status of the order. Order Payment Status is a Text Block with the sf-order-payment-status attribute.
Customer Address Item

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.
Component
contents
Order Detail 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
Webflow app usage
Webflow app settings
Order Detail Item

Contains the detailed order information. Order Detail is a Div Block with the attribute sf-order-detail.
Webflow app usage
Webflow app settings
Order Detail Date

Displays the order date when the order was processed. Order Date is a Text Block with the sf-order-date attribute.
Webflow app usage
Webflow app settings
Order Detail No

Displays the order number assigned by Shopify. Order No is a Text Block with the sf-order-no attribute.
Webflow app usage
Webflow app settings
Order Line Items List

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.
Webflow app usage
Webflow app settings
Order Detail Fulfilment Status

Displays the fulfilment status of the order. Order Fulfilment Status is a Text Block with the sf-order-fulfilment-status attribute.
Webflow app usage
Webflow app settings
Order Detail Payment Status

Displays the payment status of the order. Order Payment Status is a Text Block with the sf-order-payment-status attribute.
Webflow app usage
Webflow app settings
Customer Address Item

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.