mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +00:00
feat(galaxus): update selector, add out of stock check (#1607)
This commit is contained in:
@@ -8,9 +8,23 @@ export const Galaxus: Store = {
|
||||
text: ['In den Warenkorb']
|
||||
},
|
||||
maxPrice: {
|
||||
container: '.productDetail .Z1ex',
|
||||
container: '.productDetail .Z1et',
|
||||
euroFormat: true
|
||||
}
|
||||
},
|
||||
outOfStock: [
|
||||
{
|
||||
container: '.availabilityText',
|
||||
text: [
|
||||
'aktuell nicht lieferbar und kein liefertermin vorhanden'
|
||||
]
|
||||
},
|
||||
{
|
||||
container: '.availabilityText',
|
||||
text: [
|
||||
'der liefertermin ist beim lieferanten in abklärung und wird aktualisiert.'
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
links: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user