fix productvariant not correctly loaded after page reload

main
alexanderroese 2024-07-14 18:06:25 +02:00
parent bbdd91e321
commit f88c3bdd66
1 changed files with 4 additions and 2 deletions

View File

@ -204,7 +204,7 @@
console.log("sel", selectedValue)
});
</script>
{% else %}
{% endif %}
{% comment %}
Theme default code
{% endcomment %}
@ -264,7 +264,9 @@
</div>
</div>
{% endif %}
{% endif %}
{%- endfor -%}
<script type="application/json">
{{ product.variants | json }}