From d0a4667a643398d836652642b993107ed05619d8 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Mon, 11 Jan 2021 12:14:15 -0500 Subject: [PATCH] feat(asus): add outOfStock label (#1653) Resolves #368 --- src/store/model/asus.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/store/model/asus.ts b/src/store/model/asus.ts index b1ad0a2..260e7c6 100644 --- a/src/store/model/asus.ts +++ b/src/store/model/asus.ts @@ -8,15 +8,19 @@ export const Asus: Store = { inStock: { container: '#item_add_cart', text: ['add to cart'] + }, + outOfStock: { + container: '#off_sale', + text: ['sold out'] } }, links: [ { brand: 'test:brand', - itemNumber: '202007AM020000005', + itemNumber: '202006AM260000003', model: 'test:model', series: 'test:series', - url: 'https://store.asus.com/us/item/202007AM020000005' + url: 'https://store.asus.com/us/item/202006AM260000003' }, { brand: 'asus',