
內容簡介
GoCardless for WooCommerce 是一款專為 WooCommerce 設計的外掛,讓商家能夠透過 GoCardless 接受付款。此外掛簡化了訂閱管理及付款流程,提升了用戶體驗。
【主要功能】
• 支援透過 GoCardless 接受付款
• 與 Woo Subscriptions 相容
• 提供測試帳號設置功能
外掛標籤
開發者團隊
原文外掛簡介
This is a feature plugin for accepting payments via GoCardless. It requires WooCommerce to be installed before GoCardless for WooCommerce can be activated.
Compatibility
This extension is compatible with:
Woo Subscriptions
Test Account Setup
You can create a user on gocardless.com for live transactions and on the sandbox for test transactions. When you first set up a site, you’ll be prompted to create a user for the correct GoCardless environment when setting up the webhooks.
Development
Install Dependencies & Build
The plugin uses Webpack to build the assets. To build the assets, follow these steps:
Run npm install to install the dependencies.
Run npm run build:webpack to build the asset files. You can also run npm run start:webpack to watch the files and rebuild them automatically when they change.
You can find the source files in the assets and client directories.
