main
alexanderroese 2024-06-18 18:54:58 +02:00
parent 6e9fdc0cc1
commit 95b28f0704
1 changed files with 2 additions and 2 deletions

View File

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