Hi All
Is there an app or some easy coding that I can add tasting notes to my store for all coffee products?
On the product listings when viewing collections I want the tasting notes to be between the product name and the price.
I’m using Symmetry theme
Hello @jontycasson
You can use the metafield fetaure to add the custom text to the coffee products .
Thanks
Great thanks, I’ve been able to successfully add a custom meta field to collect the data I’d like to show. I’ve added said meta field dynamically to the product page under the heading.
I just can’t find a setting to add the dynamic meta field to the collections page where the full list of products is shown.
Are you able to help with that element?
Yep thats the one. and like this
Hi @jontycasson
You can edit the theme code, using the dawn theme as a reference. Add the following code to the card-product.liquid file, replacing “custom.textcoffee” with your Metafield value.
{%- if card_product.metafields.custom.textcoffee != blank -%}
{{ card_product.metafields.custom.textcoffee }}
{% endif %}
Thank but I dont seem to have a card-product.liquid file in my edit code theme settings.
Im using Symmetry theme from Shopify.
I can help you with it. So I need to access your store as a collaborator if possible.
1 Like
okay great - thanks your help would be much appreciated.
I’ve never done the collaborator request do I post the code on here?