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
@@ -13,23 +13,29 @@
13
13
- [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia.
14
14
- [headless-wordpress](https://github.com/w3bdesign/headless-wp) Disables the frontend so only the backend is accessible. (optional)
15
15
16
-
2. For debugging and testing, install either https://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.
16
+
2. For debugging and testing, install either
17
17
18
-
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
+
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.
19
25
20
26
3. Make sure WooCommerce has some products already or import some sample products
21
27
22
28
The WooCommerce sample products CSV file is available at `wp-content/plugins/woocommerce/sample-data/sample_products.csv` or [Sample products](sample_products/)
23
29
24
30
Import the products at `WP Dashboard > Tools > Import > WooCommerce products(CSV)`
25
31
26
-
2. Clone or fork the repo and modify `nextConfig.js`
27
-
3. Modify the values according to your setup
28
-
4. Start the server with `npm run dev`
29
-
5. Enable COD (Cash On Demand) payment method in WooCommerce
30
-
6. Add a product to the cart
31
-
7. Proceed to checkout (Gå til kasse)
32
-
8. Fill in your details and place the order
32
+
4. Clone or fork the repo and modify `nextConfig.js`
33
+
5. Modify the values according to your setup
34
+
6. Start the server with `npm run dev`
35
+
7. Enable COD (Cash On Demand) payment method in WooCommerce
36
+
8. Add a product to the cart
37
+
9. Proceed to checkout (Gå til kasse)
38
+
10. Fill in your details and place the order
33
39
34
40
## Features
35
41
@@ -55,5 +61,4 @@ Rename .env.example to .env so the Apollo debugger will correctly load. It will
55
61
- Display product variation name in cart / checkout
56
62
- Hide products not in stock
57
63
- Add better SEO
58
-
- Add a better README.md
59
64
- Implement https://github.com/cyrilwanner/next-optimized-images for production
0 commit comments