Embeding an image into all my product desciptions

Solved

Embeding an image into all my product desciptions

ana33
Visitor
2 0 1

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?

Accepted Solution (1)

Erin
Shopify Staff (Retired)
1116 138 191

This is an accepted solution.

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!

Erin | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

View solution in original post

Replies 3 (3)

Leysam
Shopify Partner
147 17 50

@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 }}
<img src="YOUR_IMAGE_URL_HERE" alt="Free shipping on all orders over 75!"

 




Leysam | The Shopify Guy  

 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution

Erin
Shopify Staff (Retired)
1116 138 191

This is an accepted solution.

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!

Erin | Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

ana33
Visitor
2 0 1

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