From 62ade275167fd5f928e44833b9109a9325968d62 Mon Sep 17 00:00:00 2001 From: Rodney Figaro Date: Tue, 30 May 2017 18:18:12 +0200 Subject: [PATCH] 13265 - replace text "bottle" by product unity in product list --- themes/roykin/product-list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/roykin/product-list.tpl b/themes/roykin/product-list.tpl index d4c789a..c6571ae 100644 --- a/themes/roykin/product-list.tpl +++ b/themes/roykin/product-list.tpl @@ -48,7 +48,7 @@
{$product.name|truncate:60:'...'|escape:'html':'UTF-8'}
{if (!isset($product.online_only) || !$product.online_only) && isset($product.nb_per_box) && $product.nb_per_box>1} - {l s='Sale by box of'} {$product.nb_per_box} {l s='bottles'} + {l s='Sale by box of'} {$product.nb_per_box} {$product.unity}{if !empty({$product.unity})}s{/if} {/if}