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.
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
Copy the below code and paste it into the head section of your Webflow site in Site Settings section to complete Shopyflow installation.
This guide requires the installation of the Shopyflow Webflow App on your Webflow account. If you haven't installed it yet, head over to Shopyflow Webflow App page and install the app. You will be redirected to Shopyflow Dashboard. If you already have a Shopyflow account you can log in here. If you are already logged in, you will see the Webflow app installation page instead.
You can follow this tutorial using the Shopyflow Demo Store that is predefined in your account. Demo store is a live Shopify store, featuring a selection of random products for the purpose of testing and learning Shopflow. It's handy if you haven't yet connected your own Shopify store to your account.
To get started make sure:
In this tutorial we are going to build a product page for a product called Pattern Travel Water Bottle from the Shopyflow Demo Store.
The product has its title, description, images, variant options, prices, discounts, stock and sku information set in Shopify. All these information is available to us inside of Shopyflow Webflow App to automatically populate the product page content and configure the Shopyflow components.
To create a working product page, we are going to use a Buy Module and a Cart Module.
Now we have created the Buy Module for the product. All the module is made of native Webflow elements and the content is populated with the product data from the Shopify Store. You can select elements on the page to see the component information and configuration in the app.
Class names on the elements are for informative and basic styling purposes only and irrelevant to the components function. Shopyflow components are configured with custom attributes. You can view the attributes assigned to the selected Shopyflow component in Webflow App.
In the standard Buy Module we have the following components:
In your Buy Module you can also feature
All these components are separately available in the Shopyflow Webflow App to insert into your Buy Module with a click.
To have a deep dive into the structure and the sub-components of the Buy Module visit the component documentation page.
Now we have a UI that allows products to be added to the cart, yet our page doesn't have a cart element. Let's introduce a cart to complete the purchase experience on this product page.
Cart Module by default has all the elements. You are encouraged to style, move around and explore the inner elements to tailor the Cart Module to your needs.
To have a deeper dive into the structure and the sub-components of the Cart Module, visit the component documentation page.
Now we have a Cart Module placed in a fixed positioned popup. The cart popup element becomes visible with a class called sf-cart-opened, after a new element is successfully added to the cart. To hide the cart popup initially on the page load:
If you change the display property to none for the Cart Popup, the cart opening transitions are not going to work. Instead, when you edit the Cart Module go ahead and add the sf-cart-opened class to the Cart Popup element to make it visible and remove the same class to hide it.