chore(store): add xbox/ps5 to eu stores (#1047)

This commit is contained in:
fnk93
2020-11-30 22:58:27 +01:00
committed by GitHub
parent fb696bf85a
commit 0b60d3cf9a
9 changed files with 203 additions and 17 deletions
+23 -1
View File
@@ -17,7 +17,13 @@ export const AmazonDe: Store = {
maxPrice: {
container: 'span[class*="PriceString"]',
euroFormat: true
}
},
outOfStock: [
{
container: '#availability',
text: ['Derzeit nicht verfügbar']
}
]
},
links: [
{
@@ -515,6 +521,22 @@ export const AmazonDe: Store = {
model: 'ps5 digital',
series: 'sonyps5de',
url: 'https://www.amazon.de/dp/B08H98GVK8'
},
{
brand: 'microsoft',
cartUrl:
'https://www.amazon.de/gp/aws/cart/add.html?ASIN.1=B08H93ZRLL&Quantity.1=1',
model: 'xbox series x',
series: 'xboxsx',
url: 'https://www.amazon.de/dp/B08H93ZRLL'
},
{
brand: 'microsoft',
cartUrl:
'https://www.amazon.de/gp/aws/cart/add.html?ASIN.1=B087VM5XC6&Quantity.1=1',
model: 'xbox series s',
series: 'xboxss',
url: 'https://www.amazon.de/dp/B087VM5XC6'
}
],
name: 'amazon-de'