dropdown for product variant picker

main
alexanderroese 2024-07-13 15:36:50 +02:00
parent b38dfb5a11
commit 0f6916f796
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
%}
<script>
console.log("1 product variant", "{{ picker_type }}", {{ product | json }}, {{ shx_current_page }})
console.log("2 product variant", "{{ picker_type }}", {{ product | json }}, {{ shx_current_page }})
</script>
{% if shx_current_page contains "texte" %}
@ -49,7 +49,7 @@
{% for product_variant in product.variants %}
<script>
consent.log("product_variant", {{ product_variant | json }})
consent.log({{ product_variant | json }})
</script>
{% endfor %}
{% endif %}