From 5e1dfc35680029620a1de7bc7a523140f2dae8af Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Tue, 8 Dec 2020 17:47:02 -0500 Subject: [PATCH] fix(eprice): inStock selector Fixes #1067 Co-authored-by: Maecenass --- src/store/model/eprice.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/store/model/eprice.ts b/src/store/model/eprice.ts index a902237058..4396b03c2b 100644 --- a/src/store/model/eprice.ts +++ b/src/store/model/eprice.ts @@ -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"]', @@ -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',