lbenelbaz Posted January 7, 2014 Posted January 7, 2014 Bonjour je souhaite supprimer le description de la ss categorie qui se trouve dans les categories parentes. Quelqu'un saurai me dire dans quel fichier ca se passe ? exemple : je souhaite supprimer le texte ss epitact http://abelfranklin.com/289-soins-des-pieds Merci d'avance Léa Share this post Link to post Share on other sites More sharing options...
CodeShaker Posted January 7, 2014 Posted January 7, 2014 Bonjour, Sous Prestashop 1.5.6.1, dans themes/NOM/category.tpl => Supprimer lignes 85 à 88 <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" class="cat_name">{$subcategory.name|escape:'htmlall':'UTF-8'}</a> {if $subcategory.description} <p class="cat_desc">{$subcategory.description}</p> {/if} Share this post Link to post Share on other sites More sharing options...
lbenelbaz Posted January 7, 2014 Posted January 7, 2014 Quelle efficacité merci bcp j'était passé a coté Share this post Link to post 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