Skip to content

Commit

Permalink
Added 50 Series items from nvidia.de
Browse files Browse the repository at this point in the history
  • Loading branch information
BndktCG committed Jan 22, 2025
1 parent a0cd653 commit e55ecdb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 25 deletions.
41 changes: 16 additions & 25 deletions src/store/model/nvidia-de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,48 @@ export const NvidiaDE: Store = {
currency: '€',
labels: {
inStock: {
container: '.buy',
text: ['In den Einkaufswagen', 'JETZT KAUFEN'],
container: '#nv-button-f3d1a1873f > span',
text: ['In den Einkaufswagen', 'JETZT KAUFEN', 'Kaufen'],
},
outOfStock: {
container: '.buy',
text: ['DERZEIT NICHT VERFÜGBAR'],
container: '#nv-button-0a98a3e249 > span',
text: ['DERZEIT NICHT VERFÜGBAR','Benachrichtigungen erhalten'],
},
},
links: [
// test item
{
brand: 'test:brand',
model: 'test:model',
series: 'test:series',
url: 'https://www.nvidia.com/de-de/geforce/graphics-cards/rtx-2060-super/',
url: 'https://www.nvidia.com/de-de/geforce/graphics-cards/40-series/rtx-4090/',
},
// real items
{
brand: 'nvidia',
model: 'founders edition',
series: '3060ti',
url: 'https://shop.nvidia.com/de-de/geforce/store/gpu/?page=1&limit=9&locale=de-de&category=GPU&gpu=RTX%203060%20Ti&manufacturer=NVIDIA',
series: '5090',
url: 'https://www.nvidia.com/de-de/geforce/graphics-cards/50-series/rtx-5090/',
},
{
brand: 'nvidia',
model: 'founders edition',
series: '3070',
url: 'https://shop.nvidia.com/de-de/geforce/store/gpu/?page=1&limit=9&locale=de-de&category=GPU&gpu=RTX%203070&manufacturer=NVIDIA',
series: '5080',
url: 'https://www.nvidia.com/de-de/geforce/graphics-cards/50-series/rtx-5080/',
},
{
brand: 'nvidia',
model: 'founders edition',
series: '3070ti',
url: 'https://shop.nvidia.com/de-de/geforce/store/gpu/?page=1&limit=9&locale=de-de&category=GPU&gpu=RTX%203070%20Ti&manufacturer=NVIDIA',
series: '5070',
url: 'https://www.nvidia.com/de-de/geforce/graphics-cards/50-series/rtx-5070-family/',
},
{
brand: 'nvidia',
model: 'founders edition',
series: '3080',
url: 'https://shop.nvidia.com/de-de/geforce/store/gpu/?page=1&limit=9&locale=de-de&category=GPU&gpu=RTX%203080&manufacturer=NVIDIA',
},
{
brand: 'nvidia',
model: 'founders edition',
series: '3080ti',
url: 'https://shop.nvidia.com/de-de/geforce/store/gpu/?page=1&limit=9&locale=de-de&category=GPU&gpu=RTX%203080%20Ti&manufacturer=NVIDIA',
},
{
brand: 'nvidia',
model: 'founders edition',
series: '3090',
url: 'https://shop.nvidia.com/de-de/geforce/store/gpu/?page=1&limit=9&locale=de-de&category=GPU&gpu=RTX%203090&manufacturer=NVIDIA',
series: '5070ti',
url: 'https://www.nvidia.com/de-de/geforce/graphics-cards/50-series/rtx-5070-family/',
},

],
name: 'nvidia-de',
};
1 change: 1 addition & 0 deletions src/store/model/nvidia-marketplace-de.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {Store} from './store';

// note that nvidia marketplace does not have seperate product pages for each item. thats why products are referenced by filters. might be unstabe
export const NvidiaMarketplaceDE: Store = {
currency: '€',
labels: {
Expand Down

0 comments on commit e55ecdb

Please sign in to comment.