Forum Replies Created
-
AuthorPosts
-
alexg
Keymasteralexg
KeymasterNo, this is all you need to do.
Once there is an error, the debug.log file will be written.
Please let me know if you find anything.
In the meantime I am testing the Members plugin more extensively to see how it could cause this problem. I have yet been unable to reproduce the problem.
with regards
alexg
KeymasterHello,
The dropdown you see next to the product is not there for you to select a currency but simply to display the cost against different currencies. The same information can be presented as a list if you prefer. The actual selection for the payment currency occurs on the checkout page, after the user selects “Bitcoin and Altcoin Wallets”.
Which currency did you choose on checkout?
The data you pasted seems to indicate that you have all the necessary data for the plugin to calculate exchange rates.
I am curious, if you meant that you installed version 1.1.14, or 1.1.4 of the gateway?
If you wish you can email me login details and I can have a quick look.
with regards
alexg
KeymasterHello,
This was an old problem that has been addressed.
This behavior was only there with the old (v1) API. Go to “Wallets” -> “Frontend Settings” and uncheck “Enable legacy JSON APIs”. Usernames will no longer be available via the API.
kind regards
alexg
KeymasterHello,
Thank you for your feedback. You are correct. This has already been brought up.
The markets will be sorted in the next patch release and there will be an easy way for the user to search the markets.
kind regards
alexg
KeymasterYes, thank you for reporting this.
These strings will be translatable in the next patch release.
kind regards
alexg
KeymasterHi San,
Unfortunately this is not currently possible.
Thanks for this. It is in my future plans.
kind regards
alexg
KeymasterHello,
You should enable the extensions in the same way you enabled the parent plugin. i.e. network active parent -> network active extension
kind regards
alexg
KeymasterI have determined that, on my home computer, there is no problem with installing “Members” and “Bitcoin and Altcoin Wallets” at the same time. However:
It seems that on your site, the plugin “Members” cannot be activated unless you first deactivate “WPFront User Role Editor”Both of these two plugins try to declare a function with the same name,
members_get_capabilities()
. “Members”, if installed first, does not check if the function is declared. The error message is:Fatal error: Cannot redeclare members_get_capabilities() (previously declared in /home/satoshihost/public_html/wp-content/plugins/wpfront-user-role-editor/classes/class-wpfront-user-role-editor.php:211) in /home/satoshihost/public_html/wp-content/plugins/members/inc/functions-capabilities.php on line 306
This is a problem with “Members”, not with the other plugin.
As I am unable to reproduce the problem with Bitcoin and Altcoin Wallets, I strongly recommend that you try again to enable WordPress debugging. It is not very hard, you simply need to edit the
wp-config.php
file as explained here. You need to adddefine( 'WP_DEBUG', true );
,define( 'WP_DEBUG_LOG', true );
, anddefine( 'WP_DEBUG_DISPLAY', false );
. There are good reasons why this cannot be a simple on/off button.There are two ways to proceed:
1. If you can enable the log file, then there will be some error messages written out to the logs. Then I can get a better idea of what is going on.
2. If I had to guess, this particular plugin does something with capabilities that messes with the
manage_wallets
capability at runtime. If you are OK with using some other membership plugin then you should be OK.kind regards
alexg
KeymasterHi Andy,
I logged in to your site and, after deactivating some plugins, I found out that the Wallets menu is shown when I deactivated the “Members” plugin.
I will now investigate why this is the case, and will let you know here once I do.
kind regards
alexg
KeymasterHi,
Thank you for reporting this problem. I tested the checkout process again and could not reproduce the problem you report. Could you please give me some more info?
1. In your previous message you mentioned that there was no dropdown menu on the checkout page, but now you say that you attempted to do a checkout and got the error message. Does this mean that now you were able to select a cryptocurrency on the checkout page?
2. You mentioned that your shop’s default currency is USD. Which cryptocurrency did you attempt to checkout with?
3. Can you confirm that A) it a currency that you have installed an adapter for and B)the exchange rate of that particular currency to USD is available? Alternatively, do you have the exchange rate of that currency to BTC, AND the BTC_USD exchange rate?
4. Are you using the latest version of the gateway (
1.1.14
)?5. Did your shop work with this currency before, or are you installing a new currency?
Thanks.
Looking forward to your reply.
kind regards
alexg
KeymasterHello,
1.
You should simply add the code into the field Fixer API key, without the URI prefix.
Then, the exchange rate will be available, once the cron job reloads the rates.
I strongly recommend that you renew your key to something else. Otherwise anyone can use it, now that you pasted it on this forum.
Since there is a limit on how much you can use the key per month, you do not want anyone else using your key.
2.
There is a coin selector on the checkout page once you select “Bitcoin and Altcoin Wallets” as payment method. The dropdown lists all the coins that have enough balance to pay for the cart, so make sure that there is enough balance first.
Please do let me know if you face any more problems.
kind regards
alexg
Keymaster@dollenick Since the problem occurs at the moment you enter the ip and port info, it is almost definitely an issue with some firewall.
@megeanwasson Thank you for your comment. If you have had success with disablingmod_security
then it’s worth a try, at least as a test. Although I would look into somehow allowing the RPC connection only, rather than disable mod_security altogether. I will look into that.alexg
Keymasteralexg
KeymasterHello,
About the issues with applying fees to WooCommerce orders:
There was a problem with the on/off switch introduced in
1.2.1
. This is now fixed in1.2.3
.When fees are enabled, they are already being considered when calculating whether a cryptocurrency can be used to pay for the cart.
The fees are included in the total amount when enabled. I have not added a separate indication for the fee amount on the checkout page at this time.
Thank you for spotting this error!
kind regards
-
AuthorPosts