I am getting false alerts for mediamarkt and saturn for any model of 3080.
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.
This needs updating... I'll update.
Most helpful comment
I had the same problem and altered the depending .ts files a bit. Add the following code before the
outOfStockelement of the saturn.ts and mediamarkt.tsinStock: [ { 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 馃槂.