File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Live URL: https://nextjs-woocommerce.now.sh
8
8
9
+ ## Table Of Contents (TOC)
10
+
11
+ - [ Installation] ( #Installation )
12
+ - [ Features] ( #Features )
13
+ - [ Known Limitations] (#Known Limitations)
14
+ - [ Troubleshooting] ( #Troubleshooting )
15
+ - [ TODO] ( #TODO )
16
+
17
+ ## Installation
18
+
9
19
1 . Install and activate the following required plugins, in your WordPress plugin directory:
10
20
11
21
- [ woocommerce] ( https://wordpress.org/plugins/woocommerce ) Ecommerce for WordPress.
@@ -72,6 +82,16 @@ The current release has been tested and is confirmed working with the following
72
82
- JSDoc comments
73
83
- WooCommerce cart session is automatically deleted after 48 hours to prevent GraphQL session expiration errors
74
84
85
+ ## Troubleshooting
86
+
87
+ ### I am getting a cart undefined error or other GraphQL errors
88
+
89
+ Check that you are using the 0.6.1 version of the [ wp-graphql-woocommerce] ( https://github.com/wp-graphql/wp-graphql-woocommerce ) plugin
90
+
91
+ ### The products page isn't loading
92
+
93
+ Check the attributes of the products. Right now the application requires Size and Color.
94
+
75
95
## Known limitations
76
96
77
97
Overall the application is working as intended, but it has not been tested extensively in a production environment.
You can’t perform that action at this time.
0 commit comments