From f88c3bdd66641bb3d1d574d3578e636efdabad18 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 14 Jul 2024 18:06:25 +0200 Subject: [PATCH] fix productvariant not correctly loaded after page reload --- snippets/product-variant-picker.liquid | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/snippets/product-variant-picker.liquid b/snippets/product-variant-picker.liquid index 9d970b7..190dea6 100644 --- a/snippets/product-variant-picker.liquid +++ b/snippets/product-variant-picker.liquid @@ -204,7 +204,7 @@ console.log("sel", selectedValue) }); - {% else %} + {% endif %} {% comment %} Theme default code {% endcomment %} @@ -264,7 +264,9 @@ {% endif %} - {% endif %} + + + {%- endfor -%}