Yep, that’s correct! The information here - https://shopify.dev/docs/api/liquid/objects/metafield - outlines how you can pull through metafields as part of the table.
Topic summary
Goal: show product variants in a table within the Dawn theme, ideally with the ability to add each variant to cart from the table. A screenshot was shared for reference.
Key guidance:
- No specific app was identified; consensus leans toward custom development in Dawn.
- Build a custom section using an HTML table and Liquid. Loop through product.variants on the product template and render each variant as a row with its own add-to-cart form.
- Use metafields (custom data fields) only for extra attributes (e.g., length, power) not included by default on variants, and pull them into the table via Liquid (Shopify metafield docs were shared).
Clarifications provided:
- Variants = different options (e.g., size, color) under a single parent product.
- Metafields can be created and then displayed in the table; they’re not required just to list variants.
Current status:
- The original poster has not fully implemented a solution and is still exploring options.
- An offer was made to review a store link and provide a basic variant-table view.
Resolution: not yet resolved; action is to implement a custom variant table or share a link for assistance.