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.
Shopyflow 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.
Displays the order number of the current Order Item assigned by Shopify and sends the user to the Order Detail Page on click. Order No is a Link Text element with the sf-order-no attribute.
Once you created your Order Detail Page using the Order Detail component you can set the link of Order No component to your newly created Order Detail Page.
Displays the order date when the order was processed. Order Date is a Text Block with the sf-order-date attribute.
Displays the payment status of the current Order Item. Order Payment Status is a Text Block with the sf-order-payment-status attribute.
Displays the fulfilment status of the current Order Item. Order Fulfilment Status is a Text Block with the sf-order-fulfilment-status attribute.
Displays the total price paid for the current Order Item. Order Total is a Text Block with the sf-order-total attribute.
Displays the order number of the current Order Item assigned by Shopify and sends the user to the Order Detail Page on click. Order No is a Link Text element with the sf-order-no attribute.
Once you created your Order Detail Page using the Order Detail component you can set the link of Order No component to your newly created Order Detail Page.
Displays the order date when the order was processed. Order Date is a Text Block with the sf-order-date attribute.
Displays the payment status of the current Order Item. Order Payment Status is a Text Block with the sf-order-payment-status attribute.
Displays the fulfilment status of the current Order Item. Order Fulfilment Status is a Text Block with the sf-order-fulfilment-status attribute.
Displays the total price paid for the current Order Item. Order Total is a Text Block with the sf-order-total attribute.