How to add Section in all Product pages but different content?

I’m trying to create a Shopify website for my brand Right now I just need help adding a few features to the product page:

1. drag and drop for every section for every single product separately

2. the ability to add/ delete sections for every product separately

Actually the sections are always the same , but for every product need to change the content and also change the place of the sections using Liquid Coding without any apps

Maybe you can try creating product template in the theme editor like this https://prnt.sc/1baz40p

And assign template to each product https://prnt.sc/1bazinu

But it’s hard to do if you have many products.

2 Likes

I am trying to add and section each product page. When I add something through section its showing in all pages. I want to add content images and other designs and it will separate for all products page. Can I?

1 Like

You need to create a template for each different layout. Because when using the same template, all sections will be the same.
Or you can use metafields, refer https://www.youtube.com/watch?v=E1XA8yxhSII and https://shopify.dev/api/liquid/objects/metafield
Hope it clear to you.