I don’t know if someone can help me with an issue I have. I want to create a section after the product where inside has information about the product, like I have a dress made of linen and that section has a description about that fabric, and it changes accordingly with every product.
I already talked to support but they couldn’t help me because it’s something that involves code.
This is indeed the case, you would need to start with Metafields as per the following: Metafields · Shopify Help Center then fill the fields on the product page’s backend then add the code appropriately in the product-template.liquid file.
Let me know if you need hands-on help to get this done!
You can do this by using product metafilelds.
Go to admin settings and click on metafields create a new metafield and call that metafileds code where you want.
Displaying metafields on the product page might be slightly different depending on what theme is used in your store, but in most cases putting a proper Liquid code snippet into the product page template file does the trick.
Here’s the link to a great step-by-step tutorial on how to display a metafield on the product page. It works for both OS 2.0 and legacy themes. You may want to check it out and see if the process was any different for you. Hopefully, it will help you to find the missing part.