How to merge description in metafields in dawn theme

I need to merge my description into metafield multi text definition in dawn theme so, It should be clean.

How can I reach you.

Hi, @Anandkerai do you want the description of every product in the metafiles?

Hi @Anandkerai Please follow the following guide carefully.

  1. Go to Online Store-> Theme->Edit code
  2. Section-> main-product.liquid ->replace the below-highlighted code with the new following code.

the heading of the collapsible row must be “Product Details”. If you want to change the heading please carefully change it in the new code also after text contains

{% if block.settings.heading contains 'Product Details' %}
     {{ product.description }}
  {% else %}
     {{ block.settings.content }}
     {{ block.settings.page.content }}
 {% endif %}

It will look like this. Don’t forget to click save

Yes, I want all products description in metafields

Please try above guide.

Can you solve this issues also:

https://community.shopify.com/post/1755613

How can I remove space of description after merging description

in the customizer go to the products template and hide the description block

@Ahsan_ANC

Can you solve this one: https://community.shopify.com/post/1760165