Real Estate Forums
| REW CMS 2 Questions CMS 2 support - 'How do I' questions when using the content management system included in the V 2.0 REW platform. If this is not related to the CMS portion of the backend please choose a different customer support forum. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
Can someone let me know how to set the minimum price. I tried the below code add I just couldn't get it to work. For some reason it is still displaying all the listings under the 1000000 price. I want to use this as my luxury properties page. Thanks, Todd.
Page I'm trying to get results on: http://dev14.rewtemplates.com/luxury-properties.php Snippet: #luxury-properties# Code I used: <?php /* Snippet Settings */ $_REQUEST['snippet_title'] = 'Luxury Properties'; $_REQUEST['snippet_price_table'] = true; /* Search City */ //$_REQUEST['search_city'][] = "City Name"; /* Search Subdivision */ //$_REQUEST['search_subdivision'][] = 'subdivision name'; /* Search Zip Code */ //$_REQUEST['search_zip'][] = ''; /* Search by MLS Number */ //$_REQUEST['search_mls'][] = ''; /* Property Type */ // Beaufort Property Types // residential // commercial // land $_REQUEST['idx'] = 'residential'; /* Price Range */ $_REQUEST['minimum_price'] = 1000000; $_REQUEST['maximum_price'] = 10000000; /* Bedrooms */ //$_REQUEST['minimum_bedrooms'] = 0; //$_REQUEST['maximum_bedrooms'] = 0; /* Bathrooms */ //$_REQUEST['minimum_bathrooms'] = 0; //$_REQUEST['maximum_bathrooms'] = 0; /* Square Feet */ //$_REQUEST['minimum_sqft'] = 0; //$_REQUEST['maximum_sqft'] = 0; /* Year Built */ //$_REQUEST['minimum_year'] = 0; //$_REQUEST['maximum_year'] = 0; /* Acres */ //$_REQUEST['minimum_acres'] = 0; //$_REQUEST['maximum_acres'] = 0; /* Page Limit */ $_REQUEST['page_limit'] = 20; /** DO NOT EDIT BELOW THIS LINE **/ $_REQUEST['snippet'] = true; include $_SERVER['DOCUMENT_ROOT'] . '/idx/common.inc.php'; include_once $_SERVER['DOCUMENT_ROOT'] . '/idx/inc/php/pages/search.php'; ?> |
|
|||
|
Hmm. That should work. We'll look into it and let you know when it's fixed.
Vera |
|
||||
|
Vera I had the same issue and don't think it ever got addressed, could you check the queue for me on that one as well. It had to do with minimum and max prices not seeming to work and the resulting table still displaying the price range. Thanks Gregg
__________________
Santa Cruz Beach Homes || Capitola Real Estate | Aptos Beach Homes Santa Cruz is a vibrant community, located on the north end of Monterey Bay, and is home to artisans, beach goers, hi tech types, and college students. There is plenty of natural beauty from the ocean side coastal towns to the little mountain communities. Let my 30 years of local knowledge and 20 years of real estate help you find the right home or property in Santa Cruz. |
|
|||
|
Quote:
Setting the minimum and max prices will not effect the price range tables. They are hardcoded and will continue to show no matter what you set the min and max prices to. Here is the thread where I mention this http://www.realestatewebmasters.com/...ad.php?t=29921 |
|
|||
|
Hi Todd,
It seems to be working now. It's now this page: http://www.lowcountryproperties.com/...properties.php All the listings I can see are over the $1,000,000 min price that you have set. Let us know if you are still noticing this issue. Thank you, Quote:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|