-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAX_PRICE_SERIES_SONYPS5C & SONYPS5DE filters do not work properly #1500
Comments
|
so i don't know now how the whole thing should be occupied with a screenshot and a link, because it is currently no longer online, but ok :) my dotenv Digital Alert Link Disk Alert Link |
Those are not proper store listings, which is why this is breaking. Specifically, these are "digital notification" pages, NOT product listings. So the selector cannot find the price and defaults to just showing it as in-stock when the button shows up. |
thank you for your help. no, I didn't add anything, everything is definitely as original as it was. The reason why you don't see it in amazon.de is because it can be found in amazon.de.warehouse, I just looked it up myself because I was also surprised. |
Do you have a link to that page in amazon.de.warehouse? |
Off course |
Sorry I mean the actual listing on Amazon's website. The URL in that file
does not match the image in your screenshot
…On Fri, Dec 25, 2020, 1:42 AM gigi2006 ***@***.***> wrote:
Do you have a link to that page in amazon.de.warehouse?
Off course
https://github.com/jef/streetmerchant/blob/main/src/store/model/amazon-de-warehouse.ts
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1500 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABA3WHZJWWPG7LWGQRJKS4TSWRNBXANCNFSM4VGER2VQ>
.
|
Unfortunately there are currently no items to be seen in the warehouse. So the link is right, only there is nothing right now. the difficult thing is that even if what comes in it is gone within a very short time. //Edit: |
If you can track down another listing that shows that page format that
would work too. Doesn't have to be the exact product. Just enough for us to
find a unique page element for clarifying the page as equivalent to "out of
stock"
…On Fri, Dec 25, 2020, 3:24 AM gigi2006 ***@***.***> wrote:
Sorry I mean the actual listing on Amazon's website. The URL in that file
does not match the image in your screenshot
… <#m_-3409304791890230154_>
On Fri, Dec 25, 2020, 1:42 AM gigi2006 *@*.***> wrote: Do you have a link
to that page in amazon.de.warehouse? Off course
https://github.com/jef/streetmerchant/blob/main/src/store/model/amazon-de-warehouse.ts
— You are receiving this because you were mentioned. Reply to this email
directly, view it on GitHub <#1500 (comment)
<#1500 (comment)>>,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ABA3WHZJWWPG7LWGQRJKS4TSWRNBXANCNFSM4VGER2VQ
.
Unfortunately there are currently no items to be seen in the warehouse. So
the link is right, only there is nothing right now. the difficult thing is
that even if what comes in it is gone within a very short time.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1500 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABA3WH5G7JDAMICCLH5H3EDSWRY7TANCNFSM4VGER2VQ>
.
|
ok no problem, so here's the deal. have you now picked out an ASIN that has both just yet. a used and a new directly from Amazon. https://www.amazon.de/gp/offer-listing/ https://www.amazon.de/gp/offer-listing/B07FVS6LVK Example:
|
Yes, this gives us what we need. So, I think the way we will handle this is by treating all pages of this format as "out of stock" for now to fix this bug. You can also create a new issue to request that "new" products on pages like this be recognized as valid and price-checked, but that would be significantly more work, and would be a "feature request" rather than a bug :) |
are you sure? because I mean what's this amazon-de-warehouse.ts for? I just mean that the price check doesn't work here, otherwise everything will fit. |
No, you're right. I was looking at the wrong .ts file hahah. This should be easy enough to fix. The price selector is just broken. Fix incoming. |
I have entered the price of 600 and 500 for MAX_PRICE_SERIES_SONYPS5C & SONYPS5DE.
however i get warehouse deals in the amount of 1200 and 1300....
maybe it's because of the warehouse?
is by the way at Amazon.DE
MAX_PRICE_SERIES_SONYPS5C="600"
MAX_PRICE_SERIES_SONYPS5DE="500"
I just saw that the colleague at #913 has a similar problem and has also somehow solved.
would be great if someone could also implement for all of us :)
The text was updated successfully, but these errors were encountered: