
內容簡介
JOVEpay for WooCommerce 為您的 WooCommerce 商店新增加密貨幣支付閘道,讓顧客能夠使用超過 100 種加密貨幣進行付款,並透過安全的網路鉤子獲得訂單狀態更新。
【主要功能】
• 支援 100 多種加密貨幣付款
• 轉向 JOVEpay 的主機支付頁面
• 自動訂單狀態更新 via IPN/webhooks
• 測試網路模式以進行安全測試
• 與 WooCommerce 高效能訂單儲存相容
外掛標籤
開發者團隊
原文外掛簡介
JOVEpay for WooCommerce adds a cryptocurrency payment gateway to your WooCommerce store. Customers pay with crypto on the JOVEpay hosted checkout; your store receives order status updates through secure webhooks (IPN).
A free JOVEpay merchant account is required. Payment processing is handled by JOVEpay (an external service). See the JOVEpay documentation for setup details, and review JOVEpay’s terms and privacy policy on jovepay.com.
Features
Accept 100+ cryptocurrencies at checkout.
Redirect customers to JOVEpay’s hosted payment page (light or dark theme).
Automatic order status updates via signed IPN/webhooks.
Testnet mode for safe end-to-end testing.
Works with classic WooCommerce checkout and Cart/Checkout Blocks.
Compatible with WooCommerce High-Performance Order Storage (HPOS).
Demo
Try the live demo store: woocommerce.jovepay.com. Sign in to the JOVEpay dashboard to create API credentials for your own store.
Requirements
WordPress 6.0 or higher
WooCommerce 8.0 or higher
PHP 7.0 or higher
A JOVEpay merchant account (API Key and IPN Secret Key)
Popular coins
Bitcoin (BTC)
Ethereum (ETH)
BNB Smart Chain (BEP20)
Litecoin (LTC)
Bitcoin Cash (BCH)
Dogecoin (DOGE)
Solana (SOL)
Cardano (ADA)
Polygon (POL)
Arbitrum (ARB)
Optimism (OP)
and more
Stablecoins
Tether (USDT)
USD Coin (USDC)
DAI
TrueUSD (TUSD)
PayPal USD (PYUSD)
Global Dollar (USDG)
EURC
Coin availability depends on your JOVEpay account and network settings. For coin requests or support, contact [email protected].
Source code and development
Human-readable source for compiled JavaScript ships with this plugin and is also published publicly.
Public repository: https://github.com/livialink/jovepay-plugins/tree/main/jovepay-for-woocommerce
Blocks payment-method source: resources/js/frontend/index.js
Compiled output: build/blocks/frontend/blocks.js
Build tools (package.json, webpack.config.js) are included so the compiled assets can be regenerated.
Rebuild the Blocks script
Install Node.js 18 or newer.
From the plugin directory, run npm install.
Run npm run build.
This uses @wordpress/scripts and @woocommerce/dependency-extraction-webpack-plugin to compile resources/js/frontend/index.js into build/blocks/frontend/blocks.js.
