Liquiflow
Connect Liquiflow with Webflow to convert Webflow designs into native Shopify 2.0 themes without writing Liquid by hand.
You get full visual control over layout and typography in Webflow, along with control over animation. A Shopify storefront, though, runs on Liquid templates, while a visual export generates Webflow code. Publishing a Webflow design as a native Shopify theme normally means rebuilding it by hand in Liquid. Liquiflow removes that rebuild step.
Liquiflow converts exported Webflow code into fully working Shopify 2.0 themes and sections. You add custom attributes to elements in Webflow, and Liquiflow generates the matching Liquid at conversion time. Merchants manage their products and content in Shopify, where checkout also remains, while the storefront keeps your Webflow design.
Shopify and Webflow agencies and freelancers use this integration. It also suits merchants with in-house development or marketing teams. Designers keep working visually in Webflow instead of writing Liquid templates. Marketing teams get sections they can edit directly in the Shopify theme editor. Some knowledge of both Webflow and Shopify Liquid helps you get the most from it.
How to integrate Liquiflow with Webflow
What is Liquiflow? Liquiflow is a Webflow-to-Shopify theme conversion tool built by Halbstark GmbH, a German Shopify and Webflow agency. It reads custom attributes on Webflow elements and converts exported code into native Shopify 2.0 themes or standalone sections. The product was previously named Liquify Pro.
You integrate the two by tagging Webflow elements with li- attributes, then converting the exported code into Shopify theme files with Liquiflow.

Teams reach for this combination when a merchant needs Shopify's checkout and app ecosystem but wants a storefront designed in Webflow. Liquiflow moves the Webflow design into Shopify. Data flows one way, from Webflow into Shopify. Converted themes meet Shopify theme development standards, so Shopify App Store apps keep working after conversion. The integration runs as a build-time pipeline: Webflow export, Liquiflow conversion, Shopify deployment.
You have three ways to build the integration, depending on how much of the storefront you're converting and how dynamic it needs to be:
Implementation options:
- The Liquiflow app adds an attribute builder, a schema builder, and 40+ pre-built components directly inside Webflow, with no code required.
- Custom attributes and conversion workflows turn your exported Webflow code into a full Shopify theme or single sections.
- The Section Rendering API is the developer path for AJAX behavior such as live filtering and predictive search.
Most implementations combine two or more of these methods depending on the complexity of the storefront.
Install the Liquiflow app
The Liquiflow app on the Webflow Marketplace puts Liquiflow's tooling directly inside Webflow. Use it to apply Liquiflow attributes while you design. It also lets you drop in pre-built commerce components instead of building them from scratch. Designers and agency teams building their first Liquiflow storefront benefit most. At site level, only Site manager and Designer role holders can install apps.
To set up the integration:
- Open the Liquiflow listing in the Webflow Marketplace and click Add to site.
- Select the Workspaces or sites where you want the app, then click Authorize app.
- Open the app and follow its instructions inside Webflow.
Installed tools:
- An attribute builder for applying Liquiflow attributes to elements
- A component library with more than 40 pre-built components covering product galleries, variant selectors, cart functionality, and collection filtering
- A schema builder for Shopify section settings
You can also install from the Apps panel in Webflow by searching for the app and clicking Install on site.
Convert your Webflow design with custom attributes
Custom attributes are Liquiflow's core mechanism. You add attribute keys to elements through the element settings panel in Webflow. Liquiflow reads them at conversion time and generates the matching Shopify Liquid. Every element must sit inside a wrapper carrying the li-section attribute. A missing wrapper causes errors and can stop Shopify 2.0 from working, as the getting started guide explains.
The most-used attributes cover objects, settings, loops, and forms:
li-objectinserts a Shopify object, soli-object="product.title"becomes{{ product.title }}li-settingsexposes text, images, and other content as editable settings in the Shopify theme editorli-forloops over arrays such asproduct in collection.productsand renders 50 products by default untilli-paginateoverrides itli-formwraps Shopify form types such aslogin,signup,cart, andnewsletter, with modifiers likeli-form:return_tofor redirectsli-liquidpreserves Liquid formatting inside a Code Embed element, where the export may otherwise reformat it
The full attribute reference lists every supported attribute. That includes li-block for repeating blocks, and theme blocks that nest up to 8 levels, which is Shopify's limit. li-settings:custom handles custom settings JSON in a Code Embed element. Section names max out at 30 characters.
Convert a full theme with a ZIP export
The Theme Builder converts an entire Webflow project into a native Shopify 2.0 theme with JSON templates. That covers product pages, collections, blogs, and carts. The manual ZIP workflow needs no extra tooling.
To convert a full theme:
- Export code from Webflow.
- Upload the ZIP file into your Liquiflow project and select a branch before converting.
- Download the converted ZIP from Liquiflow.
- In Shopify, go to Online Store > Themes and upload the converted ZIP.
The theme conversion guide covers every step and the required branch selection before conversion.
Connect GitHub for automatic updates
The GitHub workflow replaces manual ZIP handling and adds version control with rollback. It also opens a pull request you can review before merging to the live theme. Liquiflow's docs present the GitHub path as the primary workflow.
To connect GitHub:
- In your Liquiflow project, open Settings and click Connect to GitHub.
- Follow the steps and authorize the repository.
- In Shopify, go to Online Store > Themes > Add Theme > Connect from GitHub.
Once connected, publishing your Webflow site keeps the Shopify theme up to date automatically. Connecting GitHub requires a paid Liquiflow plan, as noted in the free demo details.
Convert single sections with the Section Converter
The Section Converter turns an individual Webflow section into a Shopify section without converting a whole theme. That makes it useful for adding custom blocks to themes not built with Liquiflow.
To convert a section:
- Build the section in Webflow.
- Add the
li-sectionattribute with the section name as its value. - Inside that element, add attributes so store owners can change text, images, or other content.
- Open the Section Converter and paste the Webflow component.
- In the Shopify Sections folder, click Add new section and add the converted code.
The Section Converter has documented limits:
- Collection List content isn't copied during conversion. Use standard div blocks instead.
- Webflow native interactions and Liquiflow Elements aren't supported
- Global combo classes come through empty unless the class is used somewhere in the section
- Images without
li-settings:imageload from Webflow servers, which the Section Converter docs advise against
Don't link to fonts or variables from your Webflow project either, since those assets won't exist in the Shopify theme. Because Collection List content isn't copied, converted sections read content from Shopify rather than the Webflow CMS. Liquiflow attributes supply that data. When you only use the Section Converter, you don't need any Webflow plan.
Build with the Webflow Data API and Liquiflow Section Rendering API
The Section Rendering API is a client-side script, currently in alpha. It loads parts of your theme over AJAX so pages update without reloading. You set it up in Webflow by adding custom code before the closing



