feat(store): add max price containers to multiple stores (#579)

This commit is contained in:
xninjax
2020-10-23 06:06:55 -06:00
committed by GitHub
parent 503d76f3c7
commit f9c4c25874
24 changed files with 108 additions and 12 deletions
+4
View File
@@ -5,6 +5,10 @@ export const Computeruniverse: Store = {
inStock: {
container: '.availability',
text: ['bestellartikel', 'auf lager und sofort lieferbar', 'kurzfristig verfügbar']
},
maxPrice: {
container: '.product-price',
euroFormat: true
}
},
links: [