Skip to content

Commit

Permalink
feat(asus): add outOfStock label (jef#1653)
Browse files Browse the repository at this point in the history
Resolves jef#368
  • Loading branch information
jef authored and erwinc1 committed Mar 31, 2021
1 parent cae2479 commit fe9b37b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/store/model/asus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit fe9b37b

Please sign in to comment.