dropdown for product variant picker
parent
8ff7d6ec8d
commit
313b41e042
|
@ -119,7 +119,7 @@
|
|||
<button class="shx-custom-dropbtn" id="shx-custom-selected">Select Product Variant</button>
|
||||
<div class="shx-custom-dropdown-content" id="shx-custom-dropdown-content">
|
||||
{% for product_variant in product.variants %}
|
||||
{% assign my_arr = product_variant.featured_image.src | split "/" %}
|
||||
{% assign my_arr = product_variant.featured_image.src | split: "/" %}
|
||||
{% assign f_img = my_arr[0] %}
|
||||
|
||||
<div data-value="{{ product_variant.title }}">
|
||||
|
|
Loading…
Reference in New Issue