Is it possible for me to call and list the tags assigned to products with a collection without the user being on a collection page?
i.e.
request: list tags for products found in ‘collection x’
result: ‘tag a’, ‘tag b’, ‘tag e’
Thanks in advance
Is it possible for me to call and list the tags assigned to products with a collection without the user being on a collection page?
i.e.
request: list tags for products found in ‘collection x’
result: ‘tag a’, ‘tag b’, ‘tag e’
Thanks in advance
Hi @leeboyce ,
yes, absolutely you can get using {{ collections[‘collection-handle’].all_tags }}
Thank you very much!