|
6 | 6 |
|
7 | 7 | 1. Install and activate the following plugins, in your WordPress plugin directory:
|
8 | 8 |
|
9 |
| -* [woocommerce](https://wordpress.org/plugins/woocommerce) Ecommerce for Wordpress. |
10 |
| -* [wp-graphql](https://github.com/wp-graphql/wp-graphql) Exposes graphql for WordPress. |
11 |
| -* [wp-graphiql](https://github.com/wp-graphql/wp-graphiql) Provides GraphiQL IDE (playground) to the WP-Admin. |
12 |
| -* [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds Woocommerce functionality to a WPGraphQL schema. |
13 |
| -* [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia. |
14 |
| - |
15 |
| -You can also import default Woocommerce products that come with wooCommerce Plugin for development ( if you don't have any products in your WordPress install ) `WP Dashboard > Tools > Import > WooCommerce products(CSV)`: The WooCommerce default products csv file is available at `wp-content/plugins/woocommerce/sample-data/sample_products.csv` |
16 |
| - |
17 |
| -2. Clone or fork the repo and modify ```nextConfig.js``` |
| 9 | +- [woocommerce](https://wordpress.org/plugins/woocommerce) Ecommerce for Wordpress. |
| 10 | +- [wp-graphql](https://github.com/wp-graphql/wp-graphql) Exposes graphql for WordPress. |
| 11 | +- [wp-graphiql](https://github.com/wp-graphql/wp-graphiql) Provides GraphiQL IDE (playground) to the WP-Admin. |
| 12 | +- [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds Woocommerce functionality to a WPGraphQL schema. |
| 13 | +- [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia. |
| 14 | + |
| 15 | +1. Make sure WooCommerce has some products already |
| 16 | + The WooCommerce default products csv file is available at `wp-content/plugins/woocommerce/sample-data/sample_products.csv` |
| 17 | + Import the products at `WP Dashboard > Tools > Import > WooCommerce products(CSV)` |
| 18 | +2. Clone or fork the repo and modify `nextConfig.js` |
18 | 19 | 3. Modify the values according to your setup
|
19 |
| -4. Start the server with ```npm run dev ``` |
| 20 | +4. Start the server with `npm run dev` |
20 | 21 | 5. Enable COD (Cash On Demand) payment method in WooCommerce
|
21 | 22 |
|
22 | 23 | ## Features
|
|
0 commit comments