Skip to content

Commit 1632ef5

Browse files
authored
feat: add 5080 series products to various canadian retailers (#3215)
This pull request includes updates to the product listings for several Canadian electronics stores in the `src/store/model` directory. The changes primarily involve adding new products and updating URLs for existing products. ### Updates to product listings: * `src/store/model/bestbuy-ca.ts`: * Updated the URL for the ASUS Prime 5080 product. * `src/store/model/canadacomputers.ts`: * Added new products from Zotac and Gigabyte to the listings. * `src/store/model/memoryexpress.ts`: * Added new products from Gigabyte and ASUS to the listings. * `src/store/model/newegg-ca.ts`: * Added new products from Gigabyte, Zotac, PNY, MSI, and ASUS to the listings.
1 parent 3416266 commit 1632ef5

File tree

4 files changed

+55
-1
lines changed

4 files changed

+55
-1
lines changed

src/store/model/bestbuy-ca.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ export const BestBuyCa: Store = {
323323
brand: 'asus',
324324
model: 'prime',
325325
series: '5080',
326-
url: 'https://www.bestbuy.ca/en-ca/product/18934247',
326+
url: 'https://www.bestbuy.ca/en-ca/product/18971064',
327327
},
328328
{
329329
brand: 'pny',

src/store/model/canadacomputers.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,18 @@ export const CanadaComputers: Store = {
505505
series: 'xboxsx',
506506
url: 'https://www.canadacomputers.com/product_info.php?cPath=13_1860_1862&item_id=184244&language=en',
507507
},
508+
{
509+
brand: 'zotac',
510+
model: 'solid',
511+
series: '5080',
512+
url: 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=268152&language=en',
513+
},
514+
{
515+
brand: 'gigabyte',
516+
model: 'windforce oc',
517+
series: '5080',
518+
url: 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=268141&language=en',
519+
},
508520
],
509521
name: 'canadacomputers',
510522
country: 'CA',

src/store/model/memoryexpress.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,18 @@ export const MemoryExpress: Store = {
502502
series: 'rx6900xt',
503503
url: 'https://www.memoryexpress.com/Products/MX00115051',
504504
},
505+
{
506+
brand: 'gigabyte',
507+
model: 'windforce oc',
508+
series: '5080',
509+
url: 'https://www.memoryexpress.com/Products/MX00132482',
510+
},
511+
{
512+
brand: 'asus',
513+
model: 'prime',
514+
series: '5080',
515+
url: 'https://www.memoryexpress.com/Products/MX00132529',
516+
},
505517
],
506518
name: 'memoryexpress',
507519
country: 'CA',

src/store/model/newegg-ca.ts

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,36 @@ export const NeweggCa: Store = {
10051005
series: '3080ti',
10061006
url: 'https://www.newegg.ca/asus-geforce-rtx-3080-ti-tuf-rtx3080ti-12g-gaming/p/N82E16814126510',
10071007
},
1008+
{
1009+
brand: 'gigabyte',
1010+
model: 'aero oc',
1011+
series: '5080',
1012+
url: 'https://www.newegg.ca/gigabyte-gv-n5080aero-oc-16gd-nvidia-geforce-rtx-5080-16gb-gddr7/p/N82E16814932756',
1013+
},
1014+
{
1015+
brand: 'zotac',
1016+
model: 'solid',
1017+
series: '5080',
1018+
url: 'https://www.newegg.ca/zotac-solid-zt-b50800d-10p-nvidia-geforce-rtx-5080-16gb-gddr7/p/N82E16814500596',
1019+
},
1020+
{
1021+
brand: 'pny',
1022+
model: 'oc',
1023+
series: '5080',
1024+
url: 'https://www.newegg.ca/pny-oc-vcg508016tfxpb1-o-nvidia-geforce-rtx-5080-16gb-gddr7/p/N82E16814133899',
1025+
},
1026+
{
1027+
brand: 'msi',
1028+
model: 'ventus 3x',
1029+
series: '5080',
1030+
url: 'https://www.newegg.ca/msi-rtx-5080-16g-ventus-3x-nvidia-geforce-rtx-5080-16gb-gddr7/p/N82E16814137945',
1031+
},
1032+
{
1033+
brand: 'asus',
1034+
model: 'prime',
1035+
series: '5080',
1036+
url: 'https://www.newegg.ca/asus-prime-rtx5080-16g-nvidia-geforce-rtx-5080-16gb-gddr7/p/N82E16814126776',
1037+
},
10081038
],
10091039
name: 'newegg-ca',
10101040
country: 'CA',

0 commit comments

Comments
 (0)