The above solution works well, so if it is not clear:
- get your metafield full namespace and key
- then add “.value” at the end of it like so in my case:
product.metafields.my_fields.tab_content_2.value
- add the usual liquid brackets before and after:
{{ product.metafields.my_fields.tab_content_2.value }}
- copy the whole code line and paste it in your theme editor in lieu of the current metafield connector:
- save and check, it should work like it did on mine (Third party theme)


