From b2d809c0ca8b1230eaa1802f07a5fc636724bd5f Mon Sep 17 00:00:00 2001 From: agpuperson <81822275+Mr-Tech-13@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:11:31 -0500 Subject: [PATCH 1/4] Update nvidia-gb.ts Update Selectors, add 5090/5080 FE --- src/store/model/nvidia-gb.ts | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/src/store/model/nvidia-gb.ts b/src/store/model/nvidia-gb.ts index 52a460939d..f9cadf61fb 100644 --- a/src/store/model/nvidia-gb.ts +++ b/src/store/model/nvidia-gb.ts @@ -4,12 +4,12 @@ export const NvidiaGB: Store = { currency: '£', labels: { inStock: { - container: '.buy', - text: ['add to cart', 'buy now'], + container: 'span.buy-link-atc', + text: ['Buy Now', 'Add to Cart'] }, outOfStock: { - container: '.buy', - text: ['out of stock'], + container: 'span.buy-link-atc', + text: ['Out of Stock'], }, }, links: [ @@ -55,7 +55,25 @@ export const NvidiaGB: Store = { series: '3090', url: 'https://shop.nvidia.com/en-gb/geforce/store/gpu/?page=1&limit=9&locale=en-gb&category=GPU&gpu=RTX%203090&manufacturer=NVIDIA', }, + { + brand: 'asus', + model: 'dual', + series: '4070', + url: 'https://marketplace.nvidia.com/en-gb/consumer/graphics-cards/?locale=en-gb&page=1&limit=12&manufacturer=ASUS&gpu=RTX%204070&', + }, + { + brand: 'nvidia', + model: 'founders edition', + series: '5090', + url: 'https://marketplace.nvidia.com/en-gb/consumer/graphics-cards/?locale=en-gb&page=1&limit=12&gpu=RTX%205090&manufacturer=NVIDIA', + }, + { + brand: 'nvidia', + model: 'founders edition', + series: '5080', + url: 'https://marketplace.nvidia.com/en-gb/consumer/graphics-cards/?locale=en-gb&page=1&limit=12&manufacturer=NVIDIA&gpu=RTX%205080&', + }, ], name: 'nvidia-gb', country: 'UK', -}; +}; \ No newline at end of file From 03564dd6f5922c9df2b11bd1826e3534caf9ba66 Mon Sep 17 00:00:00 2001 From: agpuperson <81822275+Mr-Tech-13@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:32:12 -0500 Subject: [PATCH 2/4] Update nvidia GB and DE --- src/store/model/nvidia-de.ts | 26 +++++++++++++++++++++++--- src/store/model/nvidia-gb.ts | 11 ++++++++++- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/src/store/model/nvidia-de.ts b/src/store/model/nvidia-de.ts index e8de308d1c..025d34dfee 100644 --- a/src/store/model/nvidia-de.ts +++ b/src/store/model/nvidia-de.ts @@ -4,13 +4,13 @@ export const NvidiaDE: Store = { currency: '€', labels: { inStock: { - container: '.buy', + container: 'span.buy-link-atc', text: ['In den Einkaufswagen', 'JETZT KAUFEN'], }, outOfStock: { - container: '.buy', + container: 'span.buy-link-atc', text: ['DERZEIT NICHT VERFÜGBAR'], - }, + }, }, links: [ { @@ -55,7 +55,27 @@ export const NvidiaDE: Store = { 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', }, + { + brand: 'nvidia', + model: 'founders edition', + series: '5080', + url: 'https://marketplace.nvidia.com/de-de/consumer/graphics-cards/?locale=de-de&page=1&limit=12&gpu=RTX%205080&manufacturer=NVIDIA', + }, + { + brand: 'nvidia', + model: 'founders edition', + series: '5090', + url: 'https://marketplace.nvidia.com/de-de/consumer/graphics-cards/?locale=de-de&page=1&limit=12&gpu=RTX%205090&manufacturer=NVIDIA', + }, ], name: 'nvidia-de', country: 'DE', }; +/* Copy Paste Template + { + brand: 'nvidia', + model: 'founders edition', + series: '', + url: '', + }, +*/ diff --git a/src/store/model/nvidia-gb.ts b/src/store/model/nvidia-gb.ts index f9cadf61fb..a18ca704d8 100644 --- a/src/store/model/nvidia-gb.ts +++ b/src/store/model/nvidia-gb.ts @@ -76,4 +76,13 @@ export const NvidiaGB: Store = { ], name: 'nvidia-gb', country: 'UK', -}; \ No newline at end of file +}; + +/* Copy Paste Template + { + brand: 'nvidia', + model: 'founders edition', + series: '', + url: '', + }, +*/ \ No newline at end of file From ea78b9422e4f938c0e52cdaf3a7df4a7672e4e15 Mon Sep 17 00:00:00 2001 From: agpuperson <81822275+Mr-Tech-13@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:41:14 -0500 Subject: [PATCH 3/4] Update nvidia-fr.ts --- src/store/model/nvidia-fr.ts | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/store/model/nvidia-fr.ts b/src/store/model/nvidia-fr.ts index b236c50446..11e9ad1ac9 100644 --- a/src/store/model/nvidia-fr.ts +++ b/src/store/model/nvidia-fr.ts @@ -4,11 +4,11 @@ export const NvidiaFR: Store = { currency: '€', labels: { inStock: { - container: '.buy', - text: ['ajouter au panier', 'acheter maintenant'], + container: 'span.buy-link-atc', + text: ['Acheter maintenant'], }, outOfStock: { - container: '.buy', + container: 'span.buy-link-atc', text: ['RUPTURE DE STOCK'], }, }, @@ -55,7 +55,21 @@ export const NvidiaFR: Store = { series: '3090', url: 'https://shop.nvidia.com/fr-fr/geforce/store/gpu/?page=1&limit=9&locale=fr-fr&category=GPU&gpu=RTX%203090&manufacturer=NVIDIA', }, + { + brand: 'nvidia', + model: 'founders edition', + series: '5090', + url: 'https://marketplace.nvidia.com/fr-fr/consumer/graphics-cards/?locale=fr-fr&page=1&limit=12&gpu=RTX%204090&manufacturer=MSI', + }, ], name: 'nvidia-fr', country: 'FR', }; +/* Copy Paste Template + { + brand: 'nvidia', + model: 'founders edition', + series: '', + url: '', + }, +*/ \ No newline at end of file From 4cc67417a7075781d8f1a5adc26b217bcacc136b Mon Sep 17 00:00:00 2001 From: agpuperson <81822275+Mr-Tech-13@users.noreply.github.com> Date: Fri, 31 Jan 2025 12:42:06 -0500 Subject: [PATCH 4/4] Update nvidia-fr.ts --- src/store/model/nvidia-fr.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/store/model/nvidia-fr.ts b/src/store/model/nvidia-fr.ts index 11e9ad1ac9..15aa6544a4 100644 --- a/src/store/model/nvidia-fr.ts +++ b/src/store/model/nvidia-fr.ts @@ -59,7 +59,13 @@ export const NvidiaFR: Store = { brand: 'nvidia', model: 'founders edition', series: '5090', - url: 'https://marketplace.nvidia.com/fr-fr/consumer/graphics-cards/?locale=fr-fr&page=1&limit=12&gpu=RTX%204090&manufacturer=MSI', + url: 'https://marketplace.nvidia.com/fr-fr/consumer/graphics-cards/?locale=fr-fr&page=1&limit=12&gpu=RTX%205090&manufacturer=NVIDIA', + }, + { + brand: 'nvidia', + model: 'founders edition', + series: '5080', + url: 'https://marketplace.nvidia.com/fr-fr/consumer/graphics-cards/?locale=fr-fr&page=1&limit=12&gpu=RTX%205080&manufacturer=NVIDIA', }, ], name: 'nvidia-fr',