Another commenter posted some JavaScript that runs to find the price floor. Wouldn't a system like this be subject to virtually everyone finding the lowest price almost immediately? Because I intuitively understand that there is a fixed price floor, it just feels wrong. What's weird is that I don't get this feeling when I'm bargaining with someone in person. Even if we're trying to find an agreeable price, I don't fe…
Show HN: an online shop that bargains with you
11–20 of 52 posts
Re: Show HN: an online shop that bargains with you
#12In real life you wouldn't insult the seller by asking for 0$ but have to employ more social tactics to get a good price.
Re: Show HN: an online shop that bargains with you
#13Minor bug, if i type in a number and click 'add to cart' it says I won it for that number.
Re: Show HN: an online shop that bargains with you
#14Re: Show HN: an online shop that bargains with you
#15The site assumes bargaining is anything but a social act. If you are going to bargain with a computer you will always enter 0 as the price you are willing to pay and see where the algorithm takes you. In real life you wouldn't insult the seller by asking for 0$ but have to employ more social tactics to get a good price.
Re: Show HN: an online shop that bargains with you
#16The difference with in person bartering is that you're dealing with a real person, who can walk away from a deal, and who has actualy emotions and needs. I don't care if I offend this computer with my ridiculous offers and I don't see the market stall owner with children to feed.
Re: Show HN: an online shop that bargains with you
#17WTF? "You got it for $25.00 Initial bid was $100.00. Shop wouldn't have sold for less than $75"
Re: Show HN: an online shop that bargains with you
#181. Is that the lowest price you have?
2. Is there a cheaper price elsewhere? (Google search to verify)
3. Yes? See ya ...
4. No? I'll think about it.
Step 3 is a huge problem. First off, haggling requires a degree of exclusivity, either a) real: you're the only selling it, or b) imagined: you make someone believe you're the only one selling it.
If 3a is the case, awesome.
If 3b is the case, you can easily be caught lying to the customer, never a good place to be in. There are acceptable lies (called marketing) and unacceptable lies (pretty much everything else).
You don't want to get caught in the everything else.
It's an interesting idea (I can see a couple of use cases for it), but otherwise, I'd avoid haggling prices on the web.
Re: Show HN: an online shop that bargains with you
#19Another commenter posted some JavaScript that runs to find the price floor. Wouldn't a system like this be subject to virtually everyone finding the lowest price almost immediately? Because I intuitively understand that there is a fixed price floor, it just feels wrong. What's weird is that I don't get this feeling when I'm bargaining with someone in person. Even if we're trying to find an agreeable price, I don't fe…
I think it's the fact that you know the price floor is pre-meditated. When you negotiate with someone you feel like you are both compromising, whereas in this case you know they've already decided what their fair price is, and are hoping you don't push hard enough to achieve it. Which may sometimes be the case in real negotiations, but they put a human face on it which makes it more friendly.
Also, this is just the beginning. It will get much wiser as we go.
Re: Show HN: an online shop that bargains with you
#20My questions is: 1. Is that the lowest price you have? 2. Is there a cheaper price elsewhere? (Google search to verify) 3. Yes? See ya ... 4. No? I'll think about it. Step 3 is a huge problem. First off, haggling requires a degree of exclusivity, either a) real: you're the only selling it, or b) imagined: you make someone believe you're the only one selling it. If 3a is the case, awesome. If 3b is the case, you can e…