Wants to add metafield information to the product card

This is what I want my product cards to look like. So the info under the title is the metafield values.

1 Like

What’s your store url

https://upntbu-a1.myshopify.com/

password: ablnoqin

I have created some metafields, they are rich text, not sure if they can be use in product card

yes, possible but need to modify your theme code for this

Hi @WILLIAM0716 ,

Does it just display information, or do you want a click event for each item?

It will be a complex request and you will need to go through many steps:

  • Step 1: Create metafield information for it, if it’s just text you can choose type ‘Single line text’ and ‘List of values’.

  • Step 2: Add code to display it at card-product.liquid file.

  • Step 3: Add CSS code to make it display like design.

I hope it helps!