Thank you for sharing! I was able to add to my store as well.
Topic summary
Goal: add two custom text fields (Name, Number) for a single product in the Dawn theme.
Primary solution (metafields + code):
- Create a product metafield (Admin > Settings > Custom data > Metafields > Products) with a True/False toggle to enable personalization per product.
- In theme code, insert two text areas under the product form. Some users found the snippet in main-product.liquid; others located it under buy-buttons.liquid. Searching for “{%- form ‘product’,” helps.
- Users report it works and only shows on products where the metafield is enabled. One user also added the fields via a Custom Liquid block as an easier alternative.
No-code alternative:
- Use the free Easify Product Options app to add a Text box (Name) and Number text box (Number), set validation, and assign to the specific product. Screenshots illustrate setup.
Notes and issues:
- One user couldn’t find the metafield toggle—likely needs to first create the metafield definition.
- Theme versions (Dawn 9.0.0/11.0.0): solution remains viable but file locations differ.
- Open question: whether the entered data is submitted with the order and how it appears in admin remains unanswered.
Status: Practical solutions provided; discussion partially unresolved regarding order data visibility.
1 Like