Hot it Works
Core Principals
The Section Converter lets you convert individual sections instead of an entire theme. This is helpful if you want to build sections for themes that were not created with Liquify Pro, or if you just want to quickly test a section in Shopify without converting the whole theme.
In general, you can use all Liquify Pro attributes with the Section Converter — you’ll find them in our documentation. The basic idea is the same as with the Liquify Pro Theme Builder. However, there are a few things you can’t use:
Liquify Pro Elements (like Mini Cart, Variant Swatch)
Theme Blocks (coming soon). Right now, the Section Converter only supports converting sections. So, the tag
li-content-for-theme-blocks
is not supported yet. But you can still useli-block
orli-content-for-blocks
as usual.Webflow Collection Lists: Webflow does not copy the content of a Collection List item. Just use normal
div
elements instead.
Step-by-step Guide
First, build your section in Webflow.
Add the li-section
tag with a value for the section name to an element — this will be the element you copy later.
Inside the li-section
element, add custom functionality to let store owners change text, images, or other content. Here is the Documentation for all li-settings and li-objects
Then copy the element with the li-section tag.
Open the Liquify Pro Section Converter and paste the Webflow component.
After conversion, copy the generated code.
Go to your Shopify theme’s code editor.
In the Sections folder, click Add new section.

Give it a name so you can find it later (this name is not shown in the Shopify editor).
Delete the default Shopify preset code and paste your converted code instead.
Save the section.
Go to the Shopify theme editor — you can now use, edit, and reuse your new section
Last updated
Was this helpful?