jips Posted January 14, 2010 Share Posted January 14, 2010 Bonjour,je souhaiterais enlever le texte (qui est aussi un lien hyper-texte) qui apparaît sous l'image d'une sous catégorie de produits, comment dois je procéder? merci pour votre aide. :-S Link to comment Share on other sites More sharing options...
Atch Posted January 14, 2010 Share Posted January 14, 2010 Bonjour,Cela se passe dans le fichier category.tpl de votre theme .supprimer la ligne 37/38 (template presta de base) getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}">{$subcategory.name|escape:'htmlall':'UTF-8'} V++Atch Link to comment Share on other sites More sharing options...
jips Posted January 14, 2010 Author Share Posted January 14, 2010 merci pour votre réponse rapide Atch, cela fonctionne parfaitement. :-) Link to comment Share on other sites More sharing options...
Atch Posted January 14, 2010 Share Posted January 14, 2010 y a pas de quoi.n'oubliez pas d'éditer le titre du premier message en mettant [RESOLU]ça peut servir à un petit copain qui utilise la fonction recherche et qui souhaite la même chose (Pendant que l'on y est, ajoutez "supprimer" devant "Titre des sous catégories" c'est plus explicite en cas de recherche.)V++Atch Link to comment Share on other sites More sharing options...
kermocotte Posted February 11, 2010 Share Posted February 11, 2010 MerciMoi c'est les images que je souhaite supprimer???See uGreg Link to comment Share on other sites More sharing options...
kermocotte Posted February 11, 2010 Share Posted February 11, 2010 Trouve y a la reponse sur le forum.sorry ;-{ {* {if isset($subcategories)} <!-- Subcategories --> {l s='Subcategories'} {foreach from=$subcategories item=subcategory} getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}"> {if $subcategory.id_image} getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium')}" alt="" /> {else} {/if} getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}">{$subcategory.name|escape:'htmlall':'UTF-8'} {/foreach} {/if} *} {if $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