Here are some URL and further details to give a better idea of what I need:
Here are more details on the project.
URL:
http://housevancouver.com/
You'll notice in the top navigation menu when you mouseover Current Listings > Duncan's Listings that a photo of a property with an clickable address appears. This takes you to the Property Detail page (
http://housevancouver.com/328-west-15th-avenue.html ). I need a new element added next to Duncan's Listings called "Notable Listings". "Notable Listings" information is stored in the following tables in the DB (mls_listings and mls_listings_images) which gets updated nightly via a CRON job ( you don't need to worry at all about the syncing). You also don't need to worry about the navigation as I have a snippet completed that pulls in the "Notable Listing" photos, address, and link.
What I need help with is:
1. Getting a snippet working on the listing.html resource that will grab the parameter ID value on the URL from the links under Notable Listings and query the database and bring back all the required information. I've got the HTML ready to go for you and here is an example of what it should look like:
http://housevancouver.com/328-west-15th-avenue.html
2. The Search is duplication of code that lives on a sister website here:
http://condovancouver.com/westendvw.html . You can see the "Property Search" as you scroll down the page on the left hand side here:
http://cl.ly/1P2a0O2B0Q3o0W2Z3g3K ... the search will display results in this format:
http://cl.ly/0f3v2U1g0k290l0Y2e1k . Again I can provide HTML code for you to create the display results page (you will need to add in the pagination).
*** You can experiment with the Search on this page:
http://condovancouver.com/property-search-results.html?locale=Any&type=Any&price-min=0&price-max=99000000 to get an understanding of how it should work.