View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003831 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2012-04-05 19:55 | 2012-12-07 14:20 |
Reporter | jkrug | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.9 revision 43186 | ||||
Fixed in Version | 4.5.10 revision 44222 | ||||
Summary | 0003831: [{if $oBanners}] is allway true | ||||
Description | In azure/widget/promoslider.tpl the [{if $oBanners}] ist always true. Please use 1) [{if ($oBanners|@count)>0 }] 2) [{if count($oBanners) > 0}] 3) [{assign var=iBannerNumber value=$oBanners|count}] [{if $iBannerNumber > 0}] Wondering how no one has seen this before! | ||||
Tags | Promotion | ||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||