View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000945 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2009-05-27 16:53 | 2012-12-07 14:13 |
Reporter | andreasgoepfert | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.1.2 revision 18998 | ||||
Fixed in Version | 4.1.6 revision 22740 | ||||
Summary | 0000945: Categories with price range don´t work with min price = 0 | ||||
Description | When you created a category with price range it will return no products in frontend if min price is 0. You will have set min price = 0,01 to get this to work... | ||||
Additional Information | problem is in function _getPriceSelect $sSubSelect .= "group by id having "; if ( $dPriceFrom) { $sSubSelect .= $dPriceFrom?"min(oxprice) >= $dPriceFrom ":" "; } | ||||
Tags | Category | ||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||