mathieu1984 5 Posted November 3, 2013 (edited) bonjour je cherche à supprimer les 2 titres entourer su la PJ merci www.aventure-equipement.fr Edited November 4, 2013 by mathieu1984 (see edit history) Share this post Link to post Share on other sites
Szed 198 Posted November 4, 2013 Il faut vous rendre dans category.tpl et supprimer : <h1> {strip} {$category->name|escape:'htmlall':'UTF-8'} {if isset($categoryNameComplement)} {$categoryNameComplement|escape:'htmlall':'UTF-8'} {/if} {/strip} </h1> <div class="resumecat category-product-count"> {include file="$tpl_dir./category-count.tpl"} </div> Le <h1></h1> est le titre, est la div en dessous est le nombre de produits. Share this post Link to post Share on other sites
mathieu1984 5 Posted November 4, 2013 merci beaucoup Szed pour vôtre aide ça marche super. J'aimerai aussi supprimer la "sortPagiBar" en bas de la page et la "pagination" en haut encore merci Share this post Link to post Share on other sites
Szed 198 Posted November 4, 2013 (edited) Il vous faut supprimer les lignes : {include file="./product-sort.tpl"} // pour le tri des produits {include file="./pagination.tpl"} // pour la pagination Vous supprimez en haut ou en bas selon votre besoin. Edited November 4, 2013 by Szed (see edit history) Share this post Link to post Share on other sites
mathieu1984 5 Posted November 4, 2013 super ça fonctionne merci Szed Share this post Link to post Share on other sites