View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002344 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2010-12-24 22:41 | 2012-12-07 14:13 |
Reporter | fragarena | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.0_beta1 | ||||
Fixed in Version | 4.5.0_beta2 | ||||
Summary | 0002344: Top categories | ||||
Description | When there are more then 4 top categories displayed, the MORE-tab in the navigation-menu wrapped to an new row. In the MORE-tab there are listed all categories, not only the not displayed cats. Because of there are two rows with categories the promo banners are placed to the right side of the page and is not completely visible anymore. | ||||
Steps To Reproduce | Just create a new top-category. | ||||
Tags | Category | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
To solve the error of multi-line displaying Categories: out/azure/tpl/widget/topcategories.tpl Line 15: original: [{if $iCatCnt <= $oView->getTopNavigationCatCnt()}] fixed: [{if $iCatCnt < $oView->getTopNavigationCatCnt()}] Line 40: original: [{if $iCatCnt > $oView->getTopNavigationCatCnt()-1}] fixed: [{if $iCatCnt >= $oView->getTopNavigationCatCnt()-1}] |
|
fixed wraping, and more tab categories |