dropdown for product variant picker

main
alexanderroese 2024-07-13 15:36:26 +02:00
parent e375ab8586
commit b38dfb5a11
1 changed files with 3 additions and 3 deletions

View File

@ -41,15 +41,15 @@
%}
<script>
console.log("3 product variant", "{{ picker_type }}", {{ product | json }}, {{ shx_current_page }})
console.log("1 product variant", "{{ picker_type }}", {{ product | json }}, {{ shx_current_page }})
</script>
{% if shx_current_page contains "texte" %}
<h3>Texte Dropdown</h3>
{% for paaa_variant in product.variants %}
{% for product_variant in product.variants %}
<script>
consent.log("variant", "{{ paaa_variant }}")
consent.log("product_variant", {{ product_variant | json }})
</script>
{% endfor %}
{% endif %}