Documentation is under construction
Our documentation is currently under construction. We're working diligently to provide you with comprehensive and helpful resources, but it may take a little more time to complete.
Section Converter
Beta Feature
This feature is still in development. While it’s already live on some stores, we’re actively refining the code. Got feedback? Feel free to share it with us on Discord!
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 use li-block or li-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.

Keep in Mind / Best Practices
- The Section Converter automatically creates a <style> tag with all the styles used in your section.
- Important: Don’t link to assets from your Webflow project (like fonts or variables). These won’t exist automatically in your Shopify theme. If you want to use them, you’ll need to add them manually to your Shopify theme’s assets or CSS.
- Avoid adding images without using li-settings:image. Otherwise, they’ll be loaded from Webflow’s servers, which isn’t recommended.
- You can’t use li-content-for-theme-blocks to create Theme Blocks. Use li-block or li-content-for-blocks instead.
- If you add Add to Cart functionality, make sure you use your Shopify theme’s native method. li-element attributes only work with a full Liquify Pro theme.
- You can use li-snippet to reference an existing snippet from your Shopify theme.
Next
Liquify Elements
Use Liquify elements to enhance the user experience for your customers.