blockonomics
Forum Replies Created
-
Forum: Plugins
In reply to: [Bitcoin Payments - Blockonomics] Shapeshift questionHi,
You don’t have to create any account. Everything happens automatically.
However if you do want to get commission you have to manually set your API KEYForum: Plugins
In reply to: [Bitcoin Payments - Blockonomics] Unable to get new address with Blockonomicshi @originalninja01, can you please log a ticket on https://blockonomics.freshdesk.com/ mentioning your website url.
Happy to help you out there to resolve the issue
Forum: Plugins
In reply to: [Bitcoin Payments - Blockonomics] Payment page stylingHi @bambino82, done with changes. Please have a look at https://github.com/blockonomics/woocommerce-plugin/issues/18
Let me know if this looks good
Forum: Plugins
In reply to: [Bitcoin Payments - Blockonomics] Payment page stylingSincere apologies for the issue. We will incorporate the changes suggested by @bambino82 within a few weeks.
- This reply was modified 8 years, 7 months ago by blockonomics.
Forum: Plugins
In reply to: [Bitcoin Payments - Blockonomics] Payment page stylingAwesome work @bambino82 , this really helps ! Where have you defined the css style, inside order.php ? We need to somehow do this so that the merchant can still get updates of the plugin without conflicting with his style changes.
Forum: Plugins
In reply to: [Bitcoin Payments - Blockonomics] Add text to payment pageThis is a very good suggestion and other users are also asking for this. We are also talking with sponsor exchanges for buy bitcoin links.
Logged an issue here
Thanks for taking out your valuable time for logging this. Really means a lot to us. Will keep you updated on github about the status of these features
Forum: Plugins
In reply to: [Bitcoin Payments - Blockonomics] Open in wallet optionActually this already works. Click on the qr code. We will add a text to make it more clear!
Also not sure if you have updated to our plugin version 1.3.6. The UI should already look better and gel in with your shop theme.
You can subscribe here to follow up on the issue
Forum: Reviews
In reply to: [Bitcoin Payments - Blockonomics] Poor code qualityYour comments on ethnicity are of very bad taste. It would be better if you stick to facts and show what actually you think is of poor quality.
The plugin works very smoothly and is being actively used by many merchants (as you can see by reviews). We don’t claim perfection. You can log issues on our github repo https://github.com/blockonomics/woocommerce-plugin and we are happy to fix them, only if your issue has objective language rather than slinging mud.
Our upgrade page https://www.blockonomics.co/blockonomics#/upgrade clearly states how the 1% fee is taken, it is completely transparent even with history of payment tx.
Copied from upgrade page
Instructions Merchants: Deposit money into credit balance to accommodate for payment fee. For example, if you are expecting 5000USD worth of payments, you need 50USD credit balance(1%). Merchants need not purchase addons, address limits are increased automatically to accomodate new payments. Address Watcher users: Deposit money in credit balance to purchase addons. For example, to have address limit of 1000 addresses for 3 months, you need credit balance of 30USD.Forum: Plugins
In reply to: [Bitcoin Payments - Blockonomics] Payment page stylingThere is no assumption about current theme all styles are used from the current theme (using <h1> to <h5> tags and <label>)
https://github.com/blockonomics/woocommerce-plugin/blob/master/order.phpExtra CSS is only used for color and margins
Stop making racist comments on a region of people. Very bad taste. Will report your comment for removal if you continue.
- This reply was modified 8 years, 9 months ago by blockonomics.
Forum: Plugins
In reply to: [Bitcoin Payments - Blockonomics] Unable to get new address with BlockonomicsHi,
You need to allow outgoing connections from your server to http://www.blockonomics.co port 443 (HTTPS).
Also allow_url_fopen should be on https://stackoverflow.com/questions/7794604/file-get-contents-not-working/7794628#7794628
Let me know if you this works. Thanks for trying out our plugin
- This reply was modified 8 years, 10 months ago by blockonomics.
Forum: Reviews
In reply to: [Bitcoin Payments - Blockonomics] DonationThanks. We now have payment/donation buttons which you can add in any html page/including wordpress pages.
Try it out here https://www.blockonomics.co/views/payment_demo.html
Forum: Plugins
In reply to: [Bitcoin Payments - Blockonomics] Blockonomics not showing on settingsHi..Apologies for the late response, didn’t get notification of the topic
– Please refer the video to cross verify installation https://www.youtube.com/watch?v=E5nvTeuorE4
– Most probably the plugin is not detecting your woocommerce installation. Try changing the following line in blockonomics-woocommerce.php
if ( is_plugin_active( ‘woocommerce/woocommerce.php’) || class_exists( ‘WooCommerce’ )) {
to
if (true) {
and then do activate.- This reply was modified 8 years, 11 months ago by blockonomics.