Ether and ERC20 tokens WooCommerce Payment Gateway
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! Features Accept payment in Ether or any ERC20, ERC777 or ERC223 token of your choice Second payment method can be configured to accept Ether or token only. Mobile ready with WalletConnect payment method Free to use. Fixed fee per purchase User friendly payment wizard Automatically convert order value to Ether or ERC20, ERC777 or ERC223 token at checkout Option for adding a percentage mark-up to the converted price of Ether and/or tokens to help cover currency fluctuations. Allows easy payment via MetaMask or any other Web3 Wallet client. If customer do not want to use MetaMask, she can just copy and paste Value, Address, and Data fields in her favorite wallet software. Provides a link to install MetaMask on desktop and deep link to install MetaMask Wallet or Trust Wallet on mobile The Disallow customer to pay with Ether option is useful to accept only some token Automatic transaction tracking / reconciliation and order updates Integration with the Ethereum Wallet plugin is provided. Ethereum Wallet PRO is required. Token rate can be specified in the store’s base currency code myCRED Point Based Stores are supported: points can be sold for ERC20 tokens Custom WooCommerce currency based stores support Payment Complete Order Status setting can be used to configure the status to apply for order after payment is complete Dynamic token prices from UniswapV2, livecoin.net, coinmarketcap.com, coinbase.com, cryptocompare.com, kanga.exchange Markup per token Digits after a decimal point display count setting Binance Smart Chain support Polygon (Matic) support Ethereum 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 shown The WooCommerce Deposits and other similar plugins are supported The epg_token_address_to_purchase_url filter can be used to configure the ETH or token purchase URL. WPJobster theme addon compatibility. The Cryptocurrency Product for WooCommerce plugin token product icons are shown on the WooCommerce Checkout page. The only one true decentralized ether and ERC20, ERC777 or ERC223 token payment plugin. There are no service other that Ethereum blockchain is used in this plugin. You do not need to trust us or any other party. This plugin uses a public smart contract in the Ethereum blockchain to record and confirm orders The Payment Gateway smart contract: 0xd0E4e3A739A454386DA9957432b170C006327B0d The Payment Gateway smart contract on the Binance Smart Chain: 0x77913766661274651d367A013861B64111E77A3f The Payment Gateway smart contract on the Polygon (Matic): 0x77913766661274651d367A013861B64111E77A3f Combined 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. Ether, ERC777 or ERC223 payment The payment with Ether, ERC777 or ERC223 tokens is a simple one step process. Customer have to send one transactions to the Ethereum blockchain. ERC20 token payment The ERC20 token payment consists of two steps: Deposit funds to the payment gateway smart contract in the Ethereum blockchain, and Use this deposit to pay for your order Customer have to send two transactions to the Ethereum blockchain: first for deposit and 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. Business Version Features This feature is only supported for the Business plan. Upgrade to Business Custom or private network. Support for your own custom or private Ethereum fork or Quorum network. Disclaimer 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): Educate yourself about cold and hot cryptocurrency storage Obtain hardware wallet to store your coins, like Ledger Nano S Educate yourself about hardening WordPress security Install a security plugin such as Jetpack or any other security plugin Enable SSL on your site if you have not already done so. By continuing to use the Ether and ERC20 tokens WooCommerce Payment Gateway plugin, you indicate that you have understood and agreed to this disclaimer. Troubleshooting WooCommerce session broken 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. Configure for woocommerce-deposits plugin 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; } Advanced configuration To change the URL for the token or ETH purchase link, define a filter like this: add_filter('epg_token_address_to_purchase_url','my_token_address_to_purchase_url',1); function my_token_address_to_purchase_url($token2wcproduct) { $url = "https://example.com/buy-ether"; $token2wcproduct['0x0000000000000000000000000000000000000001'] = $url; $url = "https://example.com/buy-token"; $token2wcproduct['0x0123456789012345678901234567890123456789'] = $url; return $token2wcproduct; } Testing You can test this plugin in some test network for free. Testing in sepolia Set the Blockchain setting to sepolia Buy some 0x9295a2ba374cf5d575d076c0a48ed12287ad4659 TSX token by sending some Sepolia Ether amount to it’s Crowdsale contract: 0x1ddef0c5628fc54c1eb0f91a3fdba57b05549d13 Set the Supported ERC20 tokens list setting to support the 0x9295a2ba374cf5d575d076c0a48ed12287ad4659 token Create a cheap test product in your store Buy this product with Sepolia Ether and/or this TSX token Check that proper amount of Sepolia Ether and/or TSX token has been sent to your payment address Testing in goerli Set the Blockchain setting to goerli Buy some 0xb4354f51b51ab69d7415d54108dd2f68223c3239 TSX token by sending some Goerli Ether amount to it’s Crowdsale contract: 0x448276ac3c99620f02cc2ac60964aca44b20929a Set the Supported ERC20 tokens list setting to support the 0xb4354f51b51ab69d7415d54108dd2f68223c3239 Create a cheap test product in your store Buy this product with Goerli Ether and/or this TSX token Check that proper amount of Goerli Ether and/or TSX token has been sent to your payment address Fees 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: The maxFee is 3% which is saved as 3000000 and can not be changed. The feePercent is 1,5% which is saved as 1500000 and can be changed in a 0% to 3% range. We reserve the right to change the fee in the 0% to 3% range to reflect the market changes. l10n This plugin is localization ready. Languages this plugin is available now: English Russian(Русский) Polish(Polski) by Jacek from btcleague dot net Spanish(Español) Chinese(中文) German(Deutsche) Feel free to translate this plugin to your language.
Top keywords
- token30×2.23%
- payment26×1.93%
- ether23×1.71%
- erc2017×1.26%
- erc22312×0.89%
- erc77712×0.89%
- erc777 or erc22311×0.82%
- ethereum11×0.82%
- tokens11×0.82%
- erc20 erc77710×0.74%
- woocommerce10×0.74%
- blockchain9×0.67%
Smush – Image Optimization, Compression, Lazy Load, WebP & CDN
Compress images, optimize images, and enable image lazy load automatically with the powerful Smush image optimizer to keep your WordPress site fast, without losing quality. Smush makes it easy to optimize images, compress images, and deliver images faster across your entire WordPress site. This all-in-one image optimizer automatically reduces image file sizes, enables image lazy load, and serves modern formats like WebP and AVIF, all without breaking image quality or adding extra work. Whether you’re running a blog, store, or portfolio, Smush helps you optimize images at scale and keep your site fast with a trusted WordPress image optimizer. Trusted by 1+ Million Sites | 4.8/5 Star Rating Get everything you need to optimize images and speed up your site. Smush works out of the box with no complicated setup – just install and let it handle the rest. Compress images without losing quality Reduce image file size automatically while keeping your images sharp and clear. Smush is an easy-to-use image optimizer which let’s you compress images using both lossless and lossy compression, giving you the best balance of quality and performance without extra work. You can also compress images outside the media library using Directory Smush, making it easy to optimize images stored in theme folders, plugins, or other directories on your server. Lazy load images for faster pages Enable image lazy load across your site so images load only when needed. This image optimizer improves initial page speed and creates a smoother experience for visitors without extra configuration. Serve WebP and AVIF images automatically (PRO) Convert images to WebP and AVIF and serve them automatically to supported browsers. Smush helps you optimize images using next-gen formats to reduce file size and improve load times across your WordPress site. Deliver images faster with an Image CDN (PRO) Serve images through a global image CDN to reduce latency and improve load times for visitors around the world. 119 global CDN servers Up to 500 GB of bandwidth Faster image delivery based on visitor location Improved performance for image-heavy and high-traffic sites Automatically resize and fix image dimensions (PRO) Eliminate common PageSpeed warnings and improve layout stability with automatic image sizing. Smush dynamically resizes images to perfectly fit their containers, regardless of original size, helping fix the “Properly size images” warning in Google PageSpeed Insights. It also automatically adds missing width and height attributes to your images, improving rendering speed and reducing layout shifts. This helps you meet the “Ensure images have explicit width and height” recommendation without any manual work. Optimize your entire site, automatically Smush works across your whole site as a powerful image optimizer to optimize images as you upload them and maintain performance over time without manual work. Optimize images automatically on upload Compress images in bulk or individually Works with your existing media library No need to re-upload images Enable image lazy load across your site Convert images to WebP and AVIF Deliver images with an integrated image CDN Automatically resize and serve correctly sized images Optimize images outside the media library with Directory Smush Built for performance Smush improves page speed and overall performance by reducing image weight and improving how images are delivered. Reduce page load times Improve user experience Better performance for image-heavy pages Supports image lazy load and preload images (PRO) for faster perceived performance Works with your existing setup Smush is built to work with your current WordPress setup, including popular themes, page builders, and plugins. Compatible with Gutenberg, Elementor, WPBakery, and more Works with WooCommerce stores No need to change your workflow Easy to enable and configure Designed to be simple You don’t need to be a performance expert to optimize images with Smush image optimizer. Works out of the box Simple settings when you need them No technical knowledge required Safe to use on any site Why choose Smush? There are plenty of image optimization plugins, but Smush focuses on making it easy to optimize images, compress images, and improve performance without complexity. As a leading WordPress image optimizer, Smush gives you powerful optimization tools without the technical hassle. Trusted by over 1 million WordPress users Built specifically for WordPress Regular updates and improvements Backed by the WPMU DEV team Get started in minutes Install Smush, activate it, and start to compress images, optimize images, and enable image lazy load right away. This easy-to-use image optimizer helps most sites see improvements immediately without changing how they upload or manage images. About Us WPMU DEV is a premium supplier of quality WordPress plugins, services and support. Learn more here: https://wpmudev.com/ Don’t forget to stay up to date on everything WordPress from the Internet’s number one resource: WPMU DEV Blog Hey, one more thing… we hope you enjoy our free offerings as much as we’ve loved making them for you! Contact and Credits Originally written by Alex Dunae at Dialect (dialect.ca, e-mail ‘alex’ at ‘dialect dot ca’), 2008-11.