mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
@@ -3,8 +3,8 @@ import {Store} from './store';
|
|||||||
export const Eprice: Store = {
|
export const Eprice: Store = {
|
||||||
labels: {
|
labels: {
|
||||||
inStock: {
|
inStock: {
|
||||||
container: '.form_aggiungi_articolo',
|
container: '.topSideDx',
|
||||||
text: ['AGGIUNGI AL CARRELLO']
|
text: ['disponibile', 'pochi pezzi']
|
||||||
},
|
},
|
||||||
maxPrice: {
|
maxPrice: {
|
||||||
container: '#PrezzoClasic span[class*="big"]',
|
container: '#PrezzoClasic span[class*="big"]',
|
||||||
@@ -16,6 +16,12 @@ export const Eprice: Store = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
links: [
|
links: [
|
||||||
|
{
|
||||||
|
brand: 'test:brand',
|
||||||
|
model: 'test:model',
|
||||||
|
series: 'test:series',
|
||||||
|
url: 'https://www.eprice.it/cuffie-con-microfono-APPLE/d-9030906'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
brand: 'msi',
|
brand: 'msi',
|
||||||
model: 'ventus 3x oc',
|
model: 'ventus 3x oc',
|
||||||
|
|||||||
Reference in New Issue
Block a user