You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,29 @@
12
12
-[wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds Woocommerce functionality to a WPGraphQL schema.
13
13
-[algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia.
14
14
15
-
2. For debugging and testing, install eitherhttps://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/ (Firefox) or https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm (Chrome) depending on your browser.
15
+
2. For debugging and testing, install either
16
16
17
-
Rename .env.example to .env so the Apollo debugger will correctly load. It will not load if the NODE_ENV variable is not correctly set.
17
+
https://addons.mozilla.org/en-US/firefox/addon/apollo-developer-tools/ (Firefox) or
Rename .env.example to .env so the Apollo debugger will correctly load. It will not load if the NODE_ENV variable is not correctly set.
18
24
19
25
3. Make sure WooCommerce has some products already or import some sample products
20
26
21
27
The WooCommerce sample products CSV file is available at `wp-content/plugins/woocommerce/sample-data/sample_products.csv` or [Sample products](sample_products/)
22
28
23
29
Import the products at `WP Dashboard > Tools > Import > WooCommerce products(CSV)`
24
30
25
-
2. Clone or fork the repo and modify `nextConfig.js`
26
-
3. Modify the values according to your setup
27
-
4. Start the server with `npm run dev`
28
-
5. Enable COD (Cash On Demand) payment method in WooCommerce
29
-
6. Add a product to the cart
30
-
7. Proceed to checkout (Gå til kasse)
31
-
8. Fill in your details and place the order
31
+
4. Clone or fork the repo and modify `nextConfig.js`
32
+
5. Modify the values according to your setup
33
+
6. Start the server with `npm run dev`
34
+
7. Enable COD (Cash On Demand) payment method in WooCommerce
35
+
8. Add a product to the cart
36
+
9. Proceed to checkout (Gå til kasse)
37
+
10. Fill in your details and place the order
32
38
33
39
## Features
34
40
@@ -54,5 +60,4 @@ Rename .env.example to .env so the Apollo debugger will correctly load. It will
54
60
- Display product variation name in cart / checkout
55
61
- Hide products not in stock
56
62
- Add better SEO
57
-
- Add a better README.md
58
63
- Implement https://github.com/cyrilwanner/next-optimized-images for production
0 commit comments