+ Reply to Thread
Results 1 to 7 of 7

Thread: IDX snippet questions

  1. #1
    Join Date
    Mar 2005
    Location
    Jupiter, Florida
    Posts
    753

    Default IDX snippet questions

    Two questions - (Kyle - please feel free to answer - Aaron and team may be out )

    Question 1) I saw on another post that 'proptype' was at least for another agent the way to determine property type. I really need to be able to create seperate searches for Condos/townhomes from Single Family Homes.

    I tried the following;
    <?php

    $_REQUEST['search_city'][] = 'Juno Beach';
    $_REQUEST['idx'] = 'residential';
    $_REQUEST['proptype'] = 'C';
    $_REQUEST['minimum_price'] = 50000;
    $_REQUEST['maximum_price'] = 125000000;
    $_REQUEST['minimum_bedrooms'] = 1;
    $_REQUEST['mnimum_bathrooms'] = 1;
    $_REQUEST['minimum_sqft'] = 800;
    $_REQUEST['minimum_year'] = 1970;

    // Do Not Edit Below Here
    $_REQUEST['snippet'] = true;
    include 'idx/common.inc.php';
    include 'idx/inc/php/pages/search.php';
    ?>

    still looks like i am getting single family homes?

    Question #2) is there a way to receive when we get a new prospect an email that includes information about what the prospect was looking for?

    So far, I have only been looking at leads from the QuantumOne.com site...

    Thanks again!
    David Abernathy
    Business Manager, Realtor
    Waterfront Properties & Club Communities

    See the finest luxury communities in Palm Beach County. Visit our Palm Beach real estate website, For local information about Admirals Cove & Jupiter real estate contact us at 561-628-0128

  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
    23,433

    Default Re: IDX snippet questions

    Hi David,
    1) You can use this:
    For Multiples
    $_REQUEST['search_subtype'][] = '';
    For a Single Value:
    $_REQUEST['search_subtype'] = '';

    The Values are:

    C - 13244
    Condo or Coop - 168

    M - 371
    Mobile Home - 7

    S - 22098
    Single Family Detached - 290

    T -6131
    Townhouse / Villa / Row - 112

    The - numbers are the current total properties for those types. Just the letters are the values.
    I have set up your #junobeachcondos# snippet with the condo subtype.

    #2) Yes - we could have it email you their search query. It would take a bit to parse it out into a readable format and add it to the emails.
    - An hour should do it.
    Last edited by Aaron; 10-15-2007 at 07:44 PM.
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

  3. #3
    Join Date
    Mar 2005
    Location
    Jupiter, Florida
    Posts
    753

    Default Re: IDX snippet questions

    Thanks for the sample,

    Can you create a sample for us on the QuantumOne.com site?

    I tried to use the same code for the #bocaratoncondos#

    we also created a page under the Boca Raton page called Boca Raton Condo Test.

    Currently it does not work

    Thanks

    Dave
    David Abernathy
    Business Manager, Realtor
    Waterfront Properties & Club Communities

    See the finest luxury communities in Palm Beach County. Visit our Palm Beach real estate website, For local information about Admirals Cove & Jupiter real estate contact us at 561-628-0128

  4. #4
    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
    23,433

    Default Re: IDX snippet questions

    Hi David,

    I've fixed up that QuantumOne.com snippet. I've also updated the yourultimateteam.com idx to have this "Subtype" variable available via the snippets.

    Thank you,
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

  5. #5
    Join Date
    Mar 2005
    Location
    Jupiter, Florida
    Posts
    753

    Default Re: IDX snippet questions

    Aaron - thanks!!!

    Can you have someone email me a list of the fields that we have to select from...


    dave
    David Abernathy
    Business Manager, Realtor
    Waterfront Properties & Club Communities

    See the finest luxury communities in Palm Beach County. Visit our Palm Beach real estate website, For local information about Admirals Cove & Jupiter real estate contact us at 561-628-0128

  6. #6
    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
    23,433

    Default Re: IDX snippet questions

    Quote Originally Posted by KeysToFlorida View Post
    Can you have someone email me a list of the fields that we have to select from...
    Sure - It's a billable item...(15mins) all the fields that you have in the sample snippets that are set up are the "defaults" if you would like to use other fields they may require custom programming - and would require a quote.


    Thank you,
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

  7. #7
    Join Date
    Jun 2007
    Posts
    208

    Default Re: IDX snippet questions

    I put together a list of all the fields from the RMLS-FL data feed. Keep an eye out for an email pretty soon
    Duncan MacKenzie
    Programmer - Real Estate Webmasters

+ Reply to Thread

Posting Permissions

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