mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
fix(vuugo): add out of stock check (#1731)
This commit is contained in:
@@ -10,6 +10,10 @@ export const Vuugo: Store = {
|
||||
maxPrice: {
|
||||
container: 'div.price:nth-child(12)',
|
||||
},
|
||||
outOfStock: {
|
||||
container: '.description .red',
|
||||
text: ['Back Order'],
|
||||
},
|
||||
},
|
||||
links: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user