Answers for "check template shopify"

0

check template shopify

{% comment %}
	Try using the conditional statements below in your liquid file
{% endcomment %}

{% if template == "product" %}
	do something for products here
{% elsif template == "category" %}
	do something for categories here
{% else %}
	do something for everything else here
{% endif %}
Posted by: Guest on March-03-2022

Browse Popular Code Answers by Language