How can I insert an image into a collapsible tab using dawn 9.0?

Topic summary

Goal: Add product-specific text and an image inside a collapsible tab in Shopify’s Dawn 9.0 product page.

Current situation:

  • Using a “page” works but forces the same description across all products.
  • A metaobject handles text per product but no clear path to include an image. (Metafields/metaobjects = custom data attached to products.)

Proposed approaches:

  • Duplicate the collapsible row content and create a custom block in main-product.liquid, then:
    • Use two metafields—one for text, one for content (e.g., image).
    • Output each inside the collapsible section only if not blank.
  • Alternatively, create a new product template so each product can have unique description and image. A Shopify help link was provided for template creation.

Notes:

  • No code snippet or step-by-step implementation was shared.
  • The Shopify help article link is central for the template approach.

Status: Unresolved. The original poster requested guidance on “how” to implement the custom block/metafield method; concrete steps or code are still needed.

Summarized with AI on January 22. AI used: gpt-5.

Hello,

I want to add a description and an image into the collapsible tab using dawn 9.0 I can add a description and an image using a page but then the issue is for all my products they all have the same description.

I have also tried using a metaobject which works for the text but currently have no solution on adding an image in there also - if anyone could help that would be great.

For this what I ended up doing was creating a copy of the collapsible row section content and making a custom block on the main-product.liquid.

I used two metafields, one for text and one for content, and output them both if they are != blank into a collapsible section.

How can I do this?

You must create a new product template for that product so it will not add the same description and image to another one.

You can check this one to learn how.

https://help.shopify.com/en/manual/online-store/themes/theme-structure/templates#create-a-new-template