Shopify themes, liquid, logos, and UX
How can I use the Icons With Text section on the product pages using Metafields? I only want to use it on some products, not all!
Thanks
Hello @xnyjyh, You have to make a conditional code for it to check its value of the metafield. Try the code below.
{% if template.name contains 'product' %}
{% if product.metafields.custom.demo_field.value == "your value" %}
// your code of that section //
{% endif %}
{% endif %}
// Try to put this code with make a new custom section for this or else go with your existing section file //
Feel free to reach out if you have any questions or need assistance.
Best regards.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025