From 551486d1c90a67cc258a509076cdfe3f8d509c83 Mon Sep 17 00:00:00 2001 From: Tyrone Tudehope Date: Thu, 20 Feb 2025 12:46:08 +0200 Subject: [PATCH] fix: Closing p tag placement --- src/templates/_components/app/line-item-cart.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/_components/app/line-item-cart.twig b/src/templates/_components/app/line-item-cart.twig index 2ea3321..dfc62a8 100644 --- a/src/templates/_components/app/line-item-cart.twig +++ b/src/templates/_components/app/line-item-cart.twig @@ -167,7 +167,7 @@
{% set priceDifference = lineItem.total - lineItem.subTotal %} {% if priceDifference < 0.0 %} -

{{ lineItem.subtotalAsCurrency() }}

+

{{ lineItem.subtotalAsCurrency() }}

{{ lineItem.totalAsCurrency() }}

{% else %}