From 914310dab8e27f405f9408a9df34c97cbf6a690f Mon Sep 17 00:00:00 2001 From: Krzysiej Date: Fri, 9 Jan 2026 08:54:34 +0100 Subject: [PATCH] Mark now lowest price as now lowest. --- templates/productList.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/productList.html.twig b/templates/productList.html.twig index 0a8f65f..d40a721 100644 --- a/templates/productList.html.twig +++ b/templates/productList.html.twig @@ -46,7 +46,7 @@ link - {% if product.priceLowest != product.priceCurrent %}{{ product.priceLowest | format_currency('PLN', {}, 'pl') }}{% endif %} + {% if product.priceLowest != product.priceCurrent %}{{ product.priceLowest | format_currency('PLN', {}, 'pl') }}{%else%}now lowest{% endif %} {{ product.priceCurrent | format_currency('PLN', {}, 'pl') }}