How do I insert metafields directly into the product description

I assume you have a spec-table liquid

pls follow below steps

  1. Open your theme code editor

  2. Find file “main-product.liquid” from sections folder

  3. Search for the keyword ‘product.description’

  4. Copy to specs table render code above the product.description, like below

Relace ‘specs-table’ the liquid name with yours.

{% render 'specs-table' %}

Feel free to send a DM to me if you need further assistance.