Algolia WooCommerce Indexer
✏️ WordPress plugin that sends WooCommerce products to Algolia. Used with headless eCommerce.
by Daniel Fjeldstad · github.com/w3bdesign/wp-algolia-woo-indexer
★ 38stars
13forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/w3bdesign/wp-algolia-woo-indexer/archive/refs/heads/master.zipFrom the readme
Algolia WooCommerce Indexer
- Used in production at https://flora-di-berna.ch
Description
This plugin transfers products from WooCommerce to Algolia. You can choose if it only sends products that are in stock.
You need to add the Application ID, the Admin API Key from the API keys section in Algolia as well as the Index Name.
Note that this plugin is designed for developers developing headless Ecommerce solutions.
This plugin will NOT submit products without a category
Basic Features
- Manually or automatically submit WooCommerce products to Algolia
- Default options are added upon plugin activation
- Options are deleted from database upon plugin uninstallation (not on deactivation)
Advanced Features
- POT file for translations is included
- All code scanned and verified with PHPCS
- Code follows modern coding standards
- All variables are properly sanitized to ensure that no security issues are present
- AI Repository documentation located in /DOCS/repositorycontext.txt
- PHPCS Autofix with Github actions
- AI Assistant guidance files (AGENTS.md and .roo/rules-/AGENTS.md) for immediate productivity with AI coding tools
Requirements
- An account at (either free or prem
Read the full README on GitHub →