Hello Shopify community
I have one issue. I want to show the product using tags on the product page. and I have more than 20 products. for that, I have done the below code. but what problem is that only that shows only 20 products. so I want to know if there are any limitations or anything else. Any help would be appreciated!
{% if product.tags.size > 0 %}
{% assign link = product.handle %}
{%- for tag in product.tags -%}
{% if tag contains '@' %}
{%- assign tag_prefix = tag | split: "@" -%}
{% assign value = tag_prefix | handleize %}
{% endif %}
{%- endfor -%}
{% endif %}
please See the screenshot :
