From bd62a23854653182822a130c9ecc1e2ae4b5cd39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20P=C5=82aczek?= Date: Thu, 28 Nov 2024 11:50:22 +0100 Subject: [PATCH] Use breadcrumbs to display categories --- templates/productList.html.twig | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/templates/productList.html.twig b/templates/productList.html.twig index fec8a01..ac9c255 100644 --- a/templates/productList.html.twig +++ b/templates/productList.html.twig @@ -17,7 +17,7 @@ {% if product.starred == true %}★{% else %} ☆ {% endif %} - {{ product.name }} + {{ product.name }} {{ product.name }} {% if product.currentStock.stock > 0 %} @@ -28,11 +28,14 @@ {{ product.subTitle }} - + + link {{ product.price.last.price | format_currency('PLN', {}, 'pl') }}