fix(newegg): maxPrice selector using used price

Fixes #1052

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-12-02 16:51:53 -05:00
parent 0e8774b1d0
commit feddac76d3
+2 -2
View File
@@ -12,8 +12,8 @@ export const Newegg: Store = {
text: ['add to cart'] text: ['add to cart']
}, },
maxPrice: { maxPrice: {
container: 'div#app div.product-price > ul > li.price-current > strong', container:
euroFormat: false '#app > div.page-content > div.page-section > div > div > div.row-side > div.product-buy-box > div:nth-child(3) > div.product-price > ul > li.price-current'
} }
}, },
links: [ links: [