View Issue Details

IDProjectCategoryView StatusLast Update
0005118OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2013-07-01 12:17
ReporterLinas Kukulskis 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.4 / 5.0.4 revision 57063 
Target Version4.7.6 / 5.0.6Fixed in Version4.7.6 / 5.0.6 
Summary0005118: parent category thumb url
Descriptionif we wants to display the picture of the parent category if the current category in the alist-View does not have a picture (and if it has a parent category, so parentid != oxrootid). Therefore in list.tpl he inserted:
[{assign var="parentCategory" value=$actCategory->getParentCategory()}]
[{$parentCategory->getThumbUrl()}]
But [{$parentCategory->getThumbUrl()}] returns NULL!
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2013-05-21 15:49

reporter   ~0008711

Last edited: 2013-05-21 16:09

View 2 revisions

for categories subcats:

  • [{$category->getThumbUrl()}]

  •     
  • [{$category->getPromotionIconUrl()}]


  • is also empty

    Linas Kukulskis

    2013-05-23 14:33

    reporter   ~0008714

    added additional fields to select for thumnail getters