dropdown for product variant picker
parent
559e403649
commit
71630d481b
|
@ -34,13 +34,13 @@
|
|||
endif
|
||||
-%}
|
||||
|
||||
{% liquid
|
||||
capture shx_current_page
|
||||
render "shx-get-current-page"
|
||||
endcapture
|
||||
%}
|
||||
|
||||
{% if shx_current_page contains "texte" %}
|
||||
{% liquid
|
||||
capture shx_current_page
|
||||
render "shx-get-current-page"
|
||||
endcapture
|
||||
%}
|
||||
|
||||
<script>
|
||||
console.log("1 product variant", "{{ picker_type }}", {{ product | json }}, {{ shx_current_page }})
|
||||
</script>
|
||||
|
@ -218,7 +218,6 @@
|
|||
});
|
||||
</script>
|
||||
{% else %}
|
||||
|
||||
{%- if picker_type == 'swatch' -%}
|
||||
<fieldset class="js product-form__input product-form__input--swatch">
|
||||
<legend class="form__label">
|
||||
|
|
Loading…
Reference in New Issue