13265 - in shopping cart, replace "bottle" by product unity

This commit is contained in:
Rodney Figaro 2017-05-30 18:22:42 +02:00
parent 62ade27516
commit 582faf57d1

View File

@ -7,7 +7,7 @@
<strong>{l s='Product'} : </strong>
<span class="product-name">{$product.name|escape:'html':'UTF-8'}</span>
{if isset($product.nb_per_box) && $product.nb_per_box>1}
<span class="packing">{l s='Boxes of '} {$product.nb_per_box} {l s='bottles'}</span>
<span class="packing">{l s='Boxes of '} {$product.nb_per_box} {$product.unity}{if !empty({$product.unity})}s{/if}</span>
{/if}
</div>