Skip to content

Commit

Permalink
feat(proshop-de): add proshop-de inStock selector (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
benben committed Jan 8, 2021
1 parent 30f3fab commit 9c2ea8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/store/model/proshop-de.ts
Expand Up @@ -3,14 +3,18 @@ import {Store} from './store';
export const ProshopDE: Store = {
currency: '€',
labels: {
inStock: {
container: 'button[data-form-action="addToBasket"]',
text: ['bestellen']
},
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.']
text: ['Die Ware ist leider nicht mehr verfügbar.']
}
},
links: [
Expand Down

0 comments on commit 9c2ea8d

Please sign in to comment.