I’m using a maestroo template.
in file “product-json” I’ve changed from this:
“content”: “
{{ product.metafields.my_fields.EXAMPLE | metafield_tag }}</p>”,
to this:
“content”: “
{{ product.metafields.custom.EXAMPLE.value }}</p>”,
(EXAMPLE is the name of your metafield)
Now I can display a table and html in general!
But it is not a prefect solution from a code point of view, because my
now..
Please update this post if someone finds the solution! (I do not want to use an addition app to fix it)
Thank you!