From 0e65f336902dec99aa10a4b4823f4d2411674cae Mon Sep 17 00:00:00 2001 From: wofnull Date: Fri, 5 Feb 2021 01:47:43 +0100 Subject: [PATCH] fix(amazon-ca): out of stock check was missing (#1885) --- src/store/model/amazon-ca.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/store/model/amazon-ca.ts b/src/store/model/amazon-ca.ts index fbfd898400..758251d29d 100644 --- a/src/store/model/amazon-ca.ts +++ b/src/store/model/amazon-ca.ts @@ -14,6 +14,10 @@ export const AmazonCa: Store = { maxPrice: { container: '.a-color-price', }, + outOfStock: { + container: '.a-color-price', + text: ['currently unavailable.'], + }, }, links: [ {