Skip to content

Commit

Permalink
fix(vuugo): add out of stock check (jef#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
wofnull authored and patlux committed Jan 19, 2021
1 parent 9fed2b8 commit dcdb839
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/store/model/vuugo.ts
Expand Up @@ -10,6 +10,10 @@ export const Vuugo: Store = {
maxPrice: {
container: 'div.price:nth-child(12)',
},
outOfStock: {
container: '.description .red',
text: ['Back Order'],
},
},
links: [
{
Expand Down

0 comments on commit dcdb839

Please sign in to comment.