mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +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',
|
container: 'body',
|
||||||
text: ['enter the characters you see below']
|
text: ['enter the characters you see below']
|
||||||
},
|
},
|
||||||
inStock: {
|
inStock: [
|
||||||
container: '#desktop_buybox',
|
{
|
||||||
text: ['add to cart']
|
container: '#add-to-cart-button',
|
||||||
},
|
text: ['add to cart']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
container: '#buy-now-button',
|
||||||
|
text: ['buy now']
|
||||||
|
}
|
||||||
|
],
|
||||||
maxPrice: {
|
maxPrice: {
|
||||||
container: 'span[class*="PriceString"]'
|
container: '#price_inside_buybox'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
links: [
|
links: [
|
||||||
|
|||||||
Reference in New Issue
Block a user