dropdown for product variant picker

main
alexanderroese 2024-07-13 16:55:20 +02:00
parent e8c7a421c4
commit e979b935f0
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
{% assign f_img = my_arr[1] %}
<div data-value="{{ product_variant.title }}">
<img src="{{ f_img }}" height="100" width="100">
<img src="{{ f_img | file_img_url }}" height="100" width="100">
<span>{{ product_variant.title }}</span>
</div>
{% endfor %}