Skip to content

Commit

Permalink
fix(amazon-eu): checking price selector (#2856)
Browse files Browse the repository at this point in the history
  • Loading branch information
MurrayGroves authored Jan 12, 2022
1 parent 5d4f4c5 commit 19afe41
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/store/model/amazon-de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const AmazonDe: Store = {
text: ['in den einkaufswagen'],
},
maxPrice: {
container: '#priceblock_ourprice',
container: '.a-text-price',
euroFormat: true,
},
outOfStock: [
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/amazon-es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const AmazonEs: Store = {
text: ['añadir a la cesta'],
},
maxPrice: {
container: '#price',
container: '.a-text-price',
euroFormat: true,
},
outOfStock: [
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/amazon-fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const AmazonFr: Store = {
text: ['ajouter au panier'],
},
maxPrice: {
container: '#priceblock_ourprice',
container: '.a-text-price',
euroFormat: true,
},
outOfStock: [
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/amazon-it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const AmazonIt: Store = {
text: ['Aggiungi al carrello'],
},
maxPrice: {
container: '#priceblock_ourprice',
container: '.a-text-price',
euroFormat: true,
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/amazon-nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const AmazonNl: Store = {
},
],
maxPrice: {
container: '#priceblock_ourprice',
container: '.a-text-price',
euroFormat: true,
},
outOfStock: [
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/amazon-sg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const AmazonSg: Store = {
},
],
maxPrice: {
container: '#priceblock_ourprice',
container: '.a-text-price',
},
},
links: [
Expand Down
2 changes: 1 addition & 1 deletion src/store/model/amazon-uk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const AmazonUk: Store = {
text: ['in stock'],
},
maxPrice: {
container: '#priceblock_ourprice',
container: '.a-text-price',
},
outOfStock: [
{
Expand Down

0 comments on commit 19afe41

Please sign in to comment.