Jump to content

Add brand logo on product page


Recommended Posts

I want to add a brand logo on the product page next to where it says "brand" and then has the corresponding name. I would think just a simple line of code to the .tpl file would do the trick and then some css, but I do not know where to start. I attached a screen shot of where I would like the logo to be.

post-1096567-0-90698300-1447192311_thumb.png

Link to comment
Share on other sites

  • 6 months later...

Hi,

I see that it is an old unanswered post, are you still interested in a solution for this(on your site is still not yet implemented the logo of brand)?

this is what you should add to the product page's tpl:

 

<img src="{$img_manu_dir}{$product->id_manufacturer}-small_default.jpg" alt="{$product->manufacturer_name|escape:'htmlall':'UTF-8'}" title="{$product->manufacturer_name|escape:'htmlall':'UTF-8'}"  class="pull-right">

 

In your theme I would put inside of the tag P, before the closing tag: <p id="product_manufacturer"> .....PASTE_THE_CODE_HERE</p>

If you want to put it elsewhere, make a screenshot of where you want to put it and i will send you the css modifications for it.

 

Regards, Leo

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...