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 66
77## Live URL: https://nextjs-woocommerce.now.sh
88
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+
9191 . Install and activate the following required plugins, in your WordPress plugin directory:
1020
1121- [ 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
7282- JSDoc comments
7383- WooCommerce cart session is automatically deleted after 48 hours to prevent GraphQL session expiration errors
7484
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+
7595## Known limitations
7696
7797Overall 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