From 28b21ab2f50b949d34229db14a990adbcdc04f27 Mon Sep 17 00:00:00 2001 From: Ludo Date: Fri, 26 Jul 2024 17:09:58 +0200 Subject: [PATCH] Revert a small tweak that wasn't necessary and a reference to the product (#3573) --- snippets/price.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/price.liquid b/snippets/price.liquid index 665b69c008d..03c5d205ab2 100644 --- a/snippets/price.liquid +++ b/snippets/price.liquid @@ -23,8 +23,8 @@ assign compare_at_price = target.compare_at_price assign price = target.price | default: 1999 - assign price_min = target.price_min - assign price_max = target.price_max + assign price_min = product.price_min + assign price_max = product.price_max assign available = target.available | default: false assign money_price = price | money assign money_price_min = price_min | money