Skip to content

Commit

Permalink
fix(amazon-it): maxPrice selector and links (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimm1 committed Dec 7, 2020
1 parent d5bd7e3 commit 84f2cb7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/store/model/amazon-it.ts
Expand Up @@ -12,17 +12,18 @@ export const AmazonIt: Store = {
text: ['Aggiungi al carrello']
},
maxPrice: {
container: '#priceblock_ourprice'
container: '#priceblock_ourprice',
euroFormat: true
}
},
links: [
{
brand: 'asus',
cartUrl:
'https://www.amazon.it/gp/aws/cart/add.html?ASIN.1=B07PW9VBK5&Quantity.1=1',
'https://www.amazon.it/gp/aws/cart/add.html?ASIN.1=B08KHFZN9P&Quantity.1=1',
model: 'dual',
series: '3070',
url: 'https://www.amazon.it/dp/B07PW9VBK5'
url: 'https://www.amazon.it/dp/B08KHFZN9P'
},
{
brand: 'asus',
Expand Down

0 comments on commit 84f2cb7

Please sign in to comment.