Collection Diagnostic Tool

Collection Status:

Total Collections: {{ collections.size }}

Total Products: {{ all_products.size }}

Working Collections:

{% for collection in collections limit: 20 %} {% if collection.products_count > 0 %}

{{ collection.title }} - {{ collection.products_count }} products

{% endif %} {% endfor %}