Jump to content

How to add onother additional category image in backoffice?


Recommended Posts

there is also some workaround, you can modify the category.tpl file only.

 

1) upload your category images manually to img/cms/ directory

2) in the category.tpl file use simple if conditions:

 

{if $smarty.get.id_cat==3}
<img src="URL TO YOUR IMAGE"/>
{/if}

 

you can use as many if conditions as you want - with this you will be able to define additional image for each category without any CORE modifications

Link to comment
Share on other sites

×
×
  • Create New...