Jump to content

How to show Manufacturer in product-list


Recommended Posts

Put the following in product-list.tpl to display the manufacturer name:

{$product.manufacturer_name}



and the following for the manufacturer image:

<img src="{$img_manu_dir}{$product.id_manufacturer}-small.jpg" alt="{$product.manufacturer_name}" title="{$product.manufacturer_name}" />



Change "small" to the image size you want.

  • Like 3
Link to comment
Share on other sites

  • 11 months later...

Put the following in product-list.tpl to display the manufacturer name:

{$product.manufacturer_name}

and the following for the manufacturer image:

<img src="{$img_manu_dir}{$product.id_manufacturer}-small.jpg" alt="{$product.manufacturer_name}" title="{$product.manufacturer_name}" />

 

 

Worked great for me thank you.

Now is is possible to link the image to the manufacturers list with friendly urls on? :rolleyes:

v1.4

Link to comment
Share on other sites

  • 4 months later...

I can't link the products to the manufacturer. I uploaded a manufacturer list first and then the products and only Apple comes up as t a manufacturer.

 

When trying to sort by BRAND, no products are shown.

 

What's wrong?

Link to comment
Share on other sites

  • 6 months later...

Put the following in product-list.tpl to display the manufacturer name:

 

{$product.manufacturer_name}

 

and the following for the manufacturer image:

excelent perfect function but the new version 1.5

<img src="{$img_manu_dir}{$product.id_manufacturer}-small_default.jpg" alt="{$product.manufacturer_name}" title="{$product.manufacturer_name}" />

<img src="{$img_manu_dir}{$product.id_manufacturer}-small.jpg" alt="{$product.manufacturer_name}" title="{$product.manufacturer_name}" />

 

Change "small" to the image size you want.

very thanks!

Edited by roneada (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...