The collection doesn’t show in breadcrumb, even though product has a collection. This is what the breadcrum code looks like, what do I do?
{% assign search_category = search_category | default: blank %}
{% assign show_breadcrumbs = true %}
{% if show_breadcrumbs %}
{% capture cat_array %}{%- render 'advanced-tag-loop' -%}{% endcapture %}
{% assign cat_array = cat_array | split: '|' %}
{%- capture delimiter -%}
{% render 'icon-chevron-down-thin' %}
{%- endcapture -%}
{% endif %}