main
alexanderroese 2024-06-18 19:12:40 +02:00
parent 125dfe7957
commit db60ec1dd6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ console.log("tag_to_filter", "{{ tag_to_filter }}")
</script>
{%- for collection in collections -%}
{%- assign filtered_products = collection.products | where: 'tags', 'shx-namensschild' -%}
{%- assign filtered_products = collection.products | where: 'product', 'product.tags contains tag_to_filter' -%}
<script>
console.log("Processing collection: {{ collection.title }}");