From 8a9376ae22642145a5ef4b8fbd5933605b066229 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Thu, 1 Aug 2013 14:28:36 +0200 Subject: [PATCH] [-] FO : Fix bug #PSCFV-9993 could not see product quantity in pack content --- themes/default/product-list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/product-list.tpl b/themes/default/product-list.tpl index e734ab630..1d5a38a59 100644 --- a/themes/default/product-list.tpl +++ b/themes/default/product-list.tpl @@ -41,7 +41,7 @@ {$product.legend|escape:'htmlall':'UTF-8'} {if isset($product.new) && $product.new == 1}{l s='New'}{/if} -

{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}

+

{if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '}{/if}{$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'}

{$product.description_short|strip_tags:'UTF-8'|truncate:360:'...'}