Shopyflow installation takes place in 2 simple steps.
Shopyflow requires a Storefront API access token to securely connect your Shopify Store to your Webflow site. To generate your Store API access token;
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.
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.
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.
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!
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.
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.
3. AssignText Fieldthe sf-quantity-changer attribute with value of 1.
You can additionally create custom quantity incrementing and decrementing buttons to customize your users experience even further.
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.
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.