Skip to content
Advertisement

Shopify Tags total items

In Shopify, how do I show a list of tags followed by the number of products with that tag?

Example: Black(12), Blue(10).

Currently the code looks like this, but it doesn’t work.

JavaScript

Advertisement

Answer

products_count is an attribute of collection, not tag.

I believe you would need to manually loop through the products and count the number with the specified tag.

For example:

JavaScript

See these similar discussions on the Shopify forums:

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement