• 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"

CryptoPay WooCommerce - Cryptocurrency payment Gateway Plugin

CryptoPay WooCommerce - Cryptocurrency payment Gateway Plugin v.2.4.5

No permission to download
I don't quite understand the number 2
Change:
if (empty($val)) {
return esc_html__('License cannot be empty.', 'cryptopay');
} elseif (strlen($val) < 36 || strlen($val) > 36) {
return esc_html__('License must consist of 36 characters.', 'cryptopay');
}

To:
if (empty($val)) {
//return esc_html__('License cannot be empty.', 'cryptopay');
} elseif (strlen($val) < 36 || strlen($val) > 36) {
//return esc_html__('License must consist of 36 characters.', 'cryptopay');
}
 
  • Like
Reactions: DatDudeUpStairs
This is altogether different issue. Nothing to do with activation. These are crypto-related tech issues. Thanks.
 
Have fixed the activation issue
Activation code part has done by someone else and code may not be nulled properly. Give me original untouched code. I will check.

Changes to MetaMask:
Open:
wp-content\plugins\cryptopay-woocommerce\vendor\beycan\license-verifier\src\LicenseVerifier.php

Change line 39: return $resp ? $resp : null; to //return $resp ? $resp : null;
Insert line 40: return true;

Let me know the result.
 
Last edited:
  • Like
Reactions: DatDudeUpStairs
1. Use your favorite editor to open following file:
\wp-content\plugins\cryptopay-woocommerce\app\settings.php

2. Comment out line nos. 716 and 718.
Line no. 723 - Change if (!$data->success) to if ($data->success)
See attached image.

3. Save file.

First time (only once):
Now in "CryptoPay Woocommerce-> Settings" menu, enter anything in purchase code text box and click "Save button.

4. Reload dashboard by clicking "CryptoPay Woocommerce" again in dashboard.

You won't see message to enter purchase code.

If you face any issue, kindly let me know.


Cheers!
Cheers to this. worked fine.
 
1. Use your favorite editor to open following file:
\wp-content\plugins\cryptopay-woocommerce\app\settings.php

2. Comment out line nos. 716 and 718.
Line no. 723 - Change if (!$data->success) to if ($data->success)
See attached image.

3. Save file.

First time (only once):
Now in "CryptoPay Woocommerce-> Settings" menu, enter anything in purchase code text box and click "Save button.

4. Reload dashboard by clicking "CryptoPay Woocommerce" again in dashboard.

You won't see message to enter purchase code.

If you face any issue, kindly let me know.


Cheers!
Its Works Bro Thanks
 
1. Use your favorite editor to open following file:
\wp-content\plugins\cryptopay-woocommerce\app\settings.php

2. Comment out line nos. 716 and 718.
Line no. 723 - Change if (!$data->success) to if ($data->success)
See attached image.

3. Save file.

First time (only once):
Now in "CryptoPay Woocommerce-> Settings" menu, enter anything in purchase code text box and click "Save button.

4. Reload dashboard by clicking "CryptoPay Woocommerce" again in dashboard.

You won't see message to enter purchase code.

If you face any issue, kindly let me know.


Cheers!
i really love you men
 
I get an internal server error 500 after the changes and cannot find any error logs to match

Update: This error appears to start merely by opening and re-saving the settings.php file.

Update2: error occurred when file is edited with notepad2. Doesn't occur when file is edited with VSCode in restricted mode. All good now.
 
Last edited:
i have problem adding my wallet it says Wallet address must consist of 42 characters. but binance only have 32, any idea? thanks
 
1. Use your favorite editor to open following file:
\wp-content\plugins\cryptopay-woocommerce\app\settings.php

2. Comment out line nos. 716 and 718.
Line no. 723 - Change if (!$data->success) to if ($data->success)
See attached image.

3. Save file.

First time (only once):
Now in "CryptoPay Woocommerce-> Settings" menu, enter anything in purchase code text box and click "Save button.

4. Reload dashboard by clicking "CryptoPay Woocommerce" again in dashboard.

You won't see message to enter purchase code.

If you face any issue, kindly let me know.


Cheers!
that was insanely awesome! thank you so much
 
Can you please update the resource to last version? Also untouched is okay, I will null it by my own and post it here. Thanks
 
Last edited:
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