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.
- Go to Online Store-> Theme->Edit code
- 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:
Can you solve this one: https://community.shopify.com/post/1760165




