mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
fix(store): update inStock and maxPrice for newegg, newegg-ca (#433)
Fixes #400 Co-authored-by: Josh Eckerman <josh.eckerman@gubagoo.com>
This commit is contained in:
@@ -7,11 +7,11 @@ export const NeweggCa: Store = {
|
||||
text: ['are you a human?']
|
||||
},
|
||||
inStock: {
|
||||
container: '#landingpage-cart .btn-primary span',
|
||||
container: 'div#ProductBuy .btn-primary',
|
||||
text: ['add to cart']
|
||||
},
|
||||
maxPrice: {
|
||||
container: '#landingpage-price > div > div > ul > li.price-current > strong',
|
||||
container: 'div#app div.product-price > ul > li.price-current > strong',
|
||||
euroFormat: false
|
||||
}
|
||||
},
|
||||
|
||||
@@ -7,11 +7,11 @@ export const Newegg: Store = {
|
||||
text: ['are you a human?']
|
||||
},
|
||||
inStock: {
|
||||
container: '#landingpage-cart .btn-primary span',
|
||||
container: 'div#ProductBuy .btn-primary',
|
||||
text: ['add to cart']
|
||||
},
|
||||
maxPrice: {
|
||||
container: '#landingpage-price > div > div > ul > li.price-current > strong',
|
||||
container: 'div#app div.product-price > ul > li.price-current > strong',
|
||||
euroFormat: false
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user