davidtnb Posted July 9, 2009 Share Posted July 9, 2009 Is there anyway to automatically show a picture of the manufacturer's picture from the admin section on the product page?What should I edit in the product.tpl page?Thanks. Link to comment Share on other sites More sharing options...
lucky Posted July 9, 2009 Share Posted July 9, 2009 I want to show the Supplier Name on Product page.I am getting Supplier Id as $product->id_supplierBut how to get the Supplier name. I tried few things but that didnt work.Can someone help?-lucky Link to comment Share on other sites More sharing options...
cerberus22 Posted July 9, 2009 Share Posted July 9, 2009 This may help with the manufacturers logo :http://www.prestashop.com/forums/viewthread/20919/#95083 Link to comment Share on other sites More sharing options...
davidtnb Posted July 9, 2009 Author Share Posted July 9, 2009 Awesome, let me post the code so people can actually see it (instead of trying to find that text file) id_manufacturer}" title="{l s='See all products...'}">id_manufacturer}-medium.jpg" /> <!-- So : Just for the link : id_manufacturer}"> ... --> Link to comment Share on other sites More sharing options...
puntoban Posted February 25, 2012 Share Posted February 25, 2012 The most simple is: <img src="{$base_dir}img/m/{$product_manufacturer->id}.jpg" alt="Give a Name"/> 1 Link to comment Share on other sites More sharing options...
Recommended Posts