From 5bbdfa2abc23c2e1fb1c606227754a1701cab194 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Wed, 2 Dec 2020 17:47:06 -0500 Subject: [PATCH] fix(smythstoys): add out of stock label Signed-off-by: Jef LeCompte --- src/store/model/smythstoys.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/store/model/smythstoys.ts b/src/store/model/smythstoys.ts index 408beb4..b1d1ba4 100644 --- a/src/store/model/smythstoys.ts +++ b/src/store/model/smythstoys.ts @@ -9,6 +9,10 @@ export const SmythsToys: Store = { maxPrice: { container: '.price_tag', euroFormat: false + }, + outOfStock: { + container: '.instoreMessage', + text: ['out of stock'] } }, links: [