glenskie16 Posted April 3, 2014 Share Posted April 3, 2014 What i am trying to do is to get the category image to show instead of the product image. what i have done for the category product list which works is this. This only works if you are looking at all the products in a category but not if you search for a product ? <a href="{$product.link|escape:'htmlall':'UTF-8'}" class="product_img_link" title="{$product.name|escape:'htmlall':'UTF-8'}"> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'large_default')}" style="width:140px!important;" alt="{$product.legend|escape:'htmlall':'UTF-8'}" /> </a> i was wondering how do i get this to work all of the site ? how do i make it pull the category image ? like it is above but for the whole site ? Thank you Link to comment Share on other sites More sharing options...
glenskie16 Posted April 3, 2014 Author Share Posted April 3, 2014 anybody ? Link to comment Share on other sites More sharing options...
glenskie16 Posted April 3, 2014 Author Share Posted April 3, 2014 Please i really need this ! Link to comment Share on other sites More sharing options...
glenskie16 Posted April 3, 2014 Author Share Posted April 3, 2014 please i just need help Link to comment Share on other sites More sharing options...
Recommended Posts