Forum Replies Created
-
AuthorPosts
-
alexg
KeymasterOK thank you. This is not really an error, it is a warning.
Have you determined if the problem is caused by your theme?
If you email me some login credentials I can investigate further.
alexg
KeymasterThe field’s title is not really editable but there should be a title to that dropdown with the string “Cryptocurrency”.
If it is not shown, it is hidden by your theme’s CSS. You can find the label with the selector
label[for=billing_cryptocurrency]
.EDIT: Actually, looking at your screenshot a bit closer, it is obvious that it is a problem with CSS. The label is there, but your theme is not displaying it in the right place. This is not an issue with the text itself, but with the CSS rules. It should not be very hard to fix.
alexg
KeymasterDo you see any errors in your JavaScript console?
Does this error persist even if you switch to another theme?
I cannot reproduce this problem, so I would have to look at your site to diagnose the problem, if you like.
alexg
KeymasterHello Alex – i found the error – was my fault – i was logged in as a ADMIN to change the site – i changed to a user . – with coins in wallet – and it worked…
Where do i alter the forms drop down field – so i can enter “choose your crypto here” as you can see the form is corrupted where it states cryptocurrency optional ..
please check link
alexg
KeymasterI have . – fixer and coinmarket cap enabled in the wallet settings ( se attached screenshot)…
I get the current coin price for the products in the TOTALS of the CHECKOUT PAGE .. ( see screenshot 2 )
But it says “Pay from the selected cryptocurrency wallet. Set the “Cryptocurrency” field at “Billing Details” above.” (screen shot 3)
But i cannot see or enter any option for the customer to choose a coin to pay with … what am i missing … have i forgot to enable something … please see screen shots..
Sorry my imgur messed up… will repost..
alexg
KeymasterHello Alexg – so if the dropdown list is not showed – it is a template error ? …
Where on this site is your other comments located ? ..
Kind regards
alexg
Keymasterabove picture is not mine – it is from the extension website.
alexg
KeymasterThis particular dropdown is not shown with a shortcode. It is shown when the user is in the checkout page and chooses the plugin as a payment gateway. Please see my other comment about exchange rates to understand why you do not see any options.
kind regards
alexg
KeymasterHello,
As you can see in the error message, the error is due to the exchange rate not being loaded for the available coins.
You should enable some exchange rates providers that carry the exchange rate with the coins you offer wallets for. Then, if your woocommerce base currency is a fiat currency, such as USD or EUR, you will also need to enable the fixer.io exchange rates provider, with an API key.
The plugin will then be able to figure out the prices of the products you are offering in those cryptocurrencies that you offer wallets for.
Hope this helps. Please let me know if you continue to face difficulties with this.
kind regards
alexg
KeymasterHello Pat,
The user cannot deposit fiat into the plugin. Only an admin can perform fiat deposits on behalf of the user.
Once the user account is credited with the fiat currency, they can use it in any markets you have created that involve these currencies.
Please let me know if you face any difficulties with this.
kind regards
alexg
KeymasterIt is not likely that I will start work on this any time soon because I am very busy at the moment.
You can certainly try to link the two plugins if you like. I am not sure if it is going to be easy or a good idea because I haven’t looked at this yet.
best of luck
alexg
KeymasterThis is something that I plan to implement in the future.
The exchange could present an exchange rates provider to the parent plugin.
Other than that, you can get the last market price with the
wallets_api_market_summary
filter.See the accompanying phpdoc for an example of how to call it.
alexg
KeymasterLet me rephrase this post..
This is what i want to achieve – user to deposit Fiat into the fiat coin adapter – then choose to exchange that fiat in their wallet to crypto.
Is this achiveble?
-
AuthorPosts