dropdown for product variant picker

main
alexanderroese 2024-07-13 17:17:58 +02:00
parent 57f73af504
commit 1145a11b1b
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<div data-value="{{ product_variant.title }}">
<span>fimg: {{ f_img }}</span>
<img src="{{ f_img | asset_url }}" height="100" width="100">
<img src="{{ f_img | file_img_url }}" height="100" width="100">
<span>{{ product_variant.title }}</span>
</div>
{% endfor %}