How can I add specific content to each product item in an accordion?

Hi there,

I am trying to add specific content for each product item and then display the content in an accordion, the accordion itself is not the problem, I have added the accordion to the appropriate liquid file and included the correct delivery and returns content but for the other 3 items in the accordion (see screenshot below) I am struggling to find a way to add this content. It would be great if you could suggest a way by editing the theme code rather than installing an app.

Thanks in advance.

Hi @arods

If this information is unique to each product, you would need metafields to extend this functionality.

Let me know if this is the case

Yes the information would be unique to each product, do you have sample code or a good example of how metafields work, I would just need 3 additional textarea fields for the likes of ingredients, how to use and additional information that is separate to the description field.

Hi @arods ,

If the content will need to be specific on a per-product basis, you’ll need to use metafields (https://shopify.dev/docs/themes/liquid/reference/objects/metafield) to accomplish what’s desired. There are plenty of apps that allow you to create metafields easily (https://apps.shopify.com/search?q=metafield), however, if you need assistance, feel free to reach out!

Cheers,

Thanks @Scott-Marshall .