on
27-10-2013
06:50 PM
- last edited on
27-10-2013
06:51 PM
by
pixie-six
Sellers are doing this more and more often and it's extremely irritating! Here is an example:
<removed>
They put two or more items in the same listing that have very different prices. I often sort my searches by 'Price + Postage - lowest first' and these items appear making me think I can buy the mini figure for $1.59, but then it turns out that is for the cheaper item, the 'poster' that usually comes with the mini figure anyway. No one would need or want to buy that 'poster', the seller just includes it in that listing to trick people in to thinking that the mini figure is cheap.
This happens with a lot of different products that I search for, whether it's action figures, jewellery or something else. Is this breaking eBay rules somehow? And are other people noticing this?
eBay, please do something about this!!
on 05-02-2018 03:49 AM
5 years later and the same BS happens with no changes from ebay. Disgusting.
on 19-03-2018 05:38 PM
An incredibly simple fix to this issue that almost stops me buying on ebay would be to sort the prices by the highest listed item, not the lowest.
on 15-05-2018 10:08 PM
This is a solution I made but it is based on DaveInCaz and larsolafsimonsen's fantastic answers which I have used many times but no longer seems to work for me (possibly eBay changed the DOM as a mentioned suseptibility).
To remove listings with a price range (listing with variations):
1. Open up the developer console (F12 or right click > Inspect)
2. Click the "Console" tab
3. Copy+Paste the following and press Enter:
$('.DEFAULT').parent().parent().parent().parent().parent().parent().remove();
This is based on the eBay search results as at 15/05/2018. Listings with a price range have a span element between the two prices $xx to $xx with the class DEFAULT. This code looks up the tree to delete the node this came from. This will likely fail in future when eBay changes structure again.
on 16-05-2018 06:15 AM
There are much easier work arounds, see your other comment.
on 24-08-2018 11:24 AM
or if we got organised we could start a facebook blacklist site for ebay sellers sho use manipulative pricing
on 08-01-2019 12:52 PM
When you search items with specific price in mind, there are so many items pops up these day. But when you click on ad, price do not match what they are saying. Not sure what Ebay is doing on this.
@sc_freak19 wrote:Sellers are doing this more and more often and it's extremely irritating! Here is an example:
<removed>
They put two or more items in the same listing that have very different prices. I often sort my searches by 'Price + Postage - lowest first' and these items appear making me think I can buy the mini figure for $1.59, but then it turns out that is for the cheaper item, the 'poster' that usually comes with the mini figure anyway. No one would need or want to buy that 'poster', the seller just includes it in that listing to trick people in to thinking that the mini figure is cheap.
This happens with a lot of different products that I search for, whether it's action figures, jewellery or something else. Is this breaking eBay rules somehow? And are other people noticing this?
eBay, please do something about this!!
on 28-01-2019 12:52 PM
on 28-01-2019 01:11 PM
@prankster06 wrote:
Sure the seller gets a few bucks but there store gets torn a new one and they go broke, feedback is the only thing they actually care about so hit email where it hurts.
That's not going to happen, particularly with Asian sellers, unfortunately. They are not called the "Teflon Sellers" for nothing.
on 12-02-2019 02:30 PM
@brendanwildingaustralia wrote:This is a solution I made but it is based on DaveInCaz and larsolafsimonsen's fantastic answers which I have used many times but no longer seems to work for me (possibly eBay changed the DOM as a mentioned suseptibility).
To remove listings with a price range (listing with variations):
1. Open up the developer console (F12 or right click > Inspect)
2. Click the "Console" tab
3. Copy+Paste the following and press Enter:$('.DEFAULT').parent().parent().parent().parent().parent().parent().remove();
This is based on the eBay search results as at 15/05/2018. Listings with a price range have a span element between the two prices $xx to $xx with the class DEFAULT. This code looks up the tree to delete the node this came from. This will likely fail in future when eBay changes structure again.
2019, even more sellers are pulling this gig now.
Thank you very much for this code! It works great in Chrome. All dodgy listings are instantly removed.
on 07-11-2019 09:17 AM