@graphcommerce/docs 6.2.0-canary.93 → 6.2.0-canary.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.94
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2020](https://github.com/graphcommerce-org/graphcommerce/pull/2020) [`c9ab0e827`](https://github.com/graphcommerce-org/graphcommerce/commit/c9ab0e827cbf866000a2184ee7fa38b123aa2cd2) - Update docs for Enable Guest Checkout Login setting ([@SimonPrins](https://github.com/SimonPrins))
8
+
3
9
  ## 6.2.0-canary.93
4
10
 
5
11
  ## 6.2.0-canary.92
package/magento/readme.md CHANGED
@@ -64,6 +64,16 @@ Remove the URL suffixes from products and categories. (default is `.html`)
64
64
  `Stores -> Configuration -> Catalog -> Catalog -> Search Engine Optimization -> Product URL Suffix`
65
65
  `Stores -> Configuration -> Catalog -> Catalog -> Search Engine Optimization -> Category URL Suffix`
66
66
 
67
+ ### Enable guest checkout login
68
+
69
+ During customer login, GraphCommerce queries Magento to determine whether the
70
+ customer account already exists. To do this the following setting must be set to
71
+ Yes:
72
+ `Stores -> Configuration -> Sales -> Checkout -> Checkout Options -> Enable Guest Checkout Login`
73
+
74
+ If this is not set correctly, customers will not be able to log in, since they
75
+ will always be prompted to create a new account.
76
+
67
77
  ## Optional packages
68
78
 
69
79
  - [Store Pickup / MSI](https://github.com/graphcommerce-org/graphcommerce/tree/main/packages/magento-cart-pickup)
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "6.2.0-canary.93",
5
+ "version": "6.2.0-canary.94",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.93"
8
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.94"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }