Jump to content

How to display Supplier logo on Product Comparison page


Recommended Posts

Hi all....

I truly need ya'll help asap. I want my site to display Supplier logo of each product on the Product Comparison page (i.e the result of the comparison will display supplier logo of each product)

i already have a theory code : <img src="{$img_sup_dir}{$product.id_supplier|escape:'htmlall':'UTF-8'}.jpg" class="logo_supplier" title="{$product_supplier->name}" alt="{$product_supplier->name}" />

but where do i put it?

Help please.

Link to comment
Share on other sites

I suspect that the answer is somewhere in the

 

CompareController.php file in the Controllers directory

 

or the

 

products-comparison.tpl file in whatever template directory you are using.

 

When you figure it out, please post your solution because I would like to know too!

Link to comment
Share on other sites

×
×
  • Create New...