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.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024