razorpay / razorpay-edd

Razorpay plugin for Wordpress Easy Digital Downloads
GNU General Public License v2.0
11 stars 5 forks source link

Easy Digital Downloads Payment Gateway by Razorpay add-on requires Easy Digital Downloads plugin. Please install and activate it. #43

Open vapvarun opened 1 year ago

vapvarun commented 1 year ago

With the recent EDD Pro release, we are getting an admin notice Easy Digital Downloads Payment Gateway by Razorpay add-on requires Easy Digital Downloads plugin. Please install and activate it.

https://easydigitaldownloads.com/blog/edd-3-1-1-release-edd-pro/

itsadityasharma commented 1 year ago

Looking for this Fix, want to use Razorpay with new Easy Digital Downloads

pradeepmakone commented 1 year ago

Easy digital downloads pro has this issue. Please fix this asap.

sharmashivanand commented 1 year ago

Please fix.

ct-brijeshd commented 1 year ago

Please fix this issue. it's every time shows in the panel.

bhvreddy commented 1 year ago

dont know why this guys are not active much..

in main file at line 48 approx. replace the if condition..

    // if (! is_plugin_active('easy-digital-downloads/easy-digital-downloads.php')) {
    if (! ( is_plugin_active('easy-digital-downloads/easy-digital-downloads.php') || is_plugin_active('easy-digital-downloads-pro/easy-digital-downloads.php') ) ) { 
// .. 
}