How can I add sections to my product page?

Hi,

I would like to add a section ({% section ‘feature-row’%}) to my product page. Unfortunately you can’t render sections inside sections. Can someone help me pls?

Thanks,

Dunja

Hi @DmS ,

You can create a file name “product-section.liquid” in the path: Sections/product-section.liquid
On the “Templates” in the file name “product.liquid”, you can get the file like this: {%- section ‘product-section’ -%}

Hope this helps! Feel free to let me know if you need further support!