View Issue Details

IDProjectCategoryView StatusLast Update
0000787OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:10
Reporterbirute_meilutyte Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.1.1 revision 18442 
Summary0000787: If not DE lang is used as default and there are no translations to DE lang, attributes filters in category does not work correct
Descriptionadmin: create shop with EN lang as main. all info (categories, products, attributes and attributes values for product) enter only in EN lang (without copy to DE lang).
frontend: attributes filters in categories does not work: it shows only 1 possible value for every attribute selector when there should be more.
TagsAttributes
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

rimvydas_paskevicius

2009-04-15 13:24

reporter   ~0000764

Problem was in attributes values array indexes - DE lang attributes values where used for indexes, so if no value in DE lang, index is empty and every next attribute value overrides last value. Now using "oxid" field from table oxobject2attribute as index for values array.