FreeScout WooCommerce sidebar — feibisi maintained fork (upstream passatgt 2020). Module folder: WooCommerce
Find a file
2026-07-12 10:23:14 +08:00
Config chore: import WooCommerce module v1.0 upstream + feibisi fork metadata 2026-07-12 10:14:06 +08:00
Http fix: webhook no CSRF middleware + parse SidebarWebhook JSON body (1.2.2) 2026-07-12 10:23:14 +08:00
Providers feat: WooCommerce 1.2.0 — WC REST v3, email customer lookup, HPOS links 2026-07-12 10:19:21 +08:00
Public feat: WooCommerce 1.2.0 — WC REST v3, email customer lookup, HPOS links 2026-07-12 10:19:21 +08:00
Resources/views fix: sidebar webhook path avoid /modules static conflict (1.2.1) 2026-07-12 10:21:53 +08:00
.gitattributes chore: import WooCommerce module v1.0 upstream + feibisi fork metadata 2026-07-12 10:14:06 +08:00
composer.json chore: import WooCommerce module v1.0 upstream + feibisi fork metadata 2026-07-12 10:14:06 +08:00
module.json fix: webhook no CSRF middleware + parse SidebarWebhook JSON body (1.2.2) 2026-07-12 10:23:14 +08:00
README.md fix: sidebar webhook path avoid /modules static conflict (1.2.1) 2026-07-12 10:21:53 +08:00
screenshot.png chore: import WooCommerce module v1.0 upstream + feibisi fork metadata 2026-07-12 10:14:06 +08:00
start.php chore: import WooCommerce module v1.0 upstream + feibisi fork metadata 2026-07-12 10:14:06 +08:00

FreeScout WooCommerce (feibisi)

侧栏按客户邮箱拉取商城订单。维护于 feicode.com/freescout/WooCommerce

v1.2.0

  • WC REST v3 优先,失败回退 v2
  • customers?email=orders?customer=(比单纯 search 准)
  • Basic Auth 传 Key兼容部分网关
  • 订单后台链接兼容 HPOSwc-orders&action=edit
  • 修复侧栏模板 {link} 未替换
  • Sidebar Webhook HTML/woocommerce/sidebar-webhook?secret=…
  • 设置项 wc_sidebar_secret

安装

模块目录名必须是 Modules/WooCommerce

cd /path/to/freescout/Modules
git clone https://feicode.com/freescout/WooCommerce.git WooCommerce
chown -R www-data:www-data WooCommerce   # 或 www:www
php artisan freescout:module-install woocommerce
php artisan freescout:module-laroute

Settings → WooCommerce:域名(末尾 /+ Consumer Key/Secret。

Sidebar Webhook

  1. 启用模块 Sidebar Webhook
  2. 邮箱设置填:
https://support.weixiaoduo.com/woocommerce/sidebar-webhook?secret=YOUR_SECRET
  1. Settings → WooCommerce 填相同 Sidebar webhook secret

Upstream

passatgt/freescout-woocommerce 1.0 (2020) AGPL-3.0