mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
feat(store): add max price containers to multiple stores (#579)
This commit is contained in:
@@ -2,6 +2,10 @@ import {Store} from './store';
|
||||
|
||||
export const ProshopDE: Store = {
|
||||
labels: {
|
||||
maxPrice: {
|
||||
container: '.site-currency-wrapper > span[class="site-currency-attention"]',
|
||||
euroFormat: true
|
||||
},
|
||||
outOfStock: {
|
||||
container: '.site-currency-attention',
|
||||
text: ['die ware ist leider nicht mehr verfügbar.']
|
||||
|
||||
Reference in New Issue
Block a user