How can I update HTML with image on all product pages simultaneously?

Hello everyone,
I am trying to create a "HTML with image"and show it to all products, it would be the same HTML with image content to all pages, once I change it should update all product pages. Someone know how to do that?

Hi, @OliveiraCoura .

Rio here from the Shopify Community team. Could you please clarify a few things for me?

  1. Could you further explain the use case here so we can get a better understanding of your goal.
  2. Is the “HTML with image” content going to be the same for all products, or will it vary depending on the product?
  3. You would like to override the current product structure to show just 1 HTML with an image section?

If you can clarify a few things I’m happy to look into this for you.

Hi @Rio , thank you for helping.

I want to keep the page as it is, only add a new section with a group of certificate logos.
So it would be a predefined section that is edited once and added to multiple product templates. So if we want to make 1 single change, it is applied across all product pages.

Thanks for that clarification, @OliveiraCoura .

To add a new section with a group of certificate logos that can be edited once and added to multiple product templates, you can use metafields to connect the section to your theme. If your theme supports metafields, you can add sections or blocks that support dynamic sources and connect a single metafield by clicking the connect dynamic source icon. If you want to edit your theme code to display metafields on your online store, you can use Liquid to reference metafields in your page templates.

You can check out other metafield content types and values to see what you believe would be the best layout or structure for your specific use case. It can also help you identify other ways that you can use metafields to assist you in your business.

That’s wonderful! Thanks you for helping me!
Just have one more question please, would snippets work?

Screen Shot 2023-05-15 at 21.47.53.png

So just to confirm, are you looking to load Shopify Metafields into the snippet sections?

This depends on the context you want to use it in, but there is a forum posting regarding this. I’d suggest testing out your theory/ use case on a duplicate theme to try it out.

For dev or code-related questions you can engage with any partner forums that requested something similar. Code-related questions are out of our scope as community support but I’m happy to help where I can and to point you in the right direction.