How can I include product descriptions on a collection page?

How I add Product description in collection page.

1 Like

Hi,

Find code similar to this in collection file

{%- for product in collection.products -%}

{%- endfor -%}

and add

{{ product.description }}

In between for loop. Hope this helps you.

Thanks

Hit Like and Accept as Solution

Hi @dinesh11

You can add a description to the collection page by following the steps below:

  • From Online Store > Theme > Customize
  • From the dropdown list at the top center, select Collections > Default Collection template
  • Within the sidebar menu, click on Add section and choose the type of content you wish to use ( rich text or collapsible content)

  • Enter what you wish the description says

  • In case you want to differ content in each collection, you have to create metafield ( Settings > Metafileds > Add metafield for collections) and connect it to your theme editor.

Hope this helps.