Skip to content

Commit 6d1e7aa

Browse files
authored
Add Troubleshooting part and Table of Contents
1 parent 4fa4352 commit 6d1e7aa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
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+
919
1. 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

7797
Overall the application is working as intended, but it has not been tested extensively in a production environment.

0 commit comments

Comments
 (0)