Crisp Posted December 29, 2010 Share Posted December 29, 2010 Title says it all /// how can i show the manufacturer of the product in the product-list like the image below:Click here Link to comment Share on other sites More sharing options...
rocky Posted December 30, 2010 Share Posted December 30, 2010 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. 3 Link to comment Share on other sites More sharing options...
Crisp Posted December 30, 2010 Author Share Posted December 30, 2010 Awesome.. thx allot Rocky Link to comment Share on other sites More sharing options...
rocky Posted December 30, 2010 Share Posted December 30, 2010 If your issue is resolved, please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Crisp Posted December 31, 2010 Author Share Posted December 31, 2010 Not solved yet. Think it has to do with smarty caching or the filter search because whatever change I'm making to the product-list file... nothing changes. Link to comment Share on other sites More sharing options...
jodancer Posted December 19, 2011 Share Posted December 19, 2011 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? v1.4 Link to comment Share on other sites More sharing options...
Archangel Posted May 10, 2012 Share Posted May 10, 2012 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 More sharing options...
Ron morales Posted December 4, 2012 Share Posted December 4, 2012 (edited) 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 December 4, 2012 by roneada (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts