From 9b1f6fd07f89e2d2d215b6d0ade3db41b8dc9638 Mon Sep 17 00:00:00 2001 From: DamienMetzger Date: Thu, 22 Nov 2012 11:08:13 +0100 Subject: [PATCH] [*] FO : fixed wrong display of weight units in product comparaison #PSCFV-5662 --- themes/default/products-comparison.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/products-comparison.tpl b/themes/default/products-comparison.tpl index e12c2c839..97813c493 100644 --- a/themes/default/products-comparison.tpl +++ b/themes/default/products-comparison.tpl @@ -62,7 +62,7 @@ {if !empty($product->unity) && $product->unit_price_ratio > 0.000000} {math equation="pprice / punit_price" pprice=$product->getPrice($taxes_behavior) punit_price=$product->unit_price_ratio assign=unit_price} -

{convertPrice price=$unit_price} {l s='per %d' sprintf=$product->unity|escape:'htmlall':'UTF-8'}

+

{convertPrice price=$unit_price} {l s='per %s' sprintf=$product->unity|escape:'htmlall':'UTF-8'}

{else}   {/if}