main
alexanderroese 2024-06-17 23:36:13 +02:00
parent e670d880cf
commit 24ec485da3
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@
template: "{{ template }}",
productTitle: "{{ product.title }}",
productHandle: "{{ product.handle }}"
tags: {{ product.tags | json }}
tags: {{ product.tags | json }}.join(", ")
// Add more properties as needed
};