mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +00:00
feat(proshop-de): add proshop-de inStock selector (#1633)
This commit is contained in:
@@ -3,6 +3,10 @@ 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"]',
|
||||
@@ -10,7 +14,7 @@ export const ProshopDE: Store = {
|
||||
},
|
||||
outOfStock: {
|
||||
container: '.site-currency-attention',
|
||||
text: ['die ware ist leider nicht mehr verfügbar.']
|
||||
text: ['Die Ware ist leider nicht mehr verfügbar.']
|
||||
}
|
||||
},
|
||||
links: [
|
||||
|
||||
Reference in New Issue
Block a user