dropdown for product variant picker
parent
9a64c4984d
commit
0bf13110e5
|
@ -41,8 +41,12 @@
|
|||
%}
|
||||
|
||||
<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" %}
|
||||
<h3>Texte Dropdown</h3>
|
||||
{% endif %}
|
||||
|
||||
{%- if picker_type == 'swatch' -%}
|
||||
<fieldset class="js product-form__input product-form__input--swatch">
|
||||
|
|
Loading…
Reference in New Issue