View Issue Details

IDProjectCategoryView StatusLast Update
0000395OXID eShop (all versions)3.1. Design, GUI, UXpublic2008-11-21 16:37
ReporterStefan_Werner Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Summary0000395: category icon is not shown
Descriptionlist.tpl line 52

change into
<img src="[{$category->getPictureUrl()}]/icon/[{$category->oxcategories__oxicon->value }]" alt="[{ $category->oxcategories__oxtitle->value }]">

after that the icon is available
TagsNo tags attached.
Attached Files
list.tpl (5,037 bytes)
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

Stefan_Werner

2008-11-20 15:39

reporter   ~0000261

Last edited: 2008-11-20 15:40

also the title is not shown if you add an category icon

Stefan_Werner

2008-11-20 15:42

reporter   ~0000262

attached file fixes both

rimvydas_paskevicius

2008-11-21 16:37

reporter   ~0000263

No problem found with $category->getIconUrl() - it works fine need to update template and add this suggested line.