OxifyOxify
Install Sections

Install a section manually

Copy the section code into your theme when automatic install is not available.

When you need this

If the app can't write to your theme, the Publish Section window says it can't add the section automatically and asks you to add it by hand. It shows the file name, for example sections/my-section.liquid.

Copy the code into your theme

Note the file name shown in the window, for example sections/my-section.liquid.

Click Copy section code. The button changes to Copied once the Liquid code is on your clipboard.

Click Open theme editor — your theme opens in a new tab.

Go to Online Store → Themes, then Actions → Edit code on that theme.

Open the Sections folder and click Add a new section.

Name it exactly as in the file name, without the .liquid ending — for the example above, type my-section.

Delete any placeholder code, paste your copied code, and click Save.

Return to the app and click Done.

Match the name exactly

If the file name does not match the one shown in the app, the section may not appear correctly in the theme editor.

If copying fails

If you see Could not copy to clipboard, click Copy section code again, or copy the code manually from the window.

On this page