I'm no coder.... please verify if you would?

Topic summary

Issue: The store’s default product template was accidentally filled with static text, causing every product to display the same “ingredients,” “How to use,” and “key ingredients” content in the BeYours (Roartheme) theme.

Actions taken: The poster removed this content from product.json via theme.liquid, leaving some placeholder lines (marked with asterisks) because they weren’t sure if fields could be left empty. The storefront now looks correct, but they’re concerned about potential side effects or incorrect code removal.

Request: They seek confirmation that their code changes are correct and won’t cause issues, and guidance on the proper way to manage product-specific content going forward. They’re considering creating a Default Product Template variant with product-specific info, noting the BeYours demo shows different info per product.

Artifacts: A screenshot of the relevant code (“Key Ingredients through ingredients Code”) is provided and appears central to understanding the edits.

Status: Unresolved; awaiting verification and best-practice recommendations on template/content setup for per-product data.

Summarized with AI on January 1. AI used: gpt-5.

We accidentally input information into our default product template, so every single item had the same “ingredients,” How to use," and “key ingredients” information. (This is the BeYours theme by Roartheme we are using). I went in and removed the verbiage out of the product.json in the theme.liquid, but I’m unsure if I removed all the coding I should have. I removed all the info concerning the ingredients and usage but left a little in there as I didn’t know if I could leave it empty (the lines where the asterisks are). It looks right on our website, but I don’t want it to be incorrect if I did it wrong and interfere with something else later on. Would someone please take a peek at what I did and let me know if I did this correctly?

And in order to do this correctly for each of our products going forward, I’m thinking I need to create a Default Product Template with specific info that coordinates with specific products going forward? In the demo for BeYours, they have their products in there with different info for each. I’m just looking for the correct way to do this! Thank you in advance for any help!