mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat(vsgamers): add maxPrice selector(#1682)
This commit is contained in:
@@ -7,6 +7,10 @@ export const VsGamers: Store = {
|
|||||||
container: '#vs-product-sheet-dashboard',
|
container: '#vs-product-sheet-dashboard',
|
||||||
text: ['COMPRAR', 'RESERVAR']
|
text: ['COMPRAR', 'RESERVAR']
|
||||||
},
|
},
|
||||||
|
maxPrice: {
|
||||||
|
container: 'div[class="current ng-binding"]',
|
||||||
|
euroFormat: true
|
||||||
|
},
|
||||||
outOfStock: {
|
outOfStock: {
|
||||||
container: '#vs-product-sheet-dashboard',
|
container: '#vs-product-sheet-dashboard',
|
||||||
text: ['Avísame']
|
text: ['Avísame']
|
||||||
|
|||||||
Reference in New Issue
Block a user