dav02000 Posted April 29, 2011 Share Posted April 29, 2011 BONJOURJ'AI UN PETIT SOUCI , SUR LA PAGE D'ACCUEIL JE SOUHAITE QUE LES TITRES DES PRODUITS SOIT PLUS LONGJ'AI RECHERCHER DANS LE FICHIER product-list.tpl JE N'AI PAS TROUVER Link to comment Share on other sites More sharing options...
Kreasite Posted April 29, 2011 Share Posted April 29, 2011 Bonsoir,Vous pouvez chercher longtemps et vous ne trouverez pas, voir jamais.Regardez plutôt du coté du fichier /modules/homefeatured/homefeatured.tplÉditez le fichier homefeatured.tpl et recherchez le terme truncate: (vous devriez en trouvez plusieurs).Un est pour le titre du produit, un autre pour le hover de la balise title, un autre encore pour la description (il me semble que c'est ça que vous cherchez a changer) et encore un autre pour la balise title de la descriptionEnsuite vous augmentez les valeurs numériques qui vous conviennent.Cdt Link to comment Share on other sites More sharing options...
dav02000 Posted April 30, 2011 Author Share Posted April 30, 2011 a priori ça n'est pas la car , le titre fais environs 19 caractères sans les petits points <!-- MODULE Home Featured Products --> {l s='Featured products' mod='uhu_homefeatured'} {if isset($products) AND $products} {assign var='liHeight' value=290} {assign var='nbItemsPerLine' value=3} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight} {foreach from=$products item=product name=homeFeaturedProducts} {$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'} {$product.description_short|strip_tags|truncate:130:'...'} getImageLink($product.link_rewrite, $product.id_image, 'home')}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product.name|escape:html:'UTF-8'}" /> {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {l s='View' mod='uhu_homefeatured'} {/foreach} {else}{l s='No featured products' mod='uhu_homefeatured'} {/if} <!-- /MODULE Home Featured Products --> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now