Skip to content

Commit

Permalink
fix(docs): nvidia store changes (#1797)
Browse files Browse the repository at this point in the history
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
YiIdirim and jef committed Jan 26, 2021
1 parent 1015358 commit de1427c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions docs/reference/filter.md
Expand Up @@ -125,7 +125,7 @@ Used with the `STORES` variable.
| Newegg | SG | `newegg-sg`|
| Notebooksbilliger | DE |`notebooksbilliger`|
| Novatech | UK | `novatech`|
| Nvidia | EU/UK/USA | [See below](#Nvidia-Store-Reference) |
| Nvidia | EU/UK | [See below](#nvidia-store-reference) |
| Office Depot | US | `officedepot`|
| Ollo | IT | `ollo`|
| Otto | DE | `otto`|
Expand Down Expand Up @@ -234,18 +234,18 @@ Used with the `SHOW_ONLY_SERIES` variable.
## Nvidia Store Reference

???+ note
For Founders Edition cards. Use the `store` variable for your chosen country.
For example, to buy a FE card in Belgium you would use the `nvidia-fr` store.

| Country | 3060 Ti | 3070 | 3080 | 3090 | 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 |
| USA | `` | `` | `` | `` | `bestbuy` | BestBuy |

Use the Nvidia Store to check stock for Founders Edition cards only (3060 Ti/3070/3080/3090). For USA use `bestbuy` instead.

???+ 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.

| 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 |
2 changes: 1 addition & 1 deletion src/store/model/nvidia-gb.ts
Expand Up @@ -5,7 +5,7 @@ export const NvidiaGB: Store = {
labels: {
inStock: {
container: '.buy',
text: ['add to cart'],
text: ['add to cart', 'buy now'],
},
outOfStock: {
container: '.buy',
Expand Down

0 comments on commit de1427c

Please sign in to comment.