Need help with built in metafields on product page

Hi everyone,

So I discovered my last issue was due to template restrictions placed on each product page. One of the shopify agents told me that the product pages are restricted to information values that you can change for the description and title only. When I added additional sections and elements from the shopify custom builder to the product page (such as columns or a collapsible content) the information copies over to another product in another product page. I’d like to make it so all of the product pages have the same elements but with DIFFERENT information inside these elements. So for example product page A and product page B will have columns on it but their columns will have different information. Is there a way to code this in the theme liquid? Please and thank you!

1 Like

@gojofan

Yes, there is a way which is metafield. But it’s not possible to explain everything by writing here.

You may code that column with HTML and CSS, and then place it on the product page via metafields. It will allow to use different columns on each product page.

Thank you

Sakinur Rahman

Hi @gojofan

Sure, you can do that by using a proper Liquid code or a dynamic data source as shown here and here.

Hope this helps!