Real Estate Forums
| REW IDX REW Customers only - ask questions, get support and report feed issues here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|||
|
I would like to know if I can get a list of the codes for adding snippets for waterfront homes, golf course homes, and anything else I can add.
Thanks http://dev44.rewdev.com/ |
|
|||
|
Hi Frank,
Well - we don't really have such a list - we could certainly provide a quote for a programmer to make up a few snippets for you that search Waterfront homes and golf course homes. Best for you to make up a list of what types of snippet pages that you want to create and we can let you know if it's possible and how much time it'll take to do. Usually a programer can make quite a few snippets in a 1hr project. ![]() Thank you, |
|
|||
|
I checked the database and waterfront and golf course is in there. I am trying to figure it out. Here is the snippet I made, could you let me know if i am close or way off. Thanks http://dev44.rewdev.com/
<?php $_REQUEST['snippet_city'][] = 'Sarasota'; //$_REQUEST['search_feature_code'][] = 'x12'; $_REQUEST['feature_description'][]='Waterfront Property'; //$_REQUEST['search_type'][] = 'Condominium'; $_REQUEST['search_type'][] = 'Residential'; $_REQUEST['idx'] = 'residential'; $_REQUEST['minimum_price'] = 5000; $_REQUEST['maximum_price'] = 125000000; $_REQUEST['minimum_bedrooms'] = 1; $_REQUEST['minimum_bathrooms'] = 1; $_REQUEST['minimum_sqft'] = 400; |
|
|||
|
Looks pretty good. There is a Excel file that's got all the feature codes in it that I can email to you on Monday. For the snippet ... I don't think the line of code below will do anything:
$_REQUEST['feature_description'][]='Waterfront Property'; .... You can use this to search in the features: $_REQUEST['search_feature_code'][] = 'x12'; I recall "X12" being the code for waterfront ... ( not 100% sure though ) |
|
|||
|
I never received the excel file that has the feature codes. If I could get that emailed to me that would be great. My email address is floridahomessell@yahoo.com
Thank You, http://dev44.rewdev.com/ |
|
|||
|
Quote:
![]() |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|