Dawn





Last updated
assign product = section.settings.product<script type="text/javascript">
window.productJSON = window.productJSON || {
"handle": "{{ product.handle }}",
"vendor": "{{ product.vendor }}",
"tags": "{% if product.tags.size > 0 %}{{ product.tags | join: ", " }}{% else %}{% endif %}",
"type": "{{ product.type }}",
"product_type": "{{ product.product_type }}"
};
</script>