mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
fix(amazon-it): maxPrice selector and links (#1239)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user