dropdown for product variant picker

main
alexanderroese 2024-07-13 16:54:30 +02:00
parent 8ff7d6ec8d
commit 313b41e042
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}">