hello,
for edit search and Price in Real estate manager you need in file
{site}/components/com_realestatemanager/realestatemanager.php
find function searchHouses
With below code we take price:
Code: |
$pricefrom = intval(mosGetParam($_REQUEST, 'pricefrom', ''));
$priceto = intval(mosGetParam($_REQUEST, 'priceto', ''));
|
Thanks,
OrdaSof team