Thank you, i will check
Topic summary
Goal: show Shopify product metafields in a table on the product page (Dawn theme), including inside Collapsible rows.
Approaches discussed:
- Use an app (suggested), or edit theme Liquid directly. One contributor offered to modify main-product.liquid if given the metafield name.
- Workaround used: add a Collapsible row with a Custom Liquid block and output {{ product.metafields.custom.details.value }}, then write the table’s HTML in each product’s metafield. This works but isn’t elegant.
Key issues/questions:
- Desire for a rich text (WYSIWYG) metafield that supports tables or HTML editing in admin; asked if Dawn can enable such an editor. No confirmation provided.
- Another user reports HTML placed in a product metafield displays as code (not rendered) in Collapsible Row, seeking guidance.
Most recent update/outcome:
- A tutorial by ed.codes (YouTube link shared) provided a solution to make the table work; another participant plans to try it.
Status: partially resolved via external tutorial; no native WYSIWYG-for-tables solution identified. Links and screenshots are central to understanding the implementation.