From 6f0688028c6d580503d9416509471b2f0efd89bb Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sun, 14 Jul 2024 16:42:21 +0200 Subject: [PATCH] optimize cart drawer --- snippets/cart-drawer.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/cart-drawer.liquid b/snippets/cart-drawer.liquid index 4b42f99..1cbf96d 100644 --- a/snippets/cart-drawer.liquid +++ b/snippets/cart-drawer.liquid @@ -223,7 +223,7 @@ console.log("item.product_type", {{ item.product.product_type }}) - {% if item.product.product_type == "shx-texte" %} + {% if item.product.product_type contains "shx-texte" %}