jordy007 Posted March 15, 2010 Share Posted March 15, 2010 Bonjour,Voilà, jaimerai pouvoir afficher en haut de la liste des produits du fabricant, son logo ... Comme lorsqu'on affiche une image dans la liste d'une catégorie, l'image de la catégorie apparait avant de faire défiler la liste.Merci Link to comment Share on other sites More sharing options...
Yoya Posted March 15, 2010 Share Posted March 15, 2010 Hello jordyhttp://www.prestashop.com/forums/viewthread/47049/A bientot,Pierre. Link to comment Share on other sites More sharing options...
jordy007 Posted March 16, 2010 Author Share Posted March 16, 2010 Merci je n'avais pas vu le post Désolé :sPar contre j'ai pas réussi à afficher le logo :sMon fichier "manufacturer.tpl" se situe bien dans themes ?voici la modification que j'ai faîtes : {include file=$tpl_dir./breadcrumb.tpl} {l s='List of products by manufacturer:'} {$manufacturer->name|escape:'htmlall':'UTF-8'} {include file=$tpl_dir./errors.tpl} {if $products} {include file=$tpl_dir./product-sort.tpl} {include file=$tpl_dir./product-list.tpl products=$products} {include file=$tpl_dir./pagination.tpl} {else} {l s='No products for this manufacturer.'} {/if} {if $product_manufacturer->id} getmanufacturerLink($product_manufacturer->id, $product_manufacturer->link_rewrite)}” title=”{$product->manufacturer_name}”> id}-medium.jpg” alt=”{$product_manufacturer->name}” vspace=“3px”> {/if} Malgrès cette modif, le logo n'apparaît dans la liste ...Merci pour ton aide Link to comment Share on other sites More sharing options...
gueuleton Posted March 16, 2010 Share Posted March 16, 2010 j'ai fait la même manip et ça ne marche pas non plus de mon côté .... Link to comment Share on other sites More sharing options...
durrm001 Posted November 30, 2010 Share Posted November 30, 2010 Après recherche, j'ai trouvé un code qui marche. Je l'ai un peu adapté.Voici ce que j'ai rajouté dans manufacturer.tpl dans mon thème, juste en dessous du nom du fabricant : name|escape:'htmlall':'UTF-8'}" title="{$manufacturer->name|escape:'htmlall':'UTF-8'}"> en changeant "$manufacturer.id_manufacturer" par "$manufacturer->id_manufacturer", car le forum n'affiche pas bien le message si je mets "->" directement dans le code.Voici la source :http://www.prestashop.com/forums/viewthread/47049/#284806Bonne continuation à tous ! :-D 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