mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
fix(store): update out of stock detection for MediaMarkt and Saturn (#1549)
Fixes #1545
This commit is contained in:
@@ -15,11 +15,23 @@ export const Mediamarkt: Store = {
|
||||
outOfStock: [
|
||||
{
|
||||
container: '#root',
|
||||
text: ['Dieser artikel ist aktuell nicht verfügbar.']
|
||||
text: ['Dieser Artikel ist aktuell nicht verfügbar.']
|
||||
},
|
||||
{
|
||||
container: '#root',
|
||||
text: ['Leider keine Lieferung möglich']
|
||||
},
|
||||
{
|
||||
container: '#root',
|
||||
text: ['Nicht verfügbar']
|
||||
},
|
||||
{
|
||||
container: '#root',
|
||||
text: ['Dieser Artikel ist dauerhaft ausverkauft']
|
||||
},
|
||||
{
|
||||
container: '#root',
|
||||
text: ['Dieser Artikel ist bald wieder für Sie verfügbar']
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -15,11 +15,23 @@ export const Saturn: Store = {
|
||||
outOfStock: [
|
||||
{
|
||||
container: '#root',
|
||||
text: ['Dieser artikel ist aktuell nicht verfügbar.']
|
||||
text: ['Dieser Artikel ist aktuell nicht verfügbar.']
|
||||
},
|
||||
{
|
||||
container: '#root',
|
||||
text: ['Leider keine Lieferung möglich']
|
||||
},
|
||||
{
|
||||
container: '#root',
|
||||
text: ['Nicht verfügbar']
|
||||
},
|
||||
{
|
||||
container: '#root',
|
||||
text: ['Dieser Artikel ist dauerhaft ausverkauft']
|
||||
},
|
||||
{
|
||||
container: '#root',
|
||||
text: ['Dieser Artikel ist bald wieder für Sie verfügbar']
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user