View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001638 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2010-02-02 20:29 | 2012-12-07 14:13 |
Reporter | andreas_ziethen | Assigned To | |||
Priority | urgent | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001638: EE: mall functionality is ignored in oxcategorylist | ||||
Description | This bug is there up from version 4.1.6: In oxcategorylist::_getDepthSqlUnion() the category view is not used - so mall shops are ignored. We have had a case where after the update from 4.1.5 to 4.2 suddenly in tow subshops categories appeared which did belong to other shops. These two lines should be changed: ." FROM oxcategories AS subcats" ." LEFT JOIN oxcategories AS maincats on maincats.oxparentid = subcats.oxparentid" to: $sViewName = $this->getBaseObject()->getViewName(); (...) ." FROM $sViewName AS subcats" ." LEFT JOIN $sViewName AS maincats on maincats.oxparentid = subcats.oxparentid" | ||||
Tags | Category | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||