test
parent
e670d880cf
commit
24ec485da3
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue