fix(amazon-de): inStock selector

Fixes: #1178
This commit is contained in:
Jef LeCompte
2020-12-04 18:21:26 -05:00
parent ec0d9f50cb
commit 14cbd5a05b
+2 -2
View File
@@ -11,11 +11,11 @@ export const AmazonDe: Store = {
]
},
inStock: {
container: '#desktop_buybox',
container: '#add-to-cart-button',
text: ['in den einkaufswagen']
},
maxPrice: {
container: 'span[class*="PriceString"]',
container: '#priceblock_ourprice',
euroFormat: true
},
outOfStock: [