ethereumicoio
Forum Replies Created
-
Forum: Plugins
In reply to: [Cryptocurrency Product for WooCommerce] Creating cryptocurrency productHi @cooljay9090,
Yes, with this plugin you can sell Ether. And with a PRO version you can sell ERC20 tokens too.
This plugin supports decimals for crypto quantity.Forum: Plugins
In reply to: [EthereumICO] Setting RopstenHi,
Try to follow this guide please: https://ethereumico.io/knowledge-base/ico-website-install-configure/
Make sure to use my TSX token and Crowsale first time. Only after it oul work as expected, sitch to your own contracts. If it stop work, the problem is in your contracts just fix it to make plugin work again.Best.
Assume it is fixed already.
Hi!
It must be some configuration issue. Provide more details like your config settings and links to transactions made by you with this plugin please.Forum: Plugins
In reply to: [EthereumICO] CompatibilityJust download corresponding release of 0.X.X series from here: https://github.com/ethereum/web3.js/releases
and replace web3.js and web3.min.js in a plugin root directory with files from web3.js release.
Note the 0.X.X requirement. 1.X.X releases are not stable enough for production use. And they have the API changed, so, plugin code would not work with them. I’ll do it to work when 1.X.X series become stable.Forum: Plugins
In reply to: [EthereumICO] CompatibilityThe 1.10.2 version is out.
Try it please!Forum: Plugins
In reply to: [EthereumICO] CompatibilityHi @bigblue0,
Thank you for your interest and bug report!
I confirm this problem. Will fix and publish update shortly.
Stay tuned!implemented in the 2.3.0 version: https://github.com/olegabr/ether-and-erc20-tokens-woocommerce-payment-gateway/commit/a2b5bdde634ac7f980892c0624e60e69ce1a89f8
Note, that you can workaround it now by applying the discount needed to token price in the “Supported ERC20 tokens list” setting.
Hi,
Thank you for your interest!
If you mean the “Mark ETH or ERC20 token price up by %” option, then yes, it can be divied on two options, one for Ether and another one for ERC20 tokens.
I’ll put it on my roadmap. Thank you for the suggestion!Hi,
Thank you for your interest!
The address you have mentioned is the address of the Gateway smart contract this plugin relies on. You can see this contract here: https://etherscan.io/address/0x3E0371bcb61283c036A48274AbDe0Ab3DA107a50#codeHi Tihomir,
Many thanks for your report!
I’ll update the plugin soon.Your transferFrom should never be onlyOwner. It is the same as to have the transfer function onlyOwner.
Look at this implementation please: https://github.com/OpenZeppelin/openzeppelin-solidity/blob/c05918c3cc10d9394fd5fb95deb04036204ac896/contracts/token/ERC20/StandardToken.sol
You need to have this or very similar implementation in your token. Otherwise your token is not ERC20 token.
Glad it helped!