Jump to content

How Do I Display Categories With Image?


Recommended Posts

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

  • 3 weeks later...
×
×
  • Create New...