From f5d897dc23af99571e8e97139dfb26fe4f3d2f82 Mon Sep 17 00:00:00 2001 From: soulchild Date: Wed, 8 Oct 2025 05:28:31 +0000 Subject: [PATCH] Fix old price display Fix old price display --- snippets/product-grid-price.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/product-grid-price.liquid b/snippets/product-grid-price.liquid index a627fc0..0d6c447 100644 --- a/snippets/product-grid-price.liquid +++ b/snippets/product-grid-price.liquid @@ -53,7 +53,7 @@ {%- endif -%} {% if product_compare_at_price_raw > product_price_raw %} - {{ product_compare_at_price_raw }} + {{ product_compare_at_price }} {% endif %} {% else %} {{ 'products.product.sold_out' | t }}