File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# NextJS Ecommerce site with WooCommerce backend
4
4
5
- ## Live URL is not working as the production deployment of Wordpress has been taken offline.
5
+ ## Live URL: https://nextjs-woocommerce.now.sh
6
6
7
7
1 . Install and activate the following required plugins, in your WordPress plugin directory:
8
8
11
11
- [ wp-graphql-woocommerce] ( https://github.com/wp-graphql/wp-graphql-woocommerce ) Adds WooCommerce functionality to a WPGraphQL schema.
12
12
- [ algolia-woo-indexer] ( https://github.com/w3bdesign/algolia-woo-indexer ) Sends WooCommerce products to Algolia. Required for search to work.
13
13
14
- Optional plugins :
14
+ Optional plugin :
15
15
16
16
- [ headless-wordpress] ( https://github.com/w3bdesign/headless-wp ) Disables the frontend so only the backend is accessible. (optional)
17
- - [ wp-graphiql] ( https://github.com/wp-graphql/wp-graphiql ) Provides GraphiQL IDE (playground) to the WP-Admin. (optional)
18
17
18
+ The current release has been tested and is confirmed working with the following versions:
19
+
20
+ - WooCommerce version 4.6.1
21
+ - WP GraphQL version 0.13.3
22
+ - WooGraphQL version 0.6.1
19
23
20
24
2 . For debugging and testing, install either:
21
25
You can’t perform that action at this time.
0 commit comments