@graphcommerce/docs 7.0.2-canary.7 → 7.1.0-canary.11
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 +8 -0
- package/framework/config.md +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -139,6 +139,18 @@ When a user selects a variant, it will switch the values on the configurable pag
|
|
|
139
139
|
|
|
140
140
|
Enabling options here will allow switching of those variants.
|
|
141
141
|
|
|
142
|
+
#### `crossSellsHideCartItems: Boolean (default: [object Object])`
|
|
143
|
+
|
|
144
|
+
Determines if cross sell items should be shown when the user already has the product in their cart. This will result in a product will popping off the screen when you add it to the cart.
|
|
145
|
+
|
|
146
|
+
Default: 'false'
|
|
147
|
+
|
|
148
|
+
#### `crossSellsRedirectItems: Boolean (default: [object Object])`
|
|
149
|
+
|
|
150
|
+
Determines if, after adding a cross-sell item to the cart, the user should be redirected to the cross-sell items of the product they just added.
|
|
151
|
+
|
|
152
|
+
Default: 'false'
|
|
153
|
+
|
|
142
154
|
#### `customerRequireEmailConfirmation: Boolean`
|
|
143
155
|
|
|
144
156
|
Due to a limitation in the GraphQL API of Magento 2, we need to know if the
|
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": "7.0
|
|
5
|
+
"version": "7.1.0-canary.11",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "7.0
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "7.1.0-canary.11"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|