how do I add metafield to product card.

how do I add metafield to product card. i am using dawn theme. i want to know how to customize footer and landing page ?

Go to your online store β†’ edit code β†’ search for product-card.liquid or similar named file and use this {{ product.metafields.custom.your-metafiled-key }} in the relevant place in code file

Hi @SwiftlySupplied ,

To add metafield to product card

Go to Online store > edit code

Open snippets > card-product.liquid

near {{ product.title }}

add {{ product.metafields.custom.your_metafield_key }}

replace custom with your namespace and your_metafield_key with metafield name.

save and refresh

for footer customization

Go to Online Store > Customize > footer section.

for customization landing page
Create new page > Online Store > Page > add page.

then go to Online store > customize in center dropdown select your new page
click create template .

please don’t forget to like and mark it as the solution.
If you need further assistance, feel free to reach out to me.

thanks