Skip to content

Commit

Permalink
chore(multicom): update selectors (#2499)
Browse files Browse the repository at this point in the history
  • Loading branch information
davols authored May 6, 2021
1 parent e397306 commit 7c4c6ed
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/store/model/multicom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ export const Multicom: Store = {
currency: 'kr.',
labels: {
inStock: {
container: '#ctl00_ContentMain_skPC_ctl00_ctl52_ctl02_btnBuy',
text: ['Legg i handlevogn'],
container:
'#ctl00_ContentMain_skPC_ctl00_ctl53_ctl02_btnBuy > div:nth-child(1) > span:nth-child(1)',
text: ['LEGG I HANDLEVOGN'],
},
maxPrice: {
container: '.b-product-price_',
},
outOfStock: {
container:
'#productCardContent > div.b-product-card > div.b-product-card__block-synopsys > div.b-price-block.b-price-block_visible > div.b-product-stock > div:nth-child(1) > a',
container: '.stock-notification-btn',
text: ['MOTTA VARSEL!'],
},
},
Expand Down

0 comments on commit 7c4c6ed

Please sign in to comment.