PHP PDF library only supports croatian and english characters. Customizations for other langauges can be added in application\libraries\Pdf.php
Hints:
If you found solution for your language will be nice if you can share it with us so we can integrate it into future updates. ( NOTE: You will receive free gift from us )
where number 2 represents page ID where you wish to show results. Of course this page should have template which showing results or it not be visible.
For older script versions:
templates\{your-template}\widgets\head.php, customize javascript function manualSearch, it is triggered when user click “search” button and contains all parameters.
By default search by price works based on defined purpose “Sale “or “Rent”
By default Sale price is used, field ID #36
If user select purpose which contains word “Rent” then field ID #37 (Rent is used)
Only Rent price (excl.) is used for search, other is only used for information, to show on property preview page.
If you want to add new prices for search or customize this functionality, probably you should look into application\controllers\frontend.php, ajax method, code inside comment block:
/* Define purpose */
/* End define purpose */
Currently there is code to automatically change from sale price to rent if user select purpose which contain word “Rent”. You should do same thing for your new price/purpose.
This feature is only available for this type of fields: ‘INPUTBOX’, ‘DECIMAL’, ‘INTEGER’
For example that you want to enable filtering by: “Energy efficient”
Go to Admin->Real estates->Fields->Edit “Energy efficient” and click on “Enable numerical filtering”:
Now you need to add additional field in dropdown on homepage.
For realocation template for example open templates\{your-template}\widgets\center_recentproperties.php (or another if you using) add additional option in: