gunnertech / jire2

John's Island Real Estate app, version 2
1 stars 0 forks source link

Listings with no price - How to make visible on LIVE site #275

Closed johnsisland closed 7 years ago

johnsisland commented 7 years ago

I think the short term solution for the JIRE site is to include listings with no price if the price range minimum is 0

Long term, I think that there should be an option to "hide price" - so you can set a price of $5 million and check "Hide Price" so it shows up where we think it will be, but the price isn't shown.


On Fri, Mar 31, 2017 at 3:41 PM, Robyn Flick rflick@johnsislandrealestate.com wrote: Ok. This listing is the JI developer's daughter...so kind of important. Unfortunately they can't decide on a price because all of the builders they are getting proposals from are not all in, but they want everyone to know about their listing for the big weekend and Easter break visitors. They hope to have it priced within the week...but I need to get them on the website.

It's going to be listed between $4-6 million range. Does that help in any way?


On Mar 31, 2017, at 3:36 PM, Cody Swann cody@gunnertech.com wrote:

Even that might not work, because if a range isn't set at all, the range, by default is 0 to 999999999 and this listing would not be included in that range since it's not "0" it's literally not set at all.

So, in that line of thinking, I might be able to say something like "if the minimum is 0, including listings that have no price as well"..... maybe


On Fri, Mar 31, 2017 at 3:33 PM, Cody Swann cody@gunnertech.com wrote:

So for that with luxury real estate, we'd have to ask them what to put in the field in the case of "no price" -> it's them who are defaulting to $0 if one isn't set.

For us, there's no quick answer, unfortunately. The way our queries are setup is to handle price ranges. For example - if a user sets a range of 200,000 and up, should this listing show up? What about a million dollars or less?

I might be able to put an exception into the queries where if no range is set at all, we include entries that have no price, but that's my only thought on a solution right now.


On Fri, Mar 31, 2017 at 3:23 PM, Robyn Flick rflick@johnsislandrealestate.com wrote: Hi Cody, One more thing to add to this scenario: The data feed for Luxury Real Estate generated an error and made the price set to "0", according to the automated error log. See here. We definitely don't want a listing for $0! lol What should I do so our client has his listing LIVE on our website with a "price upon request"?


Begin forwarded message: From: Luxury Real Estate no-reply@luxuryrealestate.com Subject: [LRE Luxury Lounge] Minor listing import errors for John's Island Real Estate MDT Date: March 31, 2017 at 3:01:27 PM EDT To: marketing@johnsislandrealestate.com

Minor listing import errors for John's Island Real Estate MDT Full Report http://lounge.luxuryrealestate.com/my/imports/mdt/run_report/1010?run=423271

Listing Statistics updated 2 http://lounge.luxuryrealestate.com/my/imports/mdt/run_report_listings/1010?result=updated&run=423271 unchanged 39 http://lounge.luxuryrealestate.com/my/imports/mdt/run_report_listings/1010?result=unchanged&run=423271

Errors notices 2 http://lounge.luxuryrealestate.com/my/imports/mdt/messages/1010?level=notice&run=423271


From: Robyn Flick rflick@johnsislandrealestate.com Date: March 31, 2017 at 1:45:49 PM EDT

Hi Cody, I have a scenario where our VP client wants their spec house on our website for this weekend's annual JI Club event. I've created a Refinery record but did not add a price yet (it's actually "price available upon request" until they can get all of their budgets in).

I left the price blank and made the listing live, but can't "see" it on the front end.

Is this normal behavior or should it be there? Also, could you help me find a way to put it "live" so the public can find it even though it doesn't have a price yet? I even filtered by "New Construction" and it doesn't appear.

http://www.johnsislandrealestate.com/refinery/listings/80-stingaree-point/edit

Please advise ASAP, thanks so much.

johnsisland commented 7 years ago

This won't resolve how to get the listing to appear when you load the "SEARCH LISTINGS" page initially. IT's not there. If one knew to change the price range, that's one thing. Is there a way to make this listing appear on the initial page loading OR when someone clicks on the filters: "New Listing" or 'New Construction"?

CodySwannGT commented 7 years ago

@johnsisland It actually would.

If no price range is set, the listing will be included. If there is a price range, it won't be included.

Short-term, that's the best I can do.

It will still show up if you pick "New Listing" with no price range.

johnsisland commented 7 years ago

Ok let's do it. So, where would it appear once you load the listings page? thx

CodySwannGT commented 7 years ago

Either first or last. It sorts by price and I don't know how sorting on price will turn out if price doesn't exist.

On Fri, Mar 31, 2017 at 4:25 PM johnsisland notifications@github.com wrote:

Ok let's do it. So, where would it appear once you load the listings page? thx

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/gunnertech/jire2/issues/275#issuecomment-290820772, or mute the thread https://github.com/notifications/unsubscribe-auth/AAR4O19GleLqgF0V1d_TMV4gkMApdgVeks5rrWFBgaJpZM4MwFng .

-- Cody Swann - CEO, Gunner Technology T: 213.915.4083 | cody@gunnertech.com | www.gunnertech.com http://www.gunnertech.com/Skype: cody.swann

CONFIDENTIALITY NOTICE: This email message, together with any documents, files and/or email messages attached to it, is intended for the sole use of the individual or entity to whom it is addressed, and may contain information that is legally privileged, confidential and restricted from disclosure. If you are not the intended recipient, or responsible for delivery to that person, you are hereby notified that any dissemination or copying of this communication is STRICTLY PROHIBITED. In such case please notify the sender by reply email and delete this message without reading, printing or saving.

johnsisland commented 7 years ago

I just checked - it shows up first! Yeah!! thanks

CodySwannGT commented 7 years ago

Sweet. No problem

johnsisland commented 7 years ago

Just want to add then when an email notification is sent out and there is no price, the email notification shows it's listed for "$0"...so that's another issue to resolve. I'd rather it not have the price but that may require a different email template/rule.

CodySwannGT commented 7 years ago

All set

On Wed, Apr 19, 2017 at 11:31 AM, johnsisland notifications@github.com wrote:

Just want to add then when an email notification is sent out and there is no price, the email notification shows it's listed for "$0"...so that's another issue to resolve. I'd rather it not have the price but that may require a different email template/rule.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/gunnertech/jire2/issues/275#issuecomment-295311717, or mute the thread https://github.com/notifications/unsubscribe-auth/AAR4O--tY18vAsjwcxu_JgmRnIKcQcQHks5rxijZgaJpZM4MwFng .

-- Cody Swann - CEO, Gunner Technology T: 213.915.4083 | cody@gunnertech.com | www.gunnertech.com http://www.gunnertech.com/Skype: cody.swann

CONFIDENTIALITY NOTICE: This email message, together with any documents, files and/or email messages attached to it, is intended for the sole use of the individual or entity to whom it is addressed, and may contain information that is legally privileged, confidential and restricted from disclosure. If you are not the intended recipient, or responsible for delivery to that person, you are hereby notified that any dissemination or copying of this communication is STRICTLY PROHIBITED. In such case please notify the sender by reply email and delete this message without reading, printing or saving.