test
parent
1c3c112524
commit
a70705de78
|
@ -4,7 +4,7 @@
|
|||
{{ 'template-collection.css' | asset_url | stylesheet_tag }}
|
||||
|
||||
{%- liquid
|
||||
assign tag_to_filter = 'your-tag'
|
||||
assign tag_to_filter = 'shx-namensschild'
|
||||
assign columns_desktop = 4
|
||||
assign full_width = false
|
||||
assign image_ratio = 'adapt'
|
||||
|
@ -20,6 +20,7 @@
|
|||
|
||||
<script>
|
||||
console.log("Processing collection: {{ collection.title }}");
|
||||
console.log("Filtered products: {{ filtered_products | json }}");
|
||||
</script>
|
||||
|
||||
{%- if filtered_products.size > 0 -%}
|
||||
|
|
Loading…
Reference in New Issue