I added some custom metafields. One is location. If the value is filled out, I want it to show on the card-product in the correct Collection. Ideally, I would want something like if collection is equal to X then show these metafields.
I found where it appears in the code and placed this in the card-product.liquid The metafield has a value for this test product but doesn’t show. See enclosed images.
Location: {{ product.metafields.custom.location.value }}
The word location shows, but no meta value.

