Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
HI, I need to be able to insert product metafields directly into the product description. How could I do this? Please do not respond with how to have them show on the product page. I need them to be direct on the product description.
Hey @UHR
Welcome to shopify community.
To understand your requirement more accurately.
1.Can you share your store url ?
2.what data do you save using product metafields ?
Hi the url is ottuhr. I use the data listed in the specs table. These are all metafields
ottuhr.com
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.