From 914f613e7ba98d1cf942372e4cfc3ca093318894 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Wed, 20 Nov 2013 15:32:33 +0100 Subject: [PATCH] [-] FO : Fix bug #PSCFV-11052 no carrier fess whne tax display to false --- themes/default/order-carrier.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/default/order-carrier.tpl b/themes/default/order-carrier.tpl index ecd52ec00..af59cfe69 100644 --- a/themes/default/order-carrier.tpl +++ b/themes/default/order-carrier.tpl @@ -171,13 +171,14 @@
{if $option.total_price_with_tax && (!isset($free_shipping) || (isset($free_shipping) && !$free_shipping))} - {if $use_taxes == 1} {if $priceDisplay == 1} {convertPrice price=$option.total_price_without_tax} {l s='(tax excl.)'} {else} {convertPrice price=$option.total_price_with_tax} {l s='(tax incl.)'} {/if} + {else} + {convertPrice price=$option.total_price_without_tax} {/if} {else} {l s='Free'}