Kungpin Posted November 18, 2009 Share Posted November 18, 2009 I want to add Manufacture Name and description into the product page (product.tpl)I solved the name adding by adding this line:{$product->manufacturer_name|escape:'htmlall':'UTF-8'}But i also want the manufacture description to be displayed, I tryed this code but failed:{$manufacturer->description|escape:'htmlall':'UTF-8'}(the script works in the manufacturer.tpl file but not in the product.tpl)Please Help me!? Link to comment Share on other sites More sharing options...
impactpro Posted January 2, 2010 Share Posted January 2, 2010 To insert the logo of manufacturer i added this in product.tpl before short description {if $product->id_manufacturer > 0} id}.jpg" alt="{$product_manufacturer->name}" width="80" /> {/if} hope this will help you Link to comment Share on other sites More sharing options...
andrew Posted January 22, 2010 Share Posted January 22, 2010 HiDid you manage to insert the manufacturer description to the product page - we would also like to know how to do this?- Andrew Link to comment Share on other sites More sharing options...
Recommended Posts