I am using the Shopify Empire theme for my store, https://cozyglowstoves.com. I’m currently working on adding a multi-line text metafield section into a HTML custom block on my product page for a certain template. I’ve done this before without issue. I’ve created the metafield, but when I go to enter it into the HTML block using {{ product.metafields.custom.3d_animations }} I get the error, “Setting ‘custom_html’ can’t include Liquid syntax (‘{{’, ‘}}’, ‘{%’ or ‘%}’) without valid dynamic sources.” There is data in the metafield for the products tied to this product template. I’ve even tried modifying per ChatGBT’s suggestion using {{ product.metafields.custom.3d_animations | raw }} and it still returns the same error.
As a test, I took a similar coding that is currently working on another block, {{
product.metafields.custom.product_videos.value }}, pasted it into the new block, and it’s returning an error as well.
I then tried even entering in {{ product.description }}, and once again still getting the “Setting ‘custom_html’ can’t include Liquid syntax (‘{{’, ‘}}’, ‘{%’ or ‘%}’) without valid dynamic sources.” error.
Again, there is data in the metafield… so I can’t understand what’s going on. Especially since I have similar code working on the same product template already.
Can anyone shed some light on this issue???
