ethereumicoio
Forum Replies Created
-
The problem is with your token.
It does not supply approve and allowance methods. Also, it has onlyOwner transferFrom method. You can not just remove the onlyOwner modifier, since it would allow anyone to transfer tokens of any other user.
You need a fully functional implementation of the ERC20 interface:/** * @title ERC20 interface * @dev see https://github.com/ethereum/EIPs/issues/20 */ contract ERC20 is ERC20Basic { function allowance(address owner, address spender) public constant returns (uint256); function transferFrom(address from, address to, uint256 value) public returns (bool); function approve(address spender, uint256 value) public returns (bool); event Approval(address indexed owner, address indexed spender, uint256 value); }
Hi @shyheim103,
Thank you for your interest!
I’ll check this issue on my side.
If you can share your site address to test it on your side it would help a lot.
Also, have you tried it with the test token that is suggested on the Testing paragraph in the readme.txt file, or with your own token?Glad it helped. It was a bootstrap3 vs bootstrap4 compatibility isue.
Try to update the plugin to the new v2.0.3
tell me if it helps or not please.Hi @cryptow,
Fixed in 2.0.2. Feel free to update and use.
Thank you for the report again!Hi @cryptow,
Thank you for the report. I’ve made a fix for this issue.
Download and test it please: https://ethereumico.io/wp-content/uploads/2018/05/ether-and-erc20-tokens-woocommerce-payment-gateway.zipMake sure to cleanup all caches before testing please.
Forum: Plugins
In reply to: [EthereumICO] Ethereum wallet questionsHi @marketmade1996,
create new discussion thread and remove your message here please.
I can not discuss your question here because www.ads-software.com moderator would remove our messages and even ban me. No democracy here, sorry.Forum: Plugins
In reply to: [EthereumICO] Ethereum wallet questionsHi @domainman96,
- To show tokens sell widget insert a simple [ethereum-ico] shortcode wherever you like
- To show an ICO progress bar widget insert a simple [ethereum-ico-progress] shortcode wherever you like.
- To show tokens balance on the current user account use the [ethereum-ico-balance] shortcode.
- There is also a shortcode [ethereum-ico-purchases] to display a table of recent token purchases by anyone, or by the current user.
Forum: Plugins
In reply to: [EthereumICO] Ethereum wallet questionsYes, you have to input an address of your token here.
No Ether would be sent to this address. It is used to check user’s token balances primarily.Forum: Plugins
In reply to: [EthereumICO] Ethereum wallet questionsHi @domainman96,
1. If you want to use ordibary Ethereum address instead of the Crowdsale contract, you should send tokens to users to the same addresses they sent you Ether from.
2. You have to insert the infura API key to allow users to buy your tokens with their MetaMask
3. You have to insert the etherscan API key to convert Ether to USD and BTC to show for your user.
4. You can optionally insert the openexchangerates API key if you need to convert to currencies other then USD and BTCForum: Reviews
In reply to: [EthereumICO] Love this plugin works fantastically!Wow, @binkley50! Many thanks for so kind review!
Actually, you can achieve what you have mentioned with a combination of two other my plugins: Cryptocurrency Product for WooCommerce in it’s PRO version, and the free Ether and ERC20 tokens WooCommerce Payment Gateway plugin.
Feel free to ask me if still unclear.
Feel free to ask me if still unclear.
Hi @faizan143,
Thank you for your interest!
It looks like you are using some other plugin.
With this plugin you should see the “Pay with ETH or ERC20 token” text.
If it is still not acceptable, you can create your own translation form the languages/default.pot file an give your own “translation” for this string.Feel free to ask me for any assistance with [email protected]
Hi @mobeetel,
send me a screenshot of your settings here please: [email protected]
It is hard to answer your question without specifics.