dropdown for product variant picker

main
alexanderroese 2024-07-13 15:34:33 +02:00
parent aad05753e2
commit cd79062319
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 variant in product.variants %}
{% for paaa_variant in product.variants %}
<script>
consent.log("variant", {{ variant | json }})
consent.log("variant", {{ paaa_variant | json }})
</script>
{% endfor %}
{% endif %}