How to display product features on the collection page before price?

Hello everyone :slightly_smiling_face:

For a few days, I’ve been trying to find a way to modify the collection page. Is there a way to display additional information on the collection page under the product title (but before the price)? I would like to add the 3 most important features of each product. Something like this:

Do you have any idea how to do it?

Regards,
Pawel

Hello @PawelSekula ,

You can use the product descriptions there and call them after the product title.

Use this code for description.

{{ product.description }}

You can add the description in products > scroll down to description > add the content which you want to saw here and save it.

Thanks,

Ritu

Hello Ritu-25,

I have considered that solution before. The issue is that the product features would need to be of the same length to avoid displaying unnecessary parts of the description. I would prefer a method to add 3 metafields to each product and display these metafields on the product grid. Do you have any idea how to do this?

Best regards,
Pawel