Dynamic Product Layouts based on Categories
Answer:
{% assign featured_id = "111111" %}
{% for category_id in this.category_array -%}
{% if category_id == featured_id %}
<!-- Add Featured Content Here -->
{% endif %}
{% endfor %}Last updated
Was this helpful?

