• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Easy Digital Downloads Coinbase Payment Gateway Addon

Easy Digital Downloads Coinbase Payment Gateway Addon v1.2.3

No permission to download

Babak

Well-known member
Staff member
Administrator
May 24, 2018
81,066
150,507
120
33
AdminisTrator submitted a new resource:

Easy Digital Downloads Coinbase Payment Gateway Addon - Free Download Easy Digital Downloads Coinbase Payment Gateway Addon Nulled EDD

coinbase.png
This add-on payment gateway for Easy Digital Downloads allows you to accept cryptocurrency payments for purchases through your site using Coinbase Commerce.

Coinbase Commerce supports processing payments in numerous cryptocurrencies, including Bitcoin, Ethereum, LiteCoin, and Bitcoin Cash.

Read more about this resource...
 
its show the icon on payment, which is good UX

PHP:
/**
* Register the coinbase payment icon Babiato
*/
function pw_edd_payment_icon($icons) {
    $icons['url/to/your/image/coinbase-icon.png'] = 'Coinbase';
    return $icons;
}
add_filter('edd_accepted_payment_icons', 'pw_edd_payment_icon');

Add code to functions.php (in your theme)

Edit coin url: 'url/to/your/image/coinbase-icon.png'
Example: 'https://www.coinbase.com/assets/mob...4fad41560dac96ce04b7d86e7a459ea09c6522c18.png'
 
  • Like
Reactions: makareim
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock