+ Reply to Thread
Results 1 to 2 of 2

Thread: Foreclosure code - Short Sale Code

  1. #1
    Join Date
    Mar 2008
    Location
    Minnesota
    Posts
    780

    Default Foreclosure code - Short Sale Code

    I want to add some pages for several cities that will just pull up foreclosures and short sale properties. Our MLS lets us do this so I assume I need to add a code stating "foreclosure" and "short sale" - where in the snippet code do I add that and what do I type in? Thanks - here is my "normal" city code snippet.

    <?php
    /* ## RMLS-MN IDX Search Snippet

    */
    ## See http://www.derrickmonroe.com/rew-rmls-mn-city-codes.php
    $_REQUEST['snippet_city'] = '170';
    //$_REQUEST['minimum_price'] = '';
    $_REQUEST['maximum_price'] = '';
    $_REQUEST['minimum_bedrooms'] = '';
    $_REQUEST['minimum_bathrooms'] = '';
    $_REQUEST['minimum_sqft'] = '';
    $_REQUEST['minimum_acres'] = '';
    $_REQUEST['minimum_year'] = '';

    ## Search Types/Styles
    ## See http://www.derrickmonroe.com/rew-rml...tyle-codes.php
    $_REQUEST['search_type'][] = 'ONEHF,TWOST,MRTTS,SPEBI,THRLS,FORLS,ONEST,MODTS';


    $_REQUEST['idx'] = 'Listings';
    $_REQUEST['page_limit'] = '4';
    include $_SERVER['DOCUMENT_ROOT']."/idx/inc/php/pages/snippet.php";
    ?>
    Derrick Monroe
    Realtor - Owner - 612-282-7653
    The Derrick Monroe Group
    Minneapolis Real Estate
    Minnesota Real Estate
    Rockford MN Real Estate

    "True leaders are not those who strive to be first but those who are first to strive"

  2. #2
    Aaron is offline Real Estate Webmasters Staff Aaron's Most Recent Blog Entry: Email etiquette Aaron is on a distinguished road
    Join Date
    Jun 2005
    Location
    Nanaimo
    Posts
    24,278

    Default Re: Foreclosure code - Short Sale Code

    For "foreclosure" you can add:

    $_REQUEST['foreclosure_status'] = "Y";

    For "short sale" - It'll require some programming time - likely 30mins programming will cover it.
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

+ Reply to Thread

Similar Threads

  1. Short Sale vs Foreclosure
    By CLTMichael in forum Real Estate Chat
    Replies: 17
    Last Post: 05-23-2009, 11:50 AM
  2. Short Sale Criteria
    By satxproperty in forum Real Estate Chat
    Replies: 5
    Last Post: 12-04-2008, 12:19 PM
  3. 100+ Post
    By Wayne Griggs in forum Real Estate Chat
    Replies: 6
    Last Post: 05-19-2004, 06:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts