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