Embeding an image into all my product desciptions

Topic summary

Goal: add a “FREE SHIPPING ON ORDERS OVER $75” image to all product descriptions across ~1000 products.

Solutions proposed:

  • Theme file edit: open the file that renders product descriptions (e.g., product-description.liquid or main-product.liquid). Find the Liquid placeholder {{ product.description }} and insert the image immediately after it. A brief code snippet was provided to illustrate placement.
  • Online Store 2.0 approach: edit the Default product template in the theme editor to include the image via available sections/blocks. Since all products use this template by default, the change applies sitewide; products can be excluded by assigning a different template. Options vary by theme; references to guides on templates and sections/blocks were shared.

Outcome: the original poster confirmed the instructions worked and the change was easy to implement.

Status: resolved; no remaining questions.

Notes: “Online Store 2.0” refers to Shopify’s theme system that supports customizable templates, sections, and blocks applied across products.

Summarized with AI on February 1. AI used: gpt-5.

Hi all,

I want to add an image (the image would say FREE SHIPPING ON ORDERS OVER $75) to all the product descriptions. I’ve been adding it individually but I manage over 1000 products. Is there a way to embed an image to all product descriptions at once?

@ana33 Yes check you theme file, find the file that display your product description. usually it has a name of “product-description.liquid”, “main-product.liquid” depends on the theme you are using.

Find the code {{ product.description }}

then you can add the image after the code.

{{ product.description }}

Hi, @ana33 . I’m happy to help with this! Which theme are you currently using? Are you setting up your store for the first time or making updates to it?

If you’re using an Online Store 2.0 theme you can do this by editing your Default product template (within your theme editor) to include this image or phrase. By default, all of your products use this template. This means that any changes you make to this template, will be applied to all of your products. If you don’t want a product to have this change applied, there is a way to do that as well. You can find more information on theme templates here.

To add this into all product descriptions you’ll want to use the available sections and blocks in your theme editor. The options will be different depending on your theme, but there should still be an option available that will work if you’re using an Online Store 2.0 theme. This guide on using sections and blocks can help further.

Please let me know if you have any questions!

Thank you! This was so easy to do. Thank you for the clear instructions. I appreciate your help.

1 Like