Descrição
Wow Chat for Woo adds shopper-friendly product discovery to a WooCommerce store. Everything runs locally on your site — no account, no API key, and no external service.
- Typo-tolerant catalog search backed by MySQL FULLTEXT and a custom ranker.
- “Recently viewed”, “Related products”, and “Frequently bought together” recommendation widgets.
- A FAQ chat bubble that doubles as an on-store product finder.
- Gutenberg blocks for the search bar, recommendation grids, and chat widget.
Development
This plugin ships both the compiled assets (in build/) and their full, human-readable source so the build is reproducible.
- JavaScript/TypeScript/SCSS source:
src/— every bundle underbuild/is compiled from a matching entry point insrc/(e.g.build/admin/index.jssrc/admin/index.tsx,build/blocks/<name>/index.jssrc/blocks/<name>/index.js). - Build tooling:
@wordpress/scripts(webpack), configured inwebpack.config.jsandtsconfig.json. Dependencies and the build script are declared inpackage.json/package-lock.json. - Build the assets:
npm installnpm run build— regenerates everything inbuild/.
- PHP dependencies:
composer.jsondeclares dev-only tooling (PHPUnit, WP Coding Standards). No runtime Composer dependencies. Runcomposer installthenvendor/bin/phpunitfor the PHP test suite.
No third-party JavaScript libraries are bundled into the compiled assets. The only external packages used (@wordpress/* and react) are not bundled — they load from the WordPress-provided script globals at runtime.
Capturas de tela







Blocos
Este plugin disponibiliza 4 blocos.
- Wow Related Products Recommends related products from your store's catalog. No setup required.
- Wow Search Typo-tolerant product search bar powered by the built-in keyword index.
- Wow Frequently Bought Together Suggests products commonly bought together, based on Woo cross-sells.
- Wow Recently Viewed Shows visitors the products they recently viewed. Works offline, no account required.
Instalação
- Upload the plugin folder to
/wp-content/plugins/wow-chat-for-woo(or install via the WordPress plugin installer). - Activate “Wow Chat for Woo” from the Plugins screen. WooCommerce must be active.
- Open WooCommerce Wow Chat for Woo to configure the search bar, recommendation widgets, and chat bubble.
Perguntas frequentes
-
Does the plugin require an account or API key?
-
No. Search, recommendations, and the FAQ chat all run locally with no external requests.
-
Is any data sent off my site?
-
No. The plugin processes everything on your own WordPress install; it does not phone home or send catalog or visitor data to any external service.
-
Where can I report bugs or request features?
-
Please use the support forum on WordPress.org or open an issue at the plugin’s homepage.
Avaliações
Não há avaliações para este plugin.
Colaboradores e desenvolvedores
“Wow Chat for Woo” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTraduzir o “Wow Chat for Woo” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
0.2.0
- New: AI FAQ Generator — draft FAQ answers from your own OpenAI key, right inside the admin (no external service, merchant-keyed).
- New: Drawer-style chatbot — a new slide-in side-drawer chat appearance alongside the floating bubble and full-screen finder.
- New: Fully redesigned admin dashboard — analytics-first landing page with conversations, answered rate, product clicks, setup checklist, and top-queries.
- New: “What’s New” admin page highlighting the latest features with the full changelog.
- Changed: Pro features are now presented as “coming soon” with a “Get early access” call to action while the Pro plugin is in development.
- New: Dashboard early-access link to reserve your spot for Wow Chat for Woo Pro.
0.1.1
- New: Instant search — the search bar block now shows matching products as you type, without a page reload.
- Improved: The chat launcher and panel are fully settings-driven — customize the launcher label, pick an icon or choose no icon, and set colors from the admin.
- Improved: “Add to cart” from chat product cards now adds items silently across every chat surface, keeping shoppers in the conversation.
- Improved: Chat product cards show WooCommerce’s real button text for non-purchasable products (e.g. “Read more”, “Select options”).
- Improved: Refreshed admin dashboard and Wow-branded Gutenberg blocks.
- Developer: Added hook/filter extension points so add-ons can plug into search, recommendations, and chat.
0.1.0
- Initial release: typo-tolerant catalog search, recommendation widgets (recently viewed, related, frequently bought together), FAQ product-finder chat, admin React shell, and Gutenberg blocks — all running locally.
