diff --git a/src/store/model/canadacomputers.ts b/src/store/model/canadacomputers.ts index 5a67cdcc17..3c3543cc7a 100644 --- a/src/store/model/canadacomputers.ts +++ b/src/store/model/canadacomputers.ts @@ -355,6 +355,104 @@ export const CanadaComputers: Store = { url: 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=181352&language=en' }, + { + brand: 'msi', + model: 'gaming x trio', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185086&language=en' + }, + { + brand: 'asus', + model: 'tuf', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=184759&language=en' + }, + { + brand: 'msi', + model: 'ventus 2x oc', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185087&language=en' + }, + { + brand: 'asus', + model: 'dual', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=184760&language=en' + }, + { + brand: 'zotac', + model: 'twin edge oc', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185751&language=en' + }, + { + brand: 'zotac', + model: 'twin edge', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185752&language=en' + }, + { + brand: 'asus', + model: 'strix', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=184431&language=en' + }, + { + brand: 'evga', + model: 'xc gaming', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185988&language=en' + }, + { + brand: 'evga', + model: 'ftw3 ultra', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185987&language=en' + }, + { + brand: 'gigabyte', + model: 'eagle oc', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185408&language=en' + }, + { + brand: 'gigabyte', + model: 'gaming oc', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185407&language=en' + }, + { + brand: 'gigabyte', + model: 'gaming oc pro', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185406&language=en' + }, + { + brand: 'gigabyte', + model: 'aorus', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185405&language=en' + }, + { + brand: 'asus', + model: 'ko', + series: '3060ti', + url: + 'https://www.canadacomputers.com/product_info.php?cPath=43_557_559&item_id=185168&language=en' + }, { brand: 'amd', model: '5600x', diff --git a/src/store/model/memoryexpress.ts b/src/store/model/memoryexpress.ts index 3131d8f78c..6029ba2410 100644 --- a/src/store/model/memoryexpress.ts +++ b/src/store/model/memoryexpress.ts @@ -20,6 +20,84 @@ export const MemoryExpress: Store = { series: 'test:series', url: 'https://www.memoryexpress.com/Products/MX79473' }, + { + brand: 'msi', + model: 'gaming x trio', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114969' + }, + { + brand: 'msi', + model: 'ventus 2x oc', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114970' + }, + { + brand: 'asus', + model: 'dual', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114818' + }, + { + brand: 'asus', + model: 'strix', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114786' + }, + { + brand: 'asus', + model: 'tuf', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114819' + }, + { + brand: 'gigabyte', + model: 'aorus', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114923' + }, + { + brand: 'gigabyte', + model: 'eagle', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114927' + }, + { + brand: 'gigabyte', + model: 'eagle oc', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114926' + }, + { + brand: 'evga', + model: 'ftw3 ultra', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00115013' + }, + { + brand: 'gigabyte', + model: 'gaming oc', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114925' + }, + { + brand: 'gigabyte', + model: 'gaming oc pro', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114924' + }, + { + brand: 'evga', + model: 'xc gaming', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00115014' + }, + { + brand: 'asus', + model: 'ko', + series: '3060ti', + url: 'https://www.memoryexpress.com/Products/MX00114888' + }, { brand: 'amd', model: '5950x', diff --git a/src/store/model/newegg-ca.ts b/src/store/model/newegg-ca.ts index 3d98ddc00f..442d306785 100644 --- a/src/store/model/newegg-ca.ts +++ b/src/store/model/newegg-ca.ts @@ -417,6 +417,126 @@ export const NeweggCa: Store = { url: 'https://www.newegg.ca/evga-geforce-rtx-3070-08g-p5-3753-kr/p/N82E16814487529' }, + { + brand: 'asus', + itemNumber: '14-126-471', + model: 'tuf', + series: '3060ti', + url: + 'https://www.newegg.ca/asus-geforce-rtx-3060-ti-tuf-rtx3060ti-o8g-gaming/p/N82E16814126471' + }, + { + brand: 'gigabyte', + itemNumber: '14-932-377', + model: 'gaming oc', + series: '3060ti', + url: + 'https://www.newegg.ca/gigabyte-geforce-rtx-3060-ti-gv-n306tgaming-oc-8gd/p/N82E16814932377' + }, + { + brand: 'gigabyte', + itemNumber: '14-932-375', + model: 'aorus', + series: '3060ti', + url: + 'https://www.newegg.ca/gigabyte-geforce-rtx-3060-ti-gv-n306taorus-m-8gd/p/N82E16814932375' + }, + { + brand: 'asus', + itemNumber: '14-126-468', + model: 'dual', + series: '3060ti', + url: + 'https://www.newegg.ca/asus-geforce-rtx-3060-ti-dual-rtx3060ti-o8g/p/N82E16814126468' + }, + { + brand: 'asus', + itemNumber: '14-126-470', + model: 'strix', + series: '3060ti', + url: + 'https://www.newegg.ca/asus-geforce-rtx-3060-ti-rog-strix-rtx3060ti-o8g-gaming/p/N82E16814126470' + }, + { + brand: 'evga', + itemNumber: '14-487-535', + model: 'xc gaming', + series: '3060ti', + url: + 'https://www.newegg.ca/evga-geforce-rtx-3060-ti-08g-p5-3663-kr/p/N82E16814487535' + }, + { + brand: 'gigabyte', + itemNumber: '14-932-376', + model: 'gaming oc pro', + series: '3060ti', + url: + 'https://www.newegg.ca/gigabyte-geforce-rtx-3060-ti-gv-n306tgamingoc-pro-8gd/p/N82E16814932376' + }, + { + brand: 'zotac', + itemNumber: '14-500-507', + model: 'gaming', + series: '3060ti', + url: + 'https://www.newegg.ca/zotac-geforce-rtx-3060-ti-zt-a30610h-10m/p/N82E16814500507' + }, + { + brand: 'evga', + itemNumber: '14-487-537', + model: 'ftw3 ultra', + series: '3060ti', + url: + 'https://www.newegg.ca/evga-geforce-rtx-3060-ti-08g-p5-3667-kr/p/N82E16814487537' + }, + { + brand: 'msi', + itemNumber: '14-137-612', + model: 'ventus 2x', + series: '3060ti', + url: + 'https://www.newegg.ca/msi-geforce-rtx-3060-ti-rtx-3060-ti-ventus-2x-oc/p/N82E16814137612' + }, + { + brand: 'asus', + itemNumber: '14-126-474', + model: 'ko', + series: '3060ti', + url: + 'https://www.newegg.ca/asus-geforce-rtx-3060-ti-ko-rtx3060ti-o8g-gaming/p/N82E16814126474' + }, + { + brand: 'msi', + itemNumber: '14-137-611', + model: 'gaming x trio', + series: '3060ti', + url: + 'https://www.newegg.ca/msi-geforce-rtx-3060-ti-rtx-3060-ti-gaming-x-trio/p/N82E16814137611' + }, + { + brand: 'gigabyte', + itemNumber: '14-932-378', + model: 'eagle oc', + series: '3060ti', + url: + 'https://www.newegg.ca/gigabyte-geforce-rtx-3060-ti-gv-n306teagle-oc-8gd/p/N82E16814932378' + }, + { + brand: 'gigabyte', + itemNumber: '14-932-379', + model: 'eagle', + series: '3060ti', + url: + 'https://www.newegg.ca/gigabyte-geforce-rtx-3060-ti-gv-n306teagle-8gd/p/N82E16814932379' + }, + { + brand: 'zotac', + itemNumber: '14-500-506', + model: 'twin edge', + series: '3060ti', + url: + 'https://www.newegg.ca/zotac-geforce-rtx-3060-ti-zt-a30610e-10m/p/N82E16814500506' + }, { brand: 'amd', itemNumber: '19-113-663', diff --git a/src/store/model/store.ts b/src/store/model/store.ts index f73d99e10a..859b1f6def 100644 --- a/src/store/model/store.ts +++ b/src/store/model/store.ts @@ -76,6 +76,7 @@ export type Model = | 'ftw3' | 'gamerock oc' | 'gaming oc' + | 'gaming oc pro' | 'gaming pro oc' | 'gaming pro' | 'gaming x trio' @@ -84,6 +85,7 @@ export type Model = | 'ichill x2' | 'ichill x3' | 'ichill x4' + | 'ko' | 'nitro+' | 'nitro oc se' | 'nitro oc' @@ -121,6 +123,7 @@ export type Model = | 'vision' | 'xbox series s' | 'xbox series x' + | 'xc gaming' | 'xc3 black' | 'xc3 ultra' | 'xc3'