dropdown for product variant picker
parent
def8d32913
commit
e375ab8586
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue