Ether and ERC20 tokens WooCommerce Payment Gateway enables customers to pay with Ether or any ERC20, ERC777 or ERC223 tokens on your WooCommerce store …
Ether and ERC20 tokens WooCommerce Payment Gateway is the only one true decentralized ether and ERC20, ERC777 and ERC223 token payment plugin. It enables customers to pay with Ether or any ERC20, ERC777 or ERC223 token on your WooCommerce store. Your customers will be offered the option of paying with Ether or some ERC20, ERC777 or ERC223 token at checkout. If they choose that option then they will be quoted a price in Ether or ERC20, ERC777 or ERC223 token for their order automatically.
After submitting their order they will be given the details of the Ether or ERC20, ERC777 or ERC223 token transaction they should make.
Binance Smart Chain (BSC) and Polygon (Matic) are also supported!
Disallow customer to pay with Ether
option is useful to accept only some tokenPayment Complete Order Status
setting can be used to configure the status to apply for order after payment is completeEthereum Node JSON-RPC Endpoint
and Ethereum Node Websocket Endpoint
admin settings allows you to use your own Ethereum node.Transaction explorer URL
setting can be used to set your own blockchain explorer for tx links shownCombined with the Cryptocurrency Product for WooCommerce plugin it can allow you to sell ERC20, ERC777 or ERC223 tokens for Ether or Ether for ERC20, ERC777 or ERC223 tokens.
The payment with Ether, ERC777 or ERC223 tokens is a simple one step process. Customer have to send one transactions to the Ethereum blockchain.
The ERC20 token payment consists of two steps:
Customer have to send two transactions to the Ethereum blockchain:
second for the real payment
There are no need to refund the deposit to cancel the first step, since it is actually a
Token.approve
call that doesn’t transfer any tokens.
This feature is only supported for the Business plan. Upgrade to Business
Quorum
network.By using this free plugin you accept all responsibility for handling the account balances for all your users.
Under no circumstances is ethereumico.io or any of its affiliates responsible for any damages incurred by the use of this plugin.
Every effort has been made to harden the security of this plugin, but its safe operation depends on your site being secure overall. You, the site administrator, must take all necessary precautions to secure your WordPress installation before you connect it to any live wallets.
You are strongly advised to take the following actions (at a minimum):
By continuing to use the Ether and ERC20 tokens WooCommerce Payment Gateway plugin, you indicate that you have understood and agreed to this disclaimer.
If you are getting this message: ETH price quote has been updated, please check and confirm before proceeding
it means that your server installation settings broke the WooCommerse session somehow. Install the WordPress Native PHP Sessions in this case.
Use this snippet in your function.php
file if the woocommerce-deposits plugin is used and you want to disable tokens payment for the full payment case.
// @see https://wordpress.stackexchange.com/a/138598/137915 add_filter('woocommerce_available_payment_gateways','my_filter_gateways',1); function my_filter_gateways($gateways) { global $woocommerce; //Remove a specific payment option if (isset($gateways['ether-and-erc20-tokens-woocommerce-payment-gateway']) && !(isset(WC()->cart->deposit_info['deposit_enabled']) && true === WC()->cart->deposit_info['deposit_enabled']) ) { unset($gateways['ether-and-erc20-tokens-woocommerce-payment-gateway']); } return $gateways; }
You can test this plugin in some test network for free.
Blockchain
setting to sepolia
0x9295a2ba374cf5d575d076c0a48ed12287ad4659
TSX token by sending some Sepolia Ether amount to it’s Crowdsale contract: 0x1ddef0c5628fc54c1eb0f91a3fdba57b05549d13
Supported ERC20 tokens list
setting to support the 0x9295a2ba374cf5d575d076c0a48ed12287ad4659
tokenBlockchain
setting to goerli
0xb4354f51b51ab69d7415d54108dd2f68223c3239
TSX token by sending some Goerli Ether amount to it’s Crowdsale contract: 0x448276ac3c99620f02cc2ac60964aca44b20929a
Supported ERC20 tokens list
setting to support the 0xb4354f51b51ab69d7415d54108dd2f68223c3239
The fee is published in a blockchain and is limited by a maxFee property in smart contract.
This guaranties your safety as a plugin customer. The feePercent and maxFee values a saved as % * 10^6:
We reserve the right to change the fee in the 0% to 3% range to reflect the market changes.
This plugin is localization ready.
Languages this plugin is available now:
Feel free to translate this plugin to your language.
The payment method choice
MetaMask payment method
Advanced panel expanded
QR-code dialog
ERC777 token payment
ERC20 token payment. The first (deposit) step
WalletConnect payment method account input dialog with QR-code to scan from mobile phones
Confirmations waiting dialog
Payment succeeded indication panel
Order notes with transaction link
Settings: payment address and supported tokens
Settings: Disable Ether and Mark up percents
Blockchain settings
Gas and confirmations number settings
API Credentials
Advanced settings
Binance Smart Chain settings
woocommerce/action-scheduler
update to the 3.5.1Failed
Failed
Payment page
link fixaction-scheduler
issue workaroundaction-scheduler
lib update