| 开发者 | shadowsoftware |
|---|---|
| 更新时间 | 2026年7月13日 01:56 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
shadow-software-crypto-for-woocommerce folder to /wp-content/plugins/, or install
the ZIP via Plugins → Add New → Upload.No. Customers pay your address directly from their own wallet. The plugin only reads the blockchain to confirm the payment. No private keys are ever entered or stored.
No. The plugin is free and open source, there is no gateway service, and nothing takes a cut of your sales.
Native ETH, plus USDC and USDT (as ERC-20 tokens), on Ethereum mainnet, Base, Arbitrum One, and OP Mainnet — and native Bitcoin. Each asset and network can be enabled or disabled independently, and each network can be pointed at your own RPC or explorer endpoint.
When the customer chooses which crypto to pay with, the order total in your store currency is converted to that asset at the live market rate (via the free CoinGecko price API) and locked for the customer. Each order is given a tiny, unique amount so that one on-chain payment can never settle two orders. You can allow a small underpayment tolerance to absorb rate drift and rounding.
They can simply enter the wallet address they paid from. The plugin looks for a matching payment to your address from that wallet. Pasting the transaction ID is faster, but it is optional.
Every payment is bound to the wallet address the customer entered and to the order's unique amount, and (for Bitcoin) must be dated at or after the order was placed. This prevents a customer from claiming someone else's payment or reusing one payment for several orders.
Only after the matching payment is found on-chain and has reached the number of confirmations you configured for that network. The customer's browser never completes an order on its own.
If a matching payment is not confirmed within the payment window you set, the order is marked failed so you are not left guessing.
No. It works out of the box with free public nodes and a free public price API. You may optionally supply your own RPC endpoints.
Yes, along with the WooCommerce Cart and Checkout blocks.
Both are on GitHub. The project README documents the security model, the supported assets and networks, the external services the plugin contacts, and how to build and test it: https://github.com/shadow-software/shadow-software-crypto-for-woocommerce#readme Bug reports and feature requests are welcome at https://github.com/shadow-software/shadow-software-crypto-for-woocommerce/issues