diff --git a/src/store/model/amazon.ts b/src/store/model/amazon.ts index c76a9a24fe..a36ca51a4e 100644 --- a/src/store/model/amazon.ts +++ b/src/store/model/amazon.ts @@ -7,12 +7,18 @@ export const Amazon: Store = { container: 'body', text: ['enter the characters you see below'] }, - inStock: { - container: '#desktop_buybox', - text: ['add to cart'] - }, + inStock: [ + { + container: '#add-to-cart-button', + text: ['add to cart'] + }, + { + container: '#buy-now-button', + text: ['buy now'] + } + ], maxPrice: { - container: 'span[class*="PriceString"]' + container: '#price_inside_buybox' } }, links: [