main
alexanderroese 2024-06-18 18:47:02 +02:00
parent 1c3c112524
commit a70705de78
1 changed files with 2 additions and 1 deletions

View File

@ -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 -%}