$filtersServices = explode(",", $filters['services']);
    }
    //	if (!empty($filters['mastertypologies'])) {
    //		$filtersMasterTypologies = explode(",", $filters['mastertypologies']);
    //	}
    //	if (!empty($filters['pricemin'])) {
    //		$filtersPriceMin = 	$filters['pricemin'];// / $duration;
    //	}
    //	if (!empty($filters['pricemax'])) {
    //		$filtersPriceMax = 	$filters['pricemax'];// / $duration;
    //	}
    //	if (!empty($filters['bookingtypes'])) {
    //		$filtersBookingTypes = explode(",", $filters['bookingtypes']);
    //	}
}
$listServices = BFCHelper::getServicesForSearchOnSell();
$locationZones = BFCHelper::getLocations();
$listlocationZones = array();
$listlocationZones[] = JHTML::_('select.option', 0, JTEXT::_('MOD_BOOKINGFORSEARCH_ALL'));
foreach ($locationZones as $lz) {
    $listlocationZones[] = JHTML::_('select.option', $lz->LocationID, $lz->Name);
}
$listlocationZones[] = JHTML::_('select.option', -1, JTEXT::_('MOD_BOOKINGFORSEARCH_ZONE_SEARCHBYMAP'));
$unitCategories = BFCHelper::getUnitCategories();
$listunitCategories = array();
$listunitCategories[] = JHTML::_('select.option', -1, JTEXT::_('MOD_BOOKINGFORSEARCH_ALL_FEMMINILE'));
$isopenGroup = 0;
foreach ($unitCategories as $uc) {
    if (!empty($uc->CategoryParentID)) {
        $listunitCategories[] = JHTML::_('select.option', $uc->CategoryID, BFCHelper::getLanguage($uc->Name, $lang));
    } else {
        $filtersServices = explode(",", $filters['services']);
    }
    //	if (!empty($filters['mastertypologies'])) {
    //		$filtersMasterTypologies = explode(",", $filters['mastertypologies']);
    //	}
    //	if (!empty($filters['pricemin'])) {
    //		$filtersPriceMin = 	$filters['pricemin'];// / $duration;
    //	}
    //	if (!empty($filters['pricemax'])) {
    //		$filtersPriceMax = 	$filters['pricemax'];// / $duration;
    //	}
    //	if (!empty($filters['bookingtypes'])) {
    //		$filtersBookingTypes = explode(",", $filters['bookingtypes']);
    //	}
}
$listServices = BFCHelper::getServicesForSearchOnSell($language);
$locations = BFCHelper::getLocations();
$listlocations = array();
$listlocations[] = JHTML::_('select.option', 0, JTEXT::_('MOD_BOOKINGFORSEARCH_ALL'));
if (!empty($locations)) {
    foreach ($locations as $lz) {
        if (empty($cityId) && $cityId != 0) {
            $cityId = $lz->CityId;
        }
        $listlocations[] = JHTML::_('select.option', $lz->CityId, $lz->Name);
    }
}
$listlocations[] = JHTML::_('select.option', -1000, JTEXT::_('MOD_BOOKINGFORSEARCH_ZONE_SEARCHBYMAP'));
$unitCategories = BFCHelper::GetProductCategoryForSearch($language, 2);
$listunitCategories = array();
$listunitCategories[] = JHTML::_('select.option', -1, JTEXT::_('MOD_BOOKINGFORSEARCH_ALL_FEMMINILE'));