Shopify themes, liquid, logos, and UX
Hey!
I am currently utilizing the {{ product.metafields.eato.ISAC}} metafield to categorize our products, and we need assistance with implementing custom liquid code to display specific categories based on this metafield.
Below are the criteria for the custom liquid code:
We would greatly appreciate it if you could provide us with the necessary custom liquid code to achieve this functionality on our product pages.
Solved! Go to the solution
This is an accepted solution.
{% if product.metafields.eato.ISAC == "BIO000000" %}
General
{% endif %}
{% if product.metafields.eato.ISAC == "BIO023000" %}
Adventurers
{% endif %}
{% if product.metafields.eato.ISAC == "BIO002010" %}
African American
{% endif %}
I hope it will helps you.
This is an accepted solution.
{% if product.metafields.eato.ISAC == "BIO000000" %}
General
{% endif %}
{% if product.metafields.eato.ISAC == "BIO023000" %}
Adventurers
{% endif %}
{% if product.metafields.eato.ISAC == "BIO002010" %}
African American
{% endif %}
I hope it will helps you.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025