View Issue Details

IDProjectCategoryView StatusLast Update
0000827OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:13
Reportersimply because Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.1 revision 18442 
Fixed in Version4.2.0 revision 23610 
Summary0000827: Active but hidden categories are shown under "more" in horizontal navigation
DescriptionActive but hidden categories are shown under "more" in horizontal navigation.
TagsCategory
Attached Files
hiddencategory1.png (37,773 bytes)   
hiddencategory1.png (37,773 bytes)   
hiddencategory2.png (14,785 bytes)   
hiddencategory2.png (14,785 bytes)   
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

dainius.bigelis

2009-04-24 14:11

reporter   ~0000803

Reminder sent to: simply because

Hi,

We cannot reproduce this case (when Hidden and active categories are displayed in the horizontal navigation). Could you please write more details about that: what settings such categories has, maybe some specific assignments or rules (i.e. filtering by price)? Do you have some additional module installed which may affect the displaying of categories, or changes in templates in such place?

Best regards,

simply because

2009-04-25 13:47

reporter   ~0000811

Hi,

you can reproduce it in the PE demo-shop. Just put 4 - 5 test categories in it without any special seetings, just active. And add one which is active and hidden without any other special settings.

I have tried to add a screenshot but it is not possible to upload files (.doc) for me.

Regards,
Frank

philipp_grashoff

2009-04-27 15:24

reporter   ~0000815

Was able to reproduce in demoshop. It only happens if category is listed in "more". See attached screenshots.

vilma_liorensaityte

2009-04-29 16:31

reporter   ~0000825

template fix in _header.tpl:

in cycle
[{foreach from=$oxcmp_categories item=omorecat key=morecatkey name=more}]
....
[{/foreach}]
changed [{if $ocat->getIsVisible() }]
to [{if $omorecat->getIsVisible() }]