fix productvariant not correctly loaded after page reload
parent
bbdd91e321
commit
f88c3bdd66
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue