@graphcommerce/docs 4.9.2 → 4.11.0-canary.0
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 +12 -0
- package/feature-list.md +9 -12
- package/getting-started/create.md +7 -15
- package/package.json +1 -1
- package/roadmap.md +22 -4
- package/upgrading.md +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.11.0-canary.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1613](https://github.com/graphcommerce-org/graphcommerce/pull/1613) [`c5af837f8`](https://github.com/graphcommerce-org/graphcommerce/commit/c5af837f86ac097089eded39dcdd0100f61a1990) Thanks [@paales](https://github.com/paales)! - Remove the usage of scripts_local
|
|
8
|
+
|
|
9
|
+
## 4.10.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#1690](https://github.com/graphcommerce-org/graphcommerce/pull/1690) [`649bc284d`](https://github.com/graphcommerce-org/graphcommerce/commit/649bc284d9a6b60c8aa02ddc9c7f91880dda4e10) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Update docs
|
|
14
|
+
|
|
3
15
|
## 4.9.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/feature-list.md
CHANGED
|
@@ -18,20 +18,17 @@ metaUrl: magento-open-source-full-feature-list-with-graphcommerce
|
|
|
18
18
|
|
|
19
19
|
# Magento Open Source + GraphCommerce® full feature list
|
|
20
20
|
|
|
21
|
-
Magento Open Source full feature list, extracted from Adobe Commerce
|
|
22
|
-
[[PDF ↗]](https://drive.google.com/file/d/1S9u0DocJkRnK-Z_9wtKh4ilJM05FW50c).
|
|
23
|
-
|
|
24
21
|
<div className='tags'>
|
|
25
22
|
|
|
26
|
-
- [Feature]
|
|
27
|
-
- [
|
|
28
|
-
enhanced.
|
|
29
|
-
- [Todo] Magento Open Source feature not yet implemented in GraphCommerce.
|
|
30
|
-
- [Commerce] Commercial feature, requires Adobe Commerce.
|
|
23
|
+
- [Feature] GraphCommerce _unique_ feature
|
|
24
|
+
- [Commerce] Requires Adobe Commerce
|
|
31
25
|
|
|
32
26
|
</div>
|
|
33
27
|
|
|
34
|
-
|
|
28
|
+
Features taken from the Magento Commerce 2 Feature List
|
|
29
|
+
[[PDF ↗]](https://drive.google.com/file/d/1S9u0DocJkRnK-Z_9wtKh4ilJM05FW50c)
|
|
30
|
+
|
|
31
|
+
---
|
|
35
32
|
|
|
36
33
|
### Promotions and pricing
|
|
37
34
|
|
|
@@ -135,8 +132,8 @@ Black checkbox is a feature unaffected by GraphCommerce
|
|
|
135
132
|
|
|
136
133
|
- [x] Create simple, configurable (e.g., choose size, color, etc.), bundled, and
|
|
137
134
|
grouped products.
|
|
138
|
-
- [
|
|
139
|
-
- [
|
|
135
|
+
- [x] Offer virtual products like memberships, services and warranties. — [Todo]
|
|
136
|
+
- [x] Include downloadable/digital products with samples.
|
|
140
137
|
- [ ] Allow customer-personalized products (e.g., upload images and text for
|
|
141
138
|
monogramming). — [Todo]
|
|
142
139
|
- [x] Manage inventory across multiple locations
|
|
@@ -211,7 +208,7 @@ Black checkbox is a feature unaffected by GraphCommerce
|
|
|
211
208
|
- [x] Show multiple images per product.
|
|
212
209
|
- [x] Zoom-in on product images.
|
|
213
210
|
- [ ] Display product videos from YouTube or Vimeo. — [Todo]
|
|
214
|
-
- [
|
|
211
|
+
- [x] Include swatches to show colors, fabrics, and more.
|
|
215
212
|
- [ ] Show multiple products in a grouped view. — [Todo]
|
|
216
213
|
- [x] Indicate stock availability.
|
|
217
214
|
- [x] Set related products, up-sell, and cross-sell recommendations to increase
|
|
@@ -65,25 +65,15 @@ https://user-images.githubusercontent.com/1251986/158647122-dc57002f-a9c2-4661-a
|
|
|
65
65
|
|
|
66
66
|
### Download the example
|
|
67
67
|
|
|
68
|
-
1. `git clone https://github.com/graphcommerce-org/graphcommerce.git` — clone
|
|
68
|
+
1. `git clone https://github.com/graphcommerce-org/graphcommerce.git` — clone
|
|
69
|
+
repository
|
|
69
70
|
2. `mkdir my-project` — create project folder
|
|
70
|
-
3. `cp -R graphcommerce/examples/magento-graphcms/. my-project && rm -rf graphcommerce`
|
|
71
|
+
3. `cp -R graphcommerce/examples/magento-graphcms/. my-project && rm -rf graphcommerce`
|
|
72
|
+
— copy example, delete repo
|
|
71
73
|
4. `cd my-project` — change directory to project folder
|
|
72
74
|
5. `cp -R .env.example .env` — create .env file
|
|
73
75
|
6. `rm CHANGELOG.md` — remove changelog
|
|
74
76
|
|
|
75
|
-
Edit /package.json. Delete `"scripts": {...}` and rename `scripts_local` to
|
|
76
|
-
`scripts`:
|
|
77
|
-
|
|
78
|
-
```json
|
|
79
|
-
{
|
|
80
|
-
"name": "@my-company/my-project",
|
|
81
|
-
"scripts": {
|
|
82
|
-
...
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
```
|
|
86
|
-
|
|
87
77
|
## Step 2: Magento and GraphCMS API keys
|
|
88
78
|
|
|
89
79
|
> By default, the .env file is configured with API keys from a demo Magento
|
|
@@ -149,7 +139,9 @@ List of routes and store_codes:
|
|
|
149
139
|
The example has Payment Service Providers integrated (Mollie, Braintree). Remove
|
|
150
140
|
the ones your Magento backend doesn't support.
|
|
151
141
|
|
|
152
|
-
- Remove Payment Service integrations from package.json:
|
|
142
|
+
- Remove Payment Service integrations from package.json:
|
|
143
|
+
`@graphcommerce/mollie-magento-payment` and/or
|
|
144
|
+
`@graphcommerce/magento-payment-braintree`
|
|
153
145
|
- Remove Payment Service references from `pages/checkout/payment.tsx`
|
|
154
146
|
|
|
155
147
|
## Step 3: Start the development environment
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.11.0-canary.0",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@graphcommerce/prettier-config-pwa": "^4.0.6"
|
package/roadmap.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
menu: Roadmap
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
+
<div data-nosnippet>
|
|
6
|
+
|
|
7
|
+
> Last update: October 10, 2022
|
|
8
|
+
|
|
9
|
+
</div>
|
|
10
|
+
|
|
5
11
|
# Roadmap
|
|
6
12
|
|
|
7
13
|
The following overview contains the status of items on the GraphCommerce roadmap
|
|
@@ -9,22 +15,34 @@ The following overview contains the status of items on the GraphCommerce roadmap
|
|
|
9
15
|
|
|
10
16
|
## In progress
|
|
11
17
|
|
|
12
|
-
- [ ]
|
|
13
|
-
- [ ]
|
|
14
|
-
- [ ]
|
|
18
|
+
- [ ] Redesigned layered navigation for mobile and desktop
|
|
19
|
+
- [ ] GA4 datalayer implementation
|
|
20
|
+
- [ ] Paypal Express payment service (Multisafepay, Braintree, Mollie already
|
|
21
|
+
implemented)
|
|
22
|
+
- [ ] Adyen payment service
|
|
15
23
|
|
|
16
24
|
## Just released
|
|
17
25
|
|
|
26
|
+
- [x] Crosssells overlay after adding a product to cart
|
|
27
|
+
- [x] Bundle product
|
|
28
|
+
[example ↗](https://graphcommerce.vercel.app/nl/p/giftcard-bundle-gc-570)
|
|
29
|
+
- [x] Configurable product image swatches
|
|
30
|
+
[example ↗](https://graphcommerce.vercel.app/nl/p/gc-puncturing-sock)
|
|
31
|
+
- [x] Virtual product, downloadable products
|
|
32
|
+
- [x] Multilingual Hygraph (GraphCMS) setup support
|
|
33
|
+
- [x] Multisafepay payment service
|
|
34
|
+
- [x] Multilingual product sitemap generation
|
|
18
35
|
- [x] Multi level Navigation (Mega Menu)
|
|
19
36
|
- [x] Pick up in store checkout integration
|
|
20
37
|
- [x] Checkout shipping method selection rebuild
|
|
21
38
|
- [x] Checkout payment selection rebuild
|
|
39
|
+
- [x] Core stability (hydratation, caching, query optimization)
|
|
22
40
|
|
|
23
41
|
## Planned
|
|
24
42
|
|
|
25
43
|
- [ ] Store locator
|
|
44
|
+
- [ ] Adyen payment service
|
|
26
45
|
- [ ] Buckaroo payment service
|
|
27
|
-
- [ ] Multisafepay payment service
|
|
28
46
|
- [ ] Fetch Magento image sizes (probe-image-size)
|
|
29
47
|
- [ ] Postcode check integration
|
|
30
48
|
- [ ] Windows support
|
package/upgrading.md
CHANGED
|
@@ -75,7 +75,6 @@ Compare your local /package.json with the example's
|
|
|
75
75
|
doesn't support.
|
|
76
76
|
2. Replace your local `devDependencies` with the example's `devDependencies`
|
|
77
77
|
3. Replace your local `resolutions` with the example's `resolutions`
|
|
78
|
-
4. Replace your local `scripts` with the example's `scripts_local`
|
|
79
78
|
|
|
80
79
|
After updating the package.json file, run the following to install the latest
|
|
81
80
|
packages:
|