feat(notification): add price to links (#1209)

fix(store): label selection ordering and pricing
fix(nvidia): deprecation notice removed outside of usa
fix(amazon): maxPrice selector

Resolves #1188
Resolves #673
Resolves #1187
This commit is contained in:
Jef LeCompte
2020-12-05 23:22:58 -05:00
committed by GitHub
parent f7b32e8ac5
commit 15ec12b0a3
17 changed files with 157 additions and 112 deletions
+3 -3
View File
@@ -18,17 +18,17 @@ export const Amazon: Store = {
}
],
maxPrice: {
container: '#price_inside_buybox'
container: '#priceblock_ourprice'
}
},
links: [
{
brand: 'test:brand',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B07TDN1SC5&Quantity.1=1',
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B083248S3B&Quantity.1=1',
model: 'test:model',
series: 'test:series',
url: 'https://www.amazon.com/dp/B07TDN1SC5'
url: 'https://www.amazon.com/dp/B083248S3B'
},
{
brand: 'asus',