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.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025