venkatesh Posted December 30, 2011 Share Posted December 30, 2011 Hi i was used this code to display category image. <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" /> But it shows the path like this- /prestashop/img/c/-category.jpg and i want like this to display image- "/prestashop/img/c/6-category.jpg" here 6 is image id. Can any one help me how to write the code to get url like above. Thanks Link to comment Share on other sites More sharing options...
shacker Posted January 17, 2012 Share Posted January 17, 2012 check our free module that add image to categories http://catalogo-onlinersi.com.ar/en/blocks-prestashop-modules/68-categories-image-prestashop-module.html Link to comment Share on other sites More sharing options...
Recommended Posts