Why does text from Rich Text and Collapsible Content appear on all pages?

Why is text entered on one page in “Rich Text” and “Collapsible Content” showing up on all of my different pages in collections?

I need each page to be different.

Anything I enter in these shows up on all product pages. I need each product to have different text.

Hi @scottmohrman

You can achieve this by adding the metafield section to your product page. The instruction below will walk you through step-by-step how to do this:

  • Create Metafields by navigating to Settings > Metafields > Products > Add definition

  • Go to Products and select each product, scroll down to the bottom and you’ll see the metafied you created before, and add the specific content.

  • Navigate to Online Store > Theme > Customize > Click on top-center dropdown menu and select Products > Default Product

  • Within the sidebar menu, click on the small arrow next to Product Information to expand all options > Materials > Click on Insert Dynamic Source and connect with metafied sections you’ve created above.

Hope this helps.

2 Likes

Hi Scott,

It seems like you are editing the theme template likely for “default product”. You can show different content in two ways, the first is as Avada Commerce has suggested using meta fields, if you only need to change basic elements this would definitely be the way to go. The second way is by duplicating off the default product template for each product you wish to have unique content on. This would be done in the theme editor by following these steps:

  1. From your Shopify admin, go to Online Store > Themes.
  2. Find the theme that you want to edit, and then click Customize.
  3. Open the drop-down menu at the top of the page.
  4. Use the dropdown menu to select a template. Click + Create a template.
  5. Give your template a unique name.
  6. Using the dropdown menu, select which existing template you want to base your new template on.
  7. Click Create a template.

Once you have done this go back to the product on the backend and change the allocated theme page from “default product” to “template you just created”.

Let me know if you need any additional clarity!

Cheers.

1 Like

Thank you.