dropdown for product variant picker
parent
a0f1e26e76
commit
d73d79924a
|
@ -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" %}
|
||||
|
@ -50,7 +50,7 @@
|
|||
<div class="field custom">
|
||||
<select
|
||||
id="Option-{{ section.id }}-{{ forloop.index0 }}"
|
||||
class="select__select"
|
||||
class="field__input"
|
||||
name="options[{{ option.name | escape }}]"
|
||||
form="{{ product_form_id }}"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue