Streetmerchant: False alerts for saturn/mediamarkt

Created on 14 Nov 2020  路  5Comments  路  Source: jef/streetmerchant

I am getting false alerts for mediamarkt and saturn for any model of 3080.

needs triage bug

Most helpful comment

I had the same problem and altered the depending .ts files a bit. Add the following code before the outOfStock element of the saturn.ts and mediamarkt.ts

inStock: [ { container: '#root', text : ['lieferung'] }, { container: '#root', text : ['abholbereit'] } ],

As the default items are not available right now I tested it against a manually added item. Maybe give it a try 馃槂.

All 5 comments

Same here, basically all products for Mediamarkt and Saturn trigger alerts, pop-ups etc. although they have nothing available except for some 3090s

I had the same problem and altered the depending .ts files a bit. Add the following code before the outOfStock element of the saturn.ts and mediamarkt.ts

inStock: [ { container: '#root', text : ['lieferung'] }, { container: '#root', text : ['abholbereit'] } ],

As the default items are not available right now I tested it against a manually added item. Maybe give it a try 馃槂.

@Apington Could you pls show me the whole code of saturn.ts after your adds?

@scaryval
sure, no problem. I altered the mediamarkt.ts with the same flags. Just rename the file to .ts or copy paste the content in your .ts files.

saturn.txt

This needs updating... I'll update.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lngchn picture lngchn  路  3Comments

louij2 picture louij2  路  3Comments

ATLTVHEAD picture ATLTVHEAD  路  4Comments

gahmee picture gahmee  路  3Comments

AlphaOmega2020 picture AlphaOmega2020  路  4Comments