mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
fix(amazon): price and cart buttons
Resolves #1125 Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user