dropdown for product variant picker

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

View File

@ -120,7 +120,7 @@
<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 f_img = my_arr[0] %}
{% assign f_img = my_arr[1] %}
<div data-value="{{ product_variant.title }}">
<img src="{{ f_img }}" height="100" width="100">