dropdown for product variant picker

main
alexanderroese 2024-07-13 15:35:35 +02:00
parent def8d32913
commit e375ab8586
1 changed files with 2 additions and 2 deletions

View File

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