Order Line Item
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


Contains the order information for a single order. Order Item is a Div Block with the attribute sf-order-item.
Storesynk requires you to create a single Order Item component with it's children components to be used as a template. The Order Item template is cloned iterated for all the orders and appended into Order List.
By default the field labels are visible only for the first Order Item in Desktop view. On mobile devices the labels are displayed for each of the Order Items and the table layout changes to a list of cards to adapt to the scarce of horizontal space.

Webflow app usage
Webflow app settings
Inner components
Module contents
Available methods
Order Line Item Title

Displays the name of the line item. Order Line Item Title is a Text Block element with the sf-order-product-title attribute.
Order Line Item Quantity

Displays the product quantity for the line item. Order Line Item Quantity is a Text Block with the attribute sf-order-quantity.
Order Line Item SKU

Displays the SKU of the line item. Order Line Item SKU is a Text Block element with the sf-order-sku attribute.
Order Line Item Total

Displays the total price of the line item. Including quantity multiplication and the discounts. Order Line Item Total is a Text Block element with the sf-order-line-total attribute.
Component
contents
Order Line Item Title

Displays the name of the line item. Order Line Item Title is a Text Block element with the sf-order-product-title attribute.
Webflow app usage
Webflow app settings
Order Line Item Quantity

Displays the product quantity for the line item. Order Line Item Quantity is a Text Block with the attribute sf-order-quantity.
Webflow app usage
Webflow app settings
Order Line Item SKU

Displays the SKU of the line item. Order Line Item SKU is a Text Block element with the sf-order-sku attribute.
Webflow app usage
Webflow app settings
Order Line Item Total

Displays the total price of the line item. Including quantity multiplication and the discounts. Order Line Item Total is a Text Block element with the sf-order-line-total attribute.