Bulk adding a block to product page templates (Prestige Theme)

Topic summary

Goal: Add the same image block to many product pages without editing each template individually (~50 product page templates).

  • Suggested approach: Use a “Custom HTML” block and insert code to render the image. An example was referenced, but the code snippet provided appears empty/missing.
  • The reply did not explain how to apply this across all templates at once or how to control placement within each product page layout.

Follow-up questions from the original poster:

  • Where exactly should the code be added?
  • How to ensure the image appears in a specific spot on each product page?
  • They note minimal coding experience, implying a need for step-by-step guidance.

Status and outstanding items:

  • No confirmed method for bulk application across multiple product page templates.
  • Precise insertion location and positioning instructions are still needed.
  • The example code (central to implementation) is missing, so actionable steps are incomplete.

Resolution: None yet; discussion remains open pending detailed instructions and a working code example.

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

Hello - we are trying to add a block (image) to our product pages and would like to know if it’s possible to bulk add.

For example, we have approx. 50 different product page templates and adding them one by one will be time consuming.

Any help or advice would be appreciated, thank you.

Hi @CostaEffie

This is David at SalesHunterThemes.
In this case you can use Custom HTML block then add the custom code into
Example to add the image you can use this code


1 Like

Hi David,

Thanks for replying, few questions (we have minimal coding knowledge):

  • Where do we add that code?

  • How do we dictate where on the product page the image will show i.e. we want it in a particular spot on each page

Thanks in advance.