How can I add sections to side pages when customizing a theme?

Hi there!

How can we add sections on the side pages when we’re customizing theme. It’s possible on the main page. As you can see at the screenshot below, we can’t add new section in product page.

1 Like

Hi,

If you were using Shopify theme 2.0, you should be able to add sections from theme editor (Customize button). Just click “Add section” as below.

If you were using vantage theme, you should add the section in product.liquid (under Template).

It must be as below.

{% section ‘your-section-name’ %}

Hope it helps.

Thanks.

1 Like