Dawn - Add A Section Image + Text In The Product Info

I would like to add a small image+text section in my product info, below the collapsable content (see the pictures)

I don’t have this option in product informations section, is it possible to add anyway with a custom liquid?

Thanx for your help

Alex

Hi @Alex087

You can use shopify default products blocks for this, and can add schema as you want.
then using css you can set the section design.

hi @laddisahsi thanks for your answer,

I don’t have this default products blocks in product info…

Hello @Alex087 ,

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code

Go to product-template.liquid file → add this following code


   

   
   

Custom text goes here.

Save and preview

Hope this can help.

Ali Reviews team.

hi @irene-vintage thanks for your answer.

asset_url is which url?

Thanks

also I don’t have product-template.liquid file in my code

It’s possible via liquid. There are two options, either you create a custom template if you want to show this block for specific product or only one product. If you have multiple products and you want your content to be changed based on product, it’s better to add the content via metaobject.

  1. First you need to create block via liquid
  2. Connect data to metaobject

In my case I have a before and after image slider