Skip to content

Commit 7d0e92c

Browse files
authored
Add live url and tested with versions
Add live url and tested with versions
2 parents 0f847bc + 760a4a2 commit 7d0e92c

File tree

3 files changed

+140
-140
lines changed

3 files changed

+140
-140
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# NextJS Ecommerce site with WooCommerce backend
44

5-
## Live URL is not working as the production deployment of Wordpress has been taken offline.
5+
## Live URL: https://nextjs-woocommerce.now.sh
66

77
1. Install and activate the following required plugins, in your WordPress plugin directory:
88

@@ -11,11 +11,15 @@
1111
- [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds WooCommerce functionality to a WPGraphQL schema.
1212
- [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia. Required for search to work.
1313

14-
Optional plugins:
14+
Optional plugin:
1515

1616
- [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)
1817

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
1923

2024
2. For debugging and testing, install either:
2125

0 commit comments

Comments
 (0)