From 10b50d95eb0cb7e4093f2c61386c56044c346be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Thu, 31 Jan 2013 15:33:30 +0100 Subject: [PATCH] =?UTF-8?q?[-]=20FO:=20Fix=C2=A0#PSCFV-7474=20display=20ta?= =?UTF-8?q?xes=20on=20order=20payment=20when=20the=20price=20without=20tax?= =?UTF-8?q?es=20is=20displayed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/order-payment.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/default/order-payment.tpl b/themes/default/order-payment.tpl index cd871cf7d..9cccac400 100644 --- a/themes/default/order-payment.tpl +++ b/themes/default/order-payment.tpl @@ -161,8 +161,13 @@ {/if} {/if} - {if $use_taxes} + {if $priceDisplay && $total_tax != 0} + + {l s='Total tax:'} + {displayPrice price=$total_tax} + + {/if} {if $voucherAllowed}