From ad05d80df67010c75a48523f9aa8b1195733ba82 Mon Sep 17 00:00:00 2001 From: Dominik Shaim Ulrich Date: Thu, 7 Nov 2024 01:55:36 +0100 Subject: [PATCH] Update order-confirmation-table.tpl --- templates/checkout/_partials/order-confirmation-table.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/checkout/_partials/order-confirmation-table.tpl b/templates/checkout/_partials/order-confirmation-table.tpl index 79dadb46..1ec1e7b6 100644 --- a/templates/checkout/_partials/order-confirmation-table.tpl +++ b/templates/checkout/_partials/order-confirmation-table.tpl @@ -114,7 +114,7 @@ {foreach $subtotals as $subtotal} {if $subtotal !== null && $subtotal.type !== 'tax' && $subtotal.label !== null} - + @@ -122,7 +122,7 @@ {/foreach} {if !$configuration.display_prices_tax_incl && $configuration.taxes_enabled} - +
{$subtotal.label} {if 'discount' == $subtotal.type}- {/if}{$subtotal.value}
{$totals.total.label} {$labels.tax_short} {$totals.total.value}