Rise theme: Unique collapsible row content per product

Hey there!

I’m using Rise theme, and I want my collapsible row in my product page to show unique content for each product. How do I do that?

Hey @designer.drafts_1

You can set this up by creating product metafields. If you don’t know how to setup product metafields then go to Shopify Product Metafields Guide.

If you have any confusions, let me know and I can also set it up for you.

Cheers,
Moeed

@designer.drafts_1 To make each product show its own unique content inside the collapsible row (accordion) on the product page in the Rise theme, you need to connect that collapsible content to product-specific data instead of static text in the theme editor.

Step 1: Create a Product Metafield

  • Go to Shopify Admin
  • Click Settings
  • Click Custom data
  • Select Products
  • Click Add definition
  • Create a metafield like:
    – Name: Product Accordion Content
    – Namespace & key: custom.accordion_content (auto-filled)
    – Type: Rich text (recommended) or Multi-line text
  • Save

Step 2: Add Content to Each Product

  • Go to Products
  • Open a product
  • Scroll to the Metafields section
  • Add the unique content for that product
  • Save
  • Repeat for each product with its own content.

Step 3: Connect the Collapsible Row to the Metafield

  • Go to Online Store → Themes
  • Click Customize on your theme
  • Open a Product page
  • Click the Collapsible row section
  • In the content field, click the dynamic source icon
  • Select the metafield you created (Product Accordion Content)

Now the accordion will pull different content for each product automatically.

@NerdCurator thank you! I created the metafileds and added my content, but when I go to the store and try to add the dynamic source to the collapsible row it is not showing any of the metafields I’ve created! why is that?