Showing exact bed number instead of 3+ 4+

Permalink Browser Info Environment
I need to have the search results only show the exact bedroom count instead of what it is doing now with 3+ 4+.
So if I select 3 it will only bring back results that are 3 bedroom.

Type: Discussion
Status: New
plasmaticman
View Replies:
Tony replied on at Permalink Reply
Tony
the package doesn't allow this change with a simply configuration change, but if you know basic PHP, then you should be able to do the modification without too much trouble.

first open: /packages/tony_real_estate/blocks/tony_real_estate_search_view.php, and where you see this comment, around line 115:

//beds and baths only show from value

try changing this:
$maxCount=($attrHandle=='baths')?3:5;
ob_start(); ?>
<select name="akID[<?=$akID ?>][from]">


to this:
$maxCount=10;
ob_start(); ?>
<select name="akID[<?=$akID ?>][value]">

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.