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.

Quantity Changer

Attribute Name
sf-change-quantity
Attribute Value
1
Nesting Rule
>
sf-change-quantity
Webflow designer
Custom Attributes
sf-change-quantity="1"
Custom Attributes
sf-add-to-cart="1"

Creating a Quantity Changer is very straightforward.

1. Add a native Webflow Text Field into your Product Container. To do so you will have to include a Form Block with a single Text Field in it.

2. In the Text Field Settings make sure the Type is set to Number.

Webflow designer

3. AssignText Fieldthe sf-quantity-changer attribute with value of 1.

Webflow designer
Creation of a Standard Quantity Changer
Creation of Quantity Changer Buttons

You can additionally create custom quantity incrementing and decrementing buttons to customize your users experience even further.

Quantity Decrementing Button
Attribute Name
sf-change-quantity-dec
Attribute Value
1
Nesting Rule
>
sf-change-quantity-dec

Quantity Decrementing button allows the user to change the quantity in negative direction. Any Webflow element can be used as a Quantity Decrementing button. It takes sf-change-quantity-dec attribute and 1 as a value.

Webflow designer
Custom Attributes
sf-change-quantity-dec="1"
Quantity Incrementing Button
Attribute Name
sf-change-quantity-inc
Attribute Value
1
Nesting Rule
>
sf-change-quantity-dec

Quantity Increment button allows the user to change the quantity in positive direction. Any Webflow element can be used as a Quantity Incrementing button. It takes sf-change-quantity-inc attribute and 1 as a value.

Webflow designer
Custom Attributes
sf-change-quantity-inc="1"