Skip to content

Commit 3c30130

Browse files
committed
Docs
1 parent 599078d commit 3c30130

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,8 @@ The current release has been tested and is confirmed working with the following
4848

4949
<https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm> (Chrome)
5050

51-
3. Make sure WooCommerce has some products already or import some sample products
51+
3. Make sure WooCommerce has some products already
5252

53-
The WooCommerce sample products CSV file is available at `wp-content/plugins/woocommerce/sample-data/sample_products.csv` or [Sample products](sample_products/)
54-
55-
Import the products at `WP Dashboard > Tools > Import > WooCommerce products(CSV)`
5653

5754
4. Clone or fork the repo and modify `.env.example` and rename it to `.env`
5855

@@ -76,14 +73,16 @@ The current release has been tested and is confirmed working with the following
7673

7774
- Next.js version 13.1.6
7875
- React 18
76+
- Typescript
7977
- Connect to Woocommerce GraphQL API and list name, price and display image for products
8078
- Support for simple products and variable products
8179
- Cart handling and checkout with WooCommerce (Cash On Delivery only for now)
8280
- Algolia search (requires [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer))
8381
- Meets WCAG accessibility standards where possible
8482
- Placeholder for products without images
8583
- Apollo Client with GraphQL
86-
- React Hook Form with form validation and error display
84+
- React Hook Form
85+
- Native HTML5 form validation
8786
- Animations with Framer motion, Styled components and Animate.css
8887
- Loading spinner created with Styled Components
8988
- Shows page load progress with Nprogress during navigation
@@ -93,7 +92,6 @@ The current release has been tested and is confirmed working with the following
9392
- Pretty URLs with builtin Nextjs functionality
9493
- Tailwind 3 for styling
9594
- JSDoc comments
96-
- WooCommerce cart session is automatically deleted after 48 hours to prevent GraphQL session expiration errors
9795

9896
## Troubleshooting
9997

@@ -118,7 +116,6 @@ With that said, keep the following in mind:
118116
## TODO
119117

120118
- Add total to cart/checkout page
121-
- Show stock quantity on individual products
122119
- Copy billing address to shipping address
123120
- Display product variation name in cart / checkout
124121
- Hide products not in stock

0 commit comments

Comments
 (0)