Hi Talia,
For edit property search module for real estate manager soft - you need open file.
{yours site}/modules/mod_realestatemanagersearch/mod_realestatemanagersearch.php
We set price with below code:
Code: |
for( $i=0; $i<=$max_price+10000; $i=$i+10000){
$price[] = mosHTML :: makeOption($i, $i);
$price_to[] = mosHTML :: makeOption($i, $i);
}
|
Thanks,
OrdaSoft team