From de1427c076e5051673635fb9ec7e9880f0e3c260 Mon Sep 17 00:00:00 2001 From: Yildirim <75142231+YiIdirim@users.noreply.github.com> Date: Tue, 26 Jan 2021 13:10:01 +0000 Subject: [PATCH] fix(docs): nvidia store changes (#1797) Co-authored-by: Jef LeCompte --- docs/reference/filter.md | 32 ++++++++++++++++---------------- src/store/model/nvidia-gb.ts | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/reference/filter.md b/docs/reference/filter.md index 57c88767e5..c75e55e769 100644 --- a/docs/reference/filter.md +++ b/docs/reference/filter.md @@ -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`| @@ -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 | diff --git a/src/store/model/nvidia-gb.ts b/src/store/model/nvidia-gb.ts index 9ae26f3af2..3316a401f0 100644 --- a/src/store/model/nvidia-gb.ts +++ b/src/store/model/nvidia-gb.ts @@ -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',