main
alexanderroese 2024-06-18 18:48:49 +02:00
parent a70705de78
commit 3fc9f49b55
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
<script>
console.log("Processing collection: {{ collection.title }}");
console.log("Collection products: {{ collection.products | json }}");
console.log("Filtered products: {{ filtered_products | json }}");
</script>