Docs

Installation

Shopyflow installation takes place in 2 simple steps.

  1. Configuring Shopify
  2. Connecting to Webflow

Configure Shopify

Shopyflow requires a Storefront API access token to securely connect your Shopify Store to your Webflow site. To generate your Store API access token;

  1. Head to your Shopify Admin > Settings > Apps and Sales Channels section and click Develop apps link..

What’s a Rich Text element? What’s a Rich Text What’s a Rich Text element? What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

What’s a Rich Text element? What’s a Rich What’s a Rich Text element? What’s a Rich Text ejklkjököbömnlement?What’s a Rich Text element? What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Shopyflow requires a Storefront API access token to securely connect your Shopify Store to your Webflow site. To generate your Store API access token;

1. Head to your Shopify Admin > Settings > Apps and Sales Channels section and click Develop apps link.

What’s a Rich Text element? What’s a Rich What’s a Rich Text element? What’s a  element?What’s a Rich Text element? What’s a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

Static and dynamic content editing

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

A rich text element can be used with static or dynamic content. For static content, just drop it into any page and begin editing. For dynamic content, add a rich text field to any collection and then connect a rich text element to that field in the settings panel. Voila!

How to customize formatting for each rich text

Headings, paragraphs, blockquotes, figures, images, and figure captions can all be styled after a class is added to the rich text element using the "When inside of" nested selector system.

Product Container

Attribute Name
sf-product
Attribute Value
{Product ID}
Nesting Rule:
Main Wrapper Element for Buy Module.
Webflow designer
Custom Attributes
sf-product="{Product ID}"

The first thing you need to do is to create a Product Container. It is like a box that will contain and identify your Buy Module. The product container is assigned the sf-product attribute, which as a value takes the ID of the Shopify Product that you create a Buy Module for.

  • Add a Div Block to the page.
  • Add sf-product attribute with your Shopify Product’s ID as the value.

{Product ID}

You can locate the ID of any of your product in your Shopyflow Dashboard.

  • Login to Shopyflow.
  • In the Stores screen find the Shopify Store and click the Build button.
  • In the next screen select the product from the list.
  • Scroll down to Product Container. Depending on your preference, you can copy the {Product ID} or the Div Block with the attributes on it.

State Management

Await

Shopyflow updates your store elements' properties after the page load. This change is sometimes visible to the eye. To smoothen this experience,

Shopyflow uses sf-awaitattribute to hide elements while it finishes updating.

For example if you add sf-await attribute to the Product Container, its opacity will be set to 0 until Shopyflow finishes updating the elements. Once the update is complete and your store is ready, Product Container's opacity will be set to 100.

You can add sf-await attribute to any element you like (titles, option changers, images, etc.) and Shopyflow will hide it for you until your store is ready.

Creation of a Product Container