
內容簡介
Wow Chat for Woo 為 WooCommerce 商店增添了友好的產品搜尋功能,所有操作均在本地運行,無需註冊帳號、API 金鑰或外部服務。
【主要功能】
• 支援 MySQL FULLTEXT 的容錯搜尋功能
• 提供「最近查看」、「相關產品」及「常購產品」推薦小工具
• FAQ 聊天泡泡可作為產品搜尋工具
• 提供 Gutenberg 區塊用於搜尋欄、推薦網格及聊天小工具
外掛標籤
開發者團隊
原文外掛簡介
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 under build/ is compiled from a matching entry point in src/ (e.g. build/admin/index.js ← src/admin/index.tsx, build/blocks/
Build tooling: @wordpress/scripts (webpack), configured in webpack.config.js and tsconfig.json. Dependencies and the build script are declared in package.json / package-lock.json.
Build the assets:
npm install
npm run build — regenerates everything in build/.
PHP dependencies: composer.json declares dev-only tooling (PHPUnit, WP Coding Standards). No runtime Composer dependencies. Run composer install then vendor/bin/phpunit for 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.
