Restock monitor - Updating texts for tickets available/unavailable restock detection

filter-not-found-message-tweak
dgtlmoon 2 years ago
parent aeabd5b3fc
commit 247db22a33

@ -10,6 +10,7 @@ function isItemInStock() {
'brak na stanie', 'brak na stanie',
'brak w magazynie', 'brak w magazynie',
'coming soon', 'coming soon',
'currently have any tickets for this',
'currently unavailable', 'currently unavailable',
'en rupture de stock', 'en rupture de stock',
'item is no longer available', 'item is no longer available',
@ -20,7 +21,9 @@ function isItemInStock() {
'nicht zur verfügung', 'nicht zur verfügung',
'no disponible temporalmente', 'no disponible temporalmente',
'no longer in stock', 'no longer in stock',
'no tickets available',
'not available', 'not available',
'not currently available',
'not in stock', 'not in stock',
'notify me when available', 'notify me when available',
'não estamos a aceitar encomendas', 'não estamos a aceitar encomendas',
@ -30,6 +33,8 @@ function isItemInStock() {
'sold out', 'sold out',
'temporarily out of stock', 'temporarily out of stock',
'temporarily unavailable', 'temporarily unavailable',
'tickets unavailable',
'unavailable tickets',
'we do not currently have an estimate of when this product will be back in stock.', 'we do not currently have an estimate of when this product will be back in stock.',
'zur zeit nicht an lager', 'zur zeit nicht an lager',
]; ];

Loading…
Cancel
Save