penguinfamily Posted December 7, 2015 Share Posted December 7, 2015 Hello Everyone, I was wondering if its possible to: Display manufacture logo on each related product? on the image side. It should be displayed like (New) (onsale) is displayed just that the manufacture logo is there instead? Thanks, Link to comment Share on other sites More sharing options...
S-HAMMANI Posted January 14, 2016 Share Posted January 14, 2016 (edited) hi try this code in product.tpl: <!-- Manufacturers --> <p id="product_manufacturer"> <label for="product_manufacturer">{l s='Manufacturers:'} </label> <span class="editable"> <a href="{$link->getPageLink('manufacturer.php',true)}?id_manufacturer={$product->id_manufacturer}"> <img src="{$img_ps_dir}m/{$product->id_manufacturer}-small_default.jpg" style="vertical-align:middle" class="product_img_manufacturer" title=""/></a> </span> </p> Result: Edited January 14, 2016 by S-HAMMANI (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now