Skip to content

Commit

Permalink
fix(eprice): inStock selector
Browse files Browse the repository at this point in the history
Fixes #1067

Co-authored-by: Maecenass
  • Loading branch information
jef committed Dec 8, 2020
1 parent 5955d10 commit 5e1dfc3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/store/model/eprice.ts
Expand Up @@ -3,8 +3,8 @@ import {Store} from './store';
export const Eprice: Store = {
labels: {
inStock: {
container: '.form_aggiungi_articolo',
text: ['AGGIUNGI AL CARRELLO']
container: '.topSideDx',
text: ['disponibile', 'pochi pezzi']
},
maxPrice: {
container: '#PrezzoClasic span[class*="big"]',
Expand All @@ -16,6 +16,12 @@ export const Eprice: Store = {
}
},
links: [
{
brand: 'test:brand',
model: 'test:model',
series: 'test:series',
url: 'https://www.eprice.it/cuffie-con-microfono-APPLE/d-9030906'
},
{
brand: 'msi',
model: 'ventus 3x oc',
Expand Down

0 comments on commit 5e1dfc3

Please sign in to comment.