|
| 1 | +import {Store} from './store'; |
| 2 | + |
| 3 | +export const MSI: Store = { |
| 4 | + currency: '$', |
| 5 | + labels: { |
| 6 | + inStock: { |
| 7 | + container: '#button-cart', |
| 8 | + text: ['ADD TO CART'], |
| 9 | + }, |
| 10 | + outOfStock: { |
| 11 | + container: '#product_qty > button.btn.add-cart-button-3', |
| 12 | + text: ['Notify Me'], |
| 13 | + }, |
| 14 | + maxPrice: { |
| 15 | + container: '#prices-new', |
| 16 | + }, |
| 17 | + }, |
| 18 | + links: [ |
| 19 | + { |
| 20 | + brand: 'msi', |
| 21 | + model: 'gaming trio oc', |
| 22 | + series: '5080', |
| 23 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-GAMING-TRIO-OC", |
| 24 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2480', |
| 25 | + }, |
| 26 | + { |
| 27 | + brand: 'msi', |
| 28 | + model: 'gaming trio oc white', |
| 29 | + series: '5080', |
| 30 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-GAMING-TRIO-OC-WHITE", |
| 31 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2479', |
| 32 | + }, |
| 33 | + { |
| 34 | + brand: 'msi', |
| 35 | + model: 'inspire 3x', |
| 36 | + series: '5080', |
| 37 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-INSPRIE-3X-OC", |
| 38 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2481', |
| 39 | + }, |
| 40 | + { |
| 41 | + brand: 'msi', |
| 42 | + model: 'shadow 3x', |
| 43 | + series: '5080', |
| 44 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-SHADOW-3X-OC", |
| 45 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2485', |
| 46 | + }, |
| 47 | + { |
| 48 | + brand: 'msi', |
| 49 | + model: 'suprim liquid soc', |
| 50 | + series: '5080', |
| 51 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-SUPRIM-LIQUID-SOC", |
| 52 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2475', |
| 53 | + }, |
| 54 | + { |
| 55 | + brand: 'msi', |
| 56 | + model: 'suprim soc', |
| 57 | + series: '5080', |
| 58 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-SUPRIM-SOC", |
| 59 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2476', |
| 60 | + }, |
| 61 | + { |
| 62 | + brand: 'msi', |
| 63 | + model: 'vanguard soc', |
| 64 | + series: '5080', |
| 65 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VANGUARD-SOC", |
| 66 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2478', |
| 67 | + }, |
| 68 | + { |
| 69 | + brand: 'msi', |
| 70 | + model: 'vanguard soc launch edition', |
| 71 | + series: '5080', |
| 72 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VANGUARD-SOC-LAUNCH-EDITION", |
| 73 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2477', |
| 74 | + }, |
| 75 | + { |
| 76 | + brand: 'msi', |
| 77 | + model: 'ventus 3x', |
| 78 | + series: '5080', |
| 79 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VENTUS-3X", |
| 80 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2487', |
| 81 | + }, |
| 82 | + { |
| 83 | + brand: 'msi', |
| 84 | + model: 'ventus 3x oc', |
| 85 | + series: '5080', |
| 86 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VENTUS-3X-OC", |
| 87 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2482', |
| 88 | + }, |
| 89 | + { |
| 90 | + brand: 'msi', |
| 91 | + model: 'ventus 3x oc plus', |
| 92 | + series: '5080', |
| 93 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VENTUS-3X-OC-PLUS", |
| 94 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2483', |
| 95 | + }, |
| 96 | + { |
| 97 | + brand: 'msi', |
| 98 | + model: 'gaming trio oc', |
| 99 | + series: '5090', |
| 100 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-5090-32G-GAMING-TRIO-OC", |
| 101 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2473', |
| 102 | + }, |
| 103 | + { |
| 104 | + brand: 'msi', |
| 105 | + model: 'suprim liquid soc', |
| 106 | + series: '5090', |
| 107 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5090-32G-SUPRIM-LIQUID-SOC", |
| 108 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2469', |
| 109 | + }, |
| 110 | + { |
| 111 | + brand: 'msi', |
| 112 | + model: 'suprim oc', |
| 113 | + series: '5090', |
| 114 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/Geforce-RTX-5090-32G-SUPRIM-OC", |
| 115 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2470', |
| 116 | + }, |
| 117 | + { |
| 118 | + brand: 'msi', |
| 119 | + model: 'vanguard soc', |
| 120 | + series: '5080', |
| 121 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VANGUARD-SOC", |
| 122 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2472', |
| 123 | + }, |
| 124 | + { |
| 125 | + brand: 'msi', |
| 126 | + model: 'vanguard soc launch edition', |
| 127 | + series: '5090', |
| 128 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5090-32G-VANGUARD-SOC-LAUNCH-EDITION", |
| 129 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2471', |
| 130 | + }, |
| 131 | + { |
| 132 | + brand: 'msi', |
| 133 | + model: 'ventus 3x', |
| 134 | + series: '5080', |
| 135 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VENTUS-3X", |
| 136 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2478', |
| 137 | + }, |
| 138 | + { |
| 139 | + brand: 'msi', |
| 140 | + model: 'ventus 3x oc', |
| 141 | + series: '5090', |
| 142 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5090-32G-VENTUS-3X-OC", |
| 143 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2474', |
| 144 | + }, |
| 145 | + { |
| 146 | + brand: 'msi', |
| 147 | + model: 'ventus 2x oc', |
| 148 | + series: '4060', |
| 149 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series/GeForce-RTX-4060-VENTUS-2X-BLACK-8G-OC", |
| 150 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series?product_id=1799', |
| 151 | + }, |
| 152 | + { |
| 153 | + brand: 'msi', |
| 154 | + model: 'ventus 2x white oc', |
| 155 | + series: '4060', |
| 156 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series/GeForce-RTX-4060-VENTUS-2X-WHITE-8G-OC", |
| 157 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series?product_id=1852', |
| 158 | + }, |
| 159 | + { |
| 160 | + brand: 'msi', |
| 161 | + model: 'gaming x slim', |
| 162 | + series: '4070super', |
| 163 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series/GeForce-RTX-4070-SUPER-12G-GAMING-X-SLIM", |
| 164 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series?product_id=2055', |
| 165 | + }, |
| 166 | + { |
| 167 | + brand: 'msi', |
| 168 | + model: 'ventus 2x oc', |
| 169 | + series: '4070super', |
| 170 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series/GeForce-RTX-4070-SUPER-12G-VENTUS-2X-OC", |
| 171 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series?product_id=2057', |
| 172 | + }, |
| 173 | + { |
| 174 | + brand: 'msi', |
| 175 | + model: 'ventus 3x oc', |
| 176 | + series: '4070super', |
| 177 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series/GeForce-RTX-4070-SUPER-12G-VENTUS-3X-OC", |
| 178 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series?product_id=2050', |
| 179 | + }, |
| 180 | + { |
| 181 | + brand: 'msi', |
| 182 | + model: 'expert', |
| 183 | + series: '4070ti', |
| 184 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series/GeForce-RTX-4070-Ti-SUPER-16G-EXPERT", |
| 185 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series?product_id=2174', |
| 186 | + }, |
| 187 | + { |
| 188 | + brand: 'msi', |
| 189 | + model: 'ventus 3x oc', |
| 190 | + series: '4070', |
| 191 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series/GeForce-RTX-4070-VENTUS-3X-12G-OC", |
| 192 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series?product_id=1741', |
| 193 | + }, |
| 194 | + { |
| 195 | + brand: 'msi', |
| 196 | + model: 'ventus 3x e1 oc', |
| 197 | + series: '4070', |
| 198 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series/GeForce-RTX-4070-VENTUS-3X-E1-12G-OC", |
| 199 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-40-Series?product_id=2361', |
| 200 | + }, |
| 201 | + { |
| 202 | + brand: 'msi', |
| 203 | + model: 'gaming x', |
| 204 | + series: '3050', |
| 205 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series/GeForce-RTX-3050-GAMING-X-6G", |
| 206 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series?product_id=2140', |
| 207 | + }, |
| 208 | + { |
| 209 | + brand: 'msi', |
| 210 | + model: 'lp oc', |
| 211 | + series: '3050', |
| 212 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series/GeForce-RTX-3050-LP-6G-OC", |
| 213 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series?product_id=2138', |
| 214 | + }, |
| 215 | + { |
| 216 | + brand: 'msi', |
| 217 | + model: 'ventus 2x oc', |
| 218 | + series: '3050', |
| 219 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series/GeForce-RTX-3050-VENTUS-2X-6G-OC", |
| 220 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series?product_id=2139', |
| 221 | + }, |
| 222 | + { |
| 223 | + brand: 'msi', |
| 224 | + model: 'gaming trio', |
| 225 | + series: '3080', |
| 226 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series/GeForce-RTX-3080-Gaming-Z-Trio-10G-LHR", |
| 227 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series?product_id=954', |
| 228 | + }, |
| 229 | + { |
| 230 | + brand: 'msi', |
| 231 | + model: 'gaming trio', |
| 232 | + series: '3080', |
| 233 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series/GeForce-RTX-3080-GAMING-Z-TRIO-12G-LHR", |
| 234 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series?product_id=1246', |
| 235 | + }, |
| 236 | + { |
| 237 | + brand: 'msi', |
| 238 | + model: 'gaming x trio', |
| 239 | + series: '3080ti', |
| 240 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series/GeForce-RTX-3080-Ti-Gaming-X-Trio-12G", |
| 241 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series?product_id=940', |
| 242 | + }, |
| 243 | + { |
| 244 | + brand: 'msi', |
| 245 | + model: 'ventus 3x oc', |
| 246 | + series: '3080ti', |
| 247 | + // "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series/GeForce-RTX-3080-Ti-Ventus-3X-12G-OC", |
| 248 | + url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-30-Series?product_id=939', |
| 249 | + }, |
| 250 | + ], |
| 251 | + name: 'msi', |
| 252 | + country: 'US', |
| 253 | +}; |
0 commit comments