mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 04:07:36 +00:00
fix(docs): nvidia store changes (#1797)
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
+14
-14
@@ -125,7 +125,7 @@ Used with the `STORES` variable.
|
|||||||
| Newegg | SG | `newegg-sg`|
|
| Newegg | SG | `newegg-sg`|
|
||||||
| Notebooksbilliger | DE |`notebooksbilliger`|
|
| Notebooksbilliger | DE |`notebooksbilliger`|
|
||||||
| Novatech | UK | `novatech`|
|
| Novatech | UK | `novatech`|
|
||||||
| Nvidia | EU/UK/USA | [See below](#Nvidia-Store-Reference) |
|
| Nvidia | EU/UK | [See below](#nvidia-store-reference) |
|
||||||
| Office Depot | US | `officedepot`|
|
| Office Depot | US | `officedepot`|
|
||||||
| Ollo | IT | `ollo`|
|
| Ollo | IT | `ollo`|
|
||||||
| Otto | DE | `otto`|
|
| Otto | DE | `otto`|
|
||||||
@@ -234,18 +234,18 @@ Used with the `SHOW_ONLY_SERIES` variable.
|
|||||||
## Nvidia Store Reference
|
## Nvidia Store Reference
|
||||||
|
|
||||||
???+ note
|
???+ note
|
||||||
For Founders Edition cards. Use the `store` variable for your chosen country.
|
Use the Nvidia Store to check stock for Founders Edition cards only (3060 Ti/3070/3080/3090). For USA use `bestbuy` instead.
|
||||||
For example, to buy a FE card in Belgium you would use the `nvidia-fr` store.
|
|
||||||
|
|
||||||
| Country | 3060 Ti | 3070 | 3080 | 3090 | Store | Retailer
|
???+ info
|
||||||
|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
Use the `STORE` variable for your chosen country. For example, to check for a FE card in Belgium you would use the `nvidia-fr` store.
|
||||||
| Austria | `✔` | `✔` | `✔` | `✔` | `nvidia-de`| NBB |
|
|
||||||
| Belgium | `✔` | `✔` | `✔` | `✔` | `nvidia-fr` | LDLC |
|
|
||||||
| France | `✔` | `✔` | `✔` | `✔` | `nvidia-fr` | LDLC |
|
|
||||||
| Germany | `✔` | `✔` | `✔` | `✔` | `nvidia-de` | NBB |
|
|
||||||
| Ireland | `✔` | `✔` | `✔` | `✔` | `nvidia-gb` | Scan |
|
|
||||||
| Luxembourg | `✔` | `✔` | `✔` | `✔` | `nvidia-fr` | LDLC |
|
|
||||||
| Spain | `✔` | `✔` | `✔` | `✔` | `nvidia-es` | LDLC |
|
|
||||||
| United Kingdom | `✔` | `✔` | `✔` | `✔` | `nvidia-gb` | Scan |
|
|
||||||
| USA | `✔` | `✔` | `✔` | `✔` | `bestbuy` | BestBuy |
|
|
||||||
|
|
||||||
|
| Country | Store | Retailer
|
||||||
|
|:---:|:---:|:---:|
|
||||||
|
| Austria | `nvidia-de`| NBB |
|
||||||
|
| Belgium | `nvidia-fr` | LDLC |
|
||||||
|
| France | `nvidia-fr` | LDLC |
|
||||||
|
| Germany | `nvidia-de` | NBB |
|
||||||
|
| Ireland | `nvidia-gb` | Scan |
|
||||||
|
| Luxembourg | `nvidia-fr` | LDLC |
|
||||||
|
| Spain | `nvidia-es` | LDLC |
|
||||||
|
| United Kingdom | `nvidia-gb` | Scan |
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ export const NvidiaGB: Store = {
|
|||||||
labels: {
|
labels: {
|
||||||
inStock: {
|
inStock: {
|
||||||
container: '.buy',
|
container: '.buy',
|
||||||
text: ['add to cart'],
|
text: ['add to cart', 'buy now'],
|
||||||
},
|
},
|
||||||
outOfStock: {
|
outOfStock: {
|
||||||
container: '.buy',
|
container: '.buy',
|
||||||
|
|||||||
Reference in New Issue
Block a user