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}