
Changing Price slider Max value in OS class:
Price slider Max value in osclass
Step -1:
Go to your development OS Class folder and search/edit Slider filter file in oc-content/themes/realestate/search_sidebar.php
Edit the line 28: The default value of slider length is 6, so you can change your requirement,
Step -2:
The slider is handled on the clientside with javascript.
So, Change the min & max values in the javascript code also,
Go...