Permet d'afficher plus de caractère dans le nom de produit de la même catégorie
Modification ligne 35:
Remplacer:
<a href=“{$link→getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)|escape:'html':'UTF-8'}” title=“{$categoryProduct.name|htmlspecialchars}”>{$categoryProduct.name|truncate:14:'…'|escape:'html':'UTF-8'}</a>
Par:
<a href=“{$link→getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)|escape:'html':'UTF-8'}” title=“{$categoryProduct.name|htmlspecialchars}”>{$categoryProduct.name|truncate:24:'…'|escape:'html':'UTF-8'}</a>