View Issue Details

IDProjectCategoryView StatusLast Update
0002344OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:13
Reporterfragarena 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0_beta1 
Target VersionFixed in Version4.5.0_beta2 
Summary0002344: Top categories
DescriptionWhen 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 ReproduceJust create a new top-category.
TagsCategory
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

Thielo

2010-12-29 11:06

reporter   ~0003919

Last edited: 2010-12-29 11:06

View 2 revisions

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}]

Linas Kukulskis

2011-01-10 10:53

reporter   ~0003952

fixed wraping, and more tab categories