mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
fix(store): italian store checks (#1212)
This commit is contained in:
@@ -5,7 +5,9 @@ export const AmazonIt: Store = {
|
||||
labels: {
|
||||
captcha: {
|
||||
container: 'body',
|
||||
text: ['enter the characters you see below']
|
||||
text: [
|
||||
'Inserisci i caratteri visualizzati nello spazio sottostante'
|
||||
]
|
||||
},
|
||||
inStock: {
|
||||
container: '#desktop_buybox',
|
||||
|
||||
@@ -9,6 +9,10 @@ export const Eprice: Store = {
|
||||
maxPrice: {
|
||||
container: '#PrezzoClasic span[class*="big"]',
|
||||
euroFormat: true
|
||||
},
|
||||
outOfStock: {
|
||||
container: '.dispo',
|
||||
text: ['ESAURITO O FUORI PROD.']
|
||||
}
|
||||
},
|
||||
links: [
|
||||
|
||||
@@ -2,6 +2,10 @@ import {Store} from './store';
|
||||
|
||||
export const Unieuro: Store = {
|
||||
labels: {
|
||||
captcha: {
|
||||
container: 'body',
|
||||
text: ['Too Many Requests.']
|
||||
},
|
||||
inStock: {
|
||||
container: '.price-container',
|
||||
text: ['Aggiungi al carrello']
|
||||
|
||||
Reference in New Issue
Block a user