test
parent
6e9fdc0cc1
commit
95b28f0704
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue