main
alexanderroese 2024-06-18 18:53:25 +02:00
parent 499adbcb7c
commit 6e9fdc0cc1
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@
assign enable_quick_add = false
-%}
<script>
console.log("1")
</script>
{%- for collection in collections -%}
{%- assign filtered_products = collection.products | where: 'tags', tag_to_filter -%}