View Issue Details

IDProjectCategoryView StatusLast Update
0000945OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:13
Reporterandreasgoepfert Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.2 revision 18998 
Fixed in Version4.1.6 revision 22740 
Summary0000945: Categories with price range don´t work with min price = 0
DescriptionWhen 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 Informationproblem is in function _getPriceSelect

$sSubSelect .= "group by id having ";
if ( $dPriceFrom) {
    $sSubSelect .= $dPriceFrom?"min(oxprice) >= $dPriceFrom ":" ";
}
TagsCategory
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-08-20 17:00

reporter   ~0001473

fixed