fix(vuugo): add out of stock check (#1731)

This commit is contained in:
wofnull
2021-01-18 19:23:05 +01:00
committed by GitHub
parent 11e64942a0
commit 9695e29a02
+4
View File
@@ -10,6 +10,10 @@ export const Vuugo: Store = {
maxPrice: {
container: 'div.price:nth-child(12)',
},
outOfStock: {
container: '.description .red',
text: ['Back Order'],
},
},
links: [
{