Skip to content

Commit

Permalink
fix(vuugo): add out of stock check (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
wofnull committed Jan 18, 2021
1 parent 11e6494 commit 9695e29
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 9695e29

Please sign in to comment.