-
-
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
Otto wrong product #1163
Comments
oh ok, if I follow the links manually, Otto redirects me to the remote control. German: English: Is there a way to prevent this? |
its the same problem #1132 |
Yes can anyone link the 2 bug reports? |
I think the link might be correct, because with the 3rd order wave on november 19th, I got a PS5 into my basket, but one day later, the order got cancelled. But in my order history, there is a link to the product page, and this is the same as in the otto.ts file. On the other hand, I definately got no alarm by the script when I let it run yesterday with the default settings - which is kind of strange when they really sold a few consoles yesterday as reported in the media. |
I think you're right, because https://www.otto.de/p/playstation-5-1136008456/#variationId=1136008459 forwards to https://www.otto.de/p/playstation-5-medienfernbedienung-1170617135/#variationId=1170617136. As of now, there isn't any way around this, except maybe Like @gigi2006 said, take a look at #1132 (comment). I believe that'll be the solution. I can see if I can do something about that.
Scratch that, we can use the |
I think adding something like this would be good inStock: [
{
container:
'button.prd_ordering__button.p_btn150--1st.js_product_addToBasket',
text: ['In den Warenkorb']
+ },
+ {
+ container: '.js_shortInfo__variationName.prd_shortInfo__variationName',
+ text: ['konsole']
+ }
], But this would be site wide, which wouldn't be great. |
Take a look at that PR and let me know if that looks good (in terms of what the text should say). |
Description
the wrong product is being tested at Otto.
You get the remote control instead of the consoles reported.
Possible solution
change Product ID ?
The text was updated successfully, but these errors were encountered: