sainttboz Posted March 28, 2012 Share Posted March 28, 2012 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 More sharing options...
sainttboz Posted March 29, 2012 Author Share Posted March 29, 2012 Anyone? please? Link to comment Share on other sites More sharing options...
TWDesign Posted March 31, 2012 Share Posted March 31, 2012 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 More sharing options...
Recommended Posts