mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
feat(store): add Norwegian stores (#1985)
Adds elkjop.no, komplett.no, dustinhome.no, power.no and proshop.no
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
import {Store} from './store';
|
||||
|
||||
export const PowerNO: Store = {
|
||||
currency: 'kr.',
|
||||
labels: {
|
||||
inStock: {
|
||||
container:
|
||||
'#product-intro > div.container.old-product-page.ng-star-inserted > div > div > div.col-md-7 > div > div.product-control > div.buy-area.ng-star-inserted > div.buy-area__webshop > button',
|
||||
text: ['Legg til handlekurv'],
|
||||
},
|
||||
outOfStock: {
|
||||
container:
|
||||
'#product-intro > div.container.old-product-page.ng-star-inserted > div > div > div.col-md-7 > div > div.product-control > div.buy-area.ng-star-inserted > div > button',
|
||||
text: ['Ikke på lager'],
|
||||
},
|
||||
},
|
||||
links: [
|
||||
{
|
||||
brand: 'test:brand',
|
||||
model: 'test:model',
|
||||
series: 'test:series',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1128968/',
|
||||
},
|
||||
{
|
||||
brand: 'msi',
|
||||
model: 'ventus 3x oc',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1118420/',
|
||||
},
|
||||
{
|
||||
brand: 'msi',
|
||||
model: 'gaming x trio',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1118419/',
|
||||
},
|
||||
{
|
||||
brand: 'msi',
|
||||
model: 'suprim x',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1145753/',
|
||||
},
|
||||
{
|
||||
brand: 'asus',
|
||||
model: 'tuf',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1115923/',
|
||||
},
|
||||
{
|
||||
brand: 'asus',
|
||||
model: 'strix',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1117755/',
|
||||
},
|
||||
{
|
||||
brand: 'gigabyte',
|
||||
model: 'aorus xtreme',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1141929/',
|
||||
},
|
||||
{
|
||||
brand: 'gigabyte',
|
||||
model: 'eagle',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1141928/',
|
||||
},
|
||||
{
|
||||
brand: 'gigabyte',
|
||||
model: 'vision oc',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1121308/',
|
||||
},
|
||||
{
|
||||
brand: 'gigabyte',
|
||||
model: 'aorus master',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1121307/',
|
||||
},
|
||||
{
|
||||
brand: 'gigabyte',
|
||||
model: 'gaming oc',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1118416/',
|
||||
},
|
||||
{
|
||||
brand: 'gigabyte',
|
||||
model: 'eagle oc',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1118415/',
|
||||
},
|
||||
{
|
||||
brand: 'pny',
|
||||
model: 'xlr8 epic x',
|
||||
series: '3080',
|
||||
url: 'https://www.power.no/data-og-tilbehoer/p-1128968/',
|
||||
},
|
||||
],
|
||||
name: 'power-no',
|
||||
};
|
||||
Reference in New Issue
Block a user