Jump to content

Liste produits : affichage fabricant


Recommended Posts

Bonjour,

Voilà j'arrive à afficher le nom du fabricant (avec un lien vers sa page) dans la fiche produit en insérant ce code dans product.tpl :

<!-- Affichage du fabricant-->
{if $product->manufacturer_name}{l s='Fournisseur : '}
getmanufacturerLink($product->id_manufacturer, $manufacturer.link_rewrite)}">{$product->manufacturer_name|escape:'htmlall':'UTF-8'}{/if}



De la même façon, j'aimerai également afficher le fabricant dans les listes produits (product-list.tpl). Je pense qu'il faut insérer un code ressemblant à celui-ci mais je ne vois pas trop comment faire.

Quelqu'un peut-il m'aider?

Merci d'avance,

Harvie

Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
  • 1 month later...

Bonjour;

Pour ce que ca interesse, j'ai ajouté la description longue ainsi que le logo du fabricant dans le manufacturer.tpl (quand on affiche les produits d'un meme fabricant).

dans manufacturer.tpl, trouver :

{l s='List of products by manufacturer:'} {$manufacturer->name|escape:'htmlall':'UTF-8'}




ajouter après :

{if $manufacturer->id}

id}.jpg" width=400 class="logo_manufacturer" title="{$manufacturer->name}" alt="{$manufacturer->name}" />
{/if}


{$manufacturer->description|strip_tags:'UTF-8'|truncate:1000}



width=400 étant la taille de l'image que vous pouvez bien sur modifier..

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...