mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
feat(store): add max price containers to multiple stores (#579)
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user