Jump to content

[SOLVED] Category Image


Recommended Posts

Edit your category.tpl under "/themes/prestashop"

Line 14:

<!-- Category image -->
   {if $category->id_image}
getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" />
       {/if}



Add "

", it will look like that

 
<!-- Category image -->
      {if $category->id_image}
getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" />
       {/if}

Link to comment
Share on other sites

×
×
  • Create New...