Linux 软件免费装
Banner图

Moksa for WooCommerce

开发者 moksa0923
更新时间 2026年9月11日 12:04
PHP版本: 8.2 及以上
WordPress版本: 7.1
版权: GPLv3
版权网址: 版权信息

标签

shipping payment woocommerce invoice taiwan

下载

1.11.1 1.11.2 1.8.7 1.6.0 1.5.4 1.5.1 1.6.2 1.6.3 1.7.0 1.8.1 1.5.0 1.5.2 1.5.3 1.8.0 1.8.2 1.8.4 1.8.5 1.8.6 1.10.0 1.10.1 1.6.1 1.8.3 1.8.8 1.10.3 1.4.9 1.9.0 1.10.4 1.10.5 1.11.0

详情介绍:

A Taiwan-focused WooCommerce extension. Toggleable modules cover ECPay (綠界), NewebPay (藍新), SmilePay (速買配), LINE Pay, PAYUNi (統一金流), PayNow (立吉富), PChomePay (支付連), TapPay and Shopline Payments for payments; ECPay, NewebPay, SmilePay, PAYUNi and PayNow for convenience-store + home-delivery shipping; ezPay, ECPay, SmilePay, PayNow and AMEGO for Taiwan e-invoicing. Enable only the providers you need from a single settings page — payment, shipping and invoice modules are fully independent and can be mixed in any combination. HPOS-native, Block Checkout-native, PHP 8.2+ strict-typed, GPLv3, no premium gating. Moksa AI assistant (new in 1.3.0) Built on the WordPress 7.0 AI Client, Moksa AI is an optional in-admin chat assistant that lets you run common store tasks in natural language: find orders by invoice / shipping / payment number, look up order details and counts, change order status (single or batch), add order notes, issue / void / allowance e-invoices, create and print shipping labels, and enable or disable modules, individual payment methods and invoice issuing methods. Every action that changes data first shows a summary and waits for your explicit confirmation before it runs. The assistant uses whichever AI provider you connect under Settings → Connectors — the plugin never handles your AI keys, refunds, or credentials. Source Source code and issue tracker: github.com/Moksa1123/moksa-for-woocommerce.

安装:

Minimum Requirements Setup
  1. Install and activate the plugin.
  2. Go to WooCommerce → Settings → Moksa for WooCommerce to enable the modules you need.
  3. Configure the credentials for each enabled provider on its dedicated tab.

屏幕截图:

  • Block-based Checkout rendering Taiwanese payment methods natively, alongside the order summary.
  • Order list with the plugin's own order statuses plus shipping-method and tracking-number columns (HPOS-native).
  • Order edit screen with per-provider payment, shipping and e-invoice cards.
  • Issuing an e-invoice from the order screen, including carrier type and mobile barcode entry.

升级注意事项:

1.0.0 Initial public release.

常见问题:

Does it work with the Block-based Checkout?

Yes. Every payment method ships an AbstractPaymentMethodType + React component, and the convenience-store picker / invoice fields render inside the Checkout block.

Is it HPOS-compatible?

Yes. All order meta uses $order->update_meta_data() / $order->save(), never update_post_meta().

Can I mix providers?

Yes. Payment, shipping and invoice modules are fully independent — any combination works.

What is the Moksa AI assistant and what does it need?

It is an optional in-admin chat assistant for managing orders, e-invoices, shipping labels and module settings in natural language. It requires WordPress 7.0 (for the built-in AI Client) and an AI provider connected under Settings → Connectors; enable it under the plugin's Advanced settings. Every action that changes data first asks for your confirmation, and the assistant can never read or change your provider credentials, switch sandbox/live mode, or issue refunds.

Can external AI tools connect to my store over MCP?

Yes, optional and off by default. Turn it on under WooCommerce → Moksa AI → Settings → "Enable external MCP server". The plugin then serves a standards-compliant, stateless MCP (Model Context Protocol) endpoint at /wp-json/moksa-for-woocommerce/v1/mcp that any standard MCP client (for example mcp-remote or Claude) can connect to directly — no bridge required. Authentication uses a WordPress Application Password for a user that has the "edit orders" capability; use a dedicated, limited account rather than an administrator. Connect your client to the endpoint with an Authorization: Basic <base64 of username:application-password> header. By default only read-only tools (look up orders, reports, settings overview) are exposed; order-changing tools stay hidden unless you also enable the "allow external AI to make changes" option, and destructive actions still require in-store confirmation. Every request is permission-checked on the server.

更新日志:

1.11.2 - 2026-09-11 Fixed 1.11.1 - 2026-09-11 Fixed 1.11.0 - 2026-09-06 New