Real Estate Forums
| REW IDX REW Customers only - ask questions, get support and report feed issues here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
I'm trying to create a new snippet for the different quadrants of Calgary. I have tried a few different options without any luck.
/* Search Subdivision */ //$_REQUEST['search_subdivision'][] = ''; $_REQUEST['search_zone'][] = 'nw'; and /* Search Subdivision */ //$_REQUEST['search_subdivision'][] = ''; $_REQUEST['search_quadrant'][] = 'nw'; Can anyone send me in the right direction. Thanks, Brad |
|
|||
|
Hi Brad,
Welcome to the forums. Could you please post a link to your site? It's most likely that the search is not set up to search zones and quadrants ... and you may need some programming time to set it up. I can check for you. Thank you, |
|
|||
|
Hey Arron,
Yeah my site is www.bradvhomes.com Just let me know what the next step is! Thanks so much. |
|
|||
|
Hi Brad,
It appears that this will require a work order. Please post in the work orders forum for an estimate, or contact sales. Here is a page that outlines how to order new work. http://www.realestatewebmasters.com/...g-new-work.php |
|
||||
|
Brad - this is "normally" a work order on the custom side of REW - but because you folks are "product" based (as in no custom functionality is permitted) - then it is actually a "feature request" in which case it will take labor to do - but it will need to be added for everyone.
This one will not take long, so I will authorize it's implementation system wide. Future system wide upgrades will likely require billing unless we have a large enough demand (which will require a much larger user base than we currently have)
__________________
Don't miss out on the 12 days of Christmas promo |
|
|||
|
That sounds awesome. I also am having an issue setting up a search for particular areas to provide all the current results for single family homes and condos. Below is a sample of the snippet I'm trying to use:
/* Snippet Settings */ $_REQUEST['snippet_title'] = 'Arbour Lake Homes'; $_REQUEST['snippet_price_table'] = true; /* Search City */ //$_REQUEST['search_city'][] = 'Calgary'; /* Search Subdivision */ $_REQUEST['search_subdivision'][] = 'arbour lake'; /* Search Postal Code */ //$_REQUEST['search_postal'][] = ''; /* Search by MLS Number */ //$_REQUEST['search_mls'][] = ''; /* Property Type */ $_REQUEST['idx'] = 'single-family'; $_REQUEST['idx'] = 'condo-or-townhouse'; //$_REQUEST['idx'] = 'mobile'; //$_REQUEST['idx'] = 'rural'; Thanks guys, you have been a great help. I'm very glad I made the switch and will definitely spread the word around the office. |
|
||||
|
Hi Brad!
I've added the ability for you to search by city quadrant. Here is the snippet of code that can be used: Code:
/* Search Quadrant */
//$_REQUEST['search_quadrant'][] = 'NE';
//$_REQUEST['search_quadrant'][] = 'NW';
//$_REQUEST['search_quadrant'][] = 'SE';
//$_REQUEST['search_quadrant'][] = 'SW';
I've also added this into the #idx-sample-snippet# for reference of all available snippet criteria.
__________________
Michael Griffiths Real Estate Webmasters michael@realestatewebmasters.com |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Featured snippet question | Puyallup Agent | REW LEC | 3 | 10-14-2009 09:34 PM |
| footer navigation snippet | Adam Robinson Sarasota | Work Orders | 7 | 01-07-2009 10:55 AM |