phil1966 Posted March 2, 2011 Share Posted March 2, 2011 Bien alors voilà je vais tenter de m “expliquer clairement lolSur une boutique prestashop il y a les catégories ( exemple : motos )Puis les sous catégories…. ( exemple : Suzuki, Kawazaki, etc )Des liens apparaissent donc avec des images a mettreHeuuu il est possible de supprimer les images et passer directement en un menu de lien cliquable uniquement ????Merci par avanceSujet renomé en fait !! Link to comment Share on other sites More sharing options...
Samy_R Posted March 2, 2011 Share Posted March 2, 2011 Oui tu peux modifier le template category.tpl par exemple, pour éviter qu'il affiche pour les sous catégories d'une catégorie, l'image de la sous catégorie Link to comment Share on other sites More sharing options...
phil1966 Posted March 2, 2011 Author Share Posted March 2, 2011 Merci de ta réponseN etant pas un virtuose du codage, peux tu m expliquer comment je dois m'y prendre ???Merci par avance Link to comment Share on other sites More sharing options...
Samy_R Posted March 2, 2011 Share Posted March 2, 2011 Utilises-tu le thème par défaut ? Link to comment Share on other sites More sharing options...
phil1966 Posted March 2, 2011 Author Share Posted March 2, 2011 Non du toutJ ai un thème perso acheté sur le net...Pourquoi ? Link to comment Share on other sites More sharing options...
Samy_R Posted March 2, 2011 Share Posted March 2, 2011 Tout simplement parce que la structure HTML des pages de catégorie peut varier entre les thèmes Dans le thème par défaut on a ça : {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} Tu peux le modifier en : {foreach from=$subcategories item=subcategory}getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}">{$subcategory.name|escape:'htmlall':'UTF-8'} {/foreach} Link to comment Share on other sites More sharing options...
phil1966 Posted March 2, 2011 Author Share Posted March 2, 2011 heuuuuuuuuu bienje vais essayer de reperer ce code afin de le modifierOn vera bien ...Merci beaucoup Link to comment Share on other sites More sharing options...
phil1966 Posted March 2, 2011 Author Share Posted March 2, 2011 Finalementje met le code du fichier category.tlp en ligne oups !!{include file=$tpl_dir./breadcrumb.tpl} {include file=$tpl_dir./errors.tpl}{if $category->id AND $category->active} {strip} {$category->name|escape:'htmlall':'UTF-8'} {if $nb_products == 0}{l s='There are no products.'} {else} {if $nb_products == 1}{l s='There is'}{else}{l s='There are'}{/if} {$nb_products} {if $nb_products == 1}{l s='product.'}{else}{l s='products.'}{/if} {/if}{/strip} {if $scenes} <!-- Scenes --> {include file=$tpl_dir./scenes.tpl scenes=$scenes} {else} <!-- Category image --> {if $category->id_image}getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> {/if} {/if} {if $category->description}{$category->description} {/if} {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} {include file=$tpl_dir./product-sort.tpl} {include file=$tpl_dir./product-list.tpl products=$products} {include file=$tpl_dir./pagination.tpl} {elseif !isset($subcategories)}{l s='There are no products in this category.'} {/if}{elseif $category->id}{l s='This category is currently unavailable.'} {/if} Link to comment Share on other sites More sharing options...
Samy_R Posted March 2, 2011 Share Posted March 2, 2011 Utilise pastie.org pour publier du code, c'est plus simple Link to comment Share on other sites More sharing options...
phil1966 Posted March 2, 2011 Author Share Posted March 2, 2011 heu j ai fait l essaiDu coup page blanche lol !En effet plus d images !!!! meme plus rien en fait;;; Link to comment Share on other sites More sharing options...
Samy_R Posted March 2, 2011 Share Posted March 2, 2011 Remets le fichier d'origine, ca devrait repartir Link to comment Share on other sites More sharing options...
phil1966 Posted March 2, 2011 Author Share Posted March 2, 2011 lolJ avais pris soin d'en faire une copie lolJ ai remis le fichier en ligne direct lolBien alors avec le script complet quelqu un aurait une idee ????Merci d'avance Link to comment Share on other sites More sharing options...
Samy_R Posted March 2, 2011 Share Posted March 2, 2011 Tu peux poster le contenu du fichier category.tpl sur http://pastie.org et mettre le lien ici ? Link to comment Share on other sites More sharing options...
phil1966 Posted March 2, 2011 Author Share Posted March 2, 2011 j espere avoir tout bien compris lolhttp://pastie.org/pastes/1626445/edit Link to comment Share on other sites More sharing options...
Samy_R Posted March 2, 2011 Share Posted March 2, 2011 Non non, copie depuis ton fichier d'origine Link to comment Share on other sites More sharing options...
phil1966 Posted March 2, 2011 Author Share Posted March 2, 2011 voilà voilàààààààààààààààhttp://pastie.org/1626484 Link to comment Share on other sites More sharing options...
Samy_R Posted March 2, 2011 Share Posted March 2, 2011 Essaie ça à la place : http://pastie.org/1626503 Link to comment Share on other sites More sharing options...
phil1966 Posted March 2, 2011 Author Share Posted March 2, 2011 Alors on s'approcheIl y a les liens sans photos ca ok pas de soucisMais les liens ne sont pas separésIls sont tous a la suite sans reel espace ou meme de tirets ou un truc comme ca...C est possible de voir pour la modif sans vouloir abuser ????Merci Link to comment Share on other sites More sharing options...
Samy_R Posted March 2, 2011 Share Posted March 2, 2011 Alors on s'approcheIl y a les liens sans photos ca ok pas de soucisMais les liens ne sont pas separésIls sont tous a la suite sans reel espace ou meme de tirets ou un truc comme ca...C est possible de voir pour la modif sans vouloir abuser ????Merci Essaie ça : http://pastie.org/1626503 Link to comment Share on other sites More sharing options...
phil1966 Posted March 2, 2011 Author Share Posted March 2, 2011 Bien !!!Alors là dejà il y a de l espace...Pas encore assé mais c est dejà pas mal du toutttttttttttttttttMERCIIIIIIIIIIII 1 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