From 9695e29a02ea320842954db9f2ea51612b983490 Mon Sep 17 00:00:00 2001 From: wofnull Date: Mon, 18 Jan 2021 19:23:05 +0100 Subject: [PATCH] fix(vuugo): add out of stock check (#1731) --- src/store/model/vuugo.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/store/model/vuugo.ts b/src/store/model/vuugo.ts index 397cd4bc0e..6f8a7a6d35 100644 --- a/src/store/model/vuugo.ts +++ b/src/store/model/vuugo.ts @@ -10,6 +10,10 @@ export const Vuugo: Store = { maxPrice: { container: 'div.price:nth-child(12)', }, + outOfStock: { + container: '.description .red', + text: ['Back Order'], + }, }, links: [ {