Skip to content

Commit 776d296

Browse files
authored
Added link to my own plugin algolia-woo-indexer
Added link to my own plugin that sends WooCommerce products to Algolia.
1 parent fb85ef7 commit 776d296

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66

77
Live url: <a href="https://nextjs-woocommerce.now.sh/">https://nextjs-woocommerce.now.sh/</a>
88

9-
1. Clone and activate the following plugins , in your WordPress plugin directory:
9+
1. Install and activate the following plugins, in your WordPress plugin directory:
1010

1111
* [wp-graphql](https://github.com/wp-graphql/wp-graphql) Exposes graphql for WordPress .
1212
* [wp-graphiql](https://github.com/wp-graphql/wp-graphiql) Provides GraphiQL IDE (playground) to the WP-Admin.
1313
* [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds Woocommerce functionality to a WPGraphQL schema.
14+
* [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia.
1415

1516
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`
1617

0 commit comments

Comments
 (0)