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
@@ -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.']