Hi there, I’m getting this error message when I manually enter order details at byte.money
(because pluggin not yet configured for £GBP):
Error 502 Ray ID: 43b3e087adc0bc44 ? 2018-07-16 10:45:03 UTC
]]>Thank you for providing the nice plugin!
I’ve introduced this to my shop, but the cashback did not work.
What I want to know is the two points below.
1. Is it possible for the shop side to solve this case?
2. If not, is it appropriate to manually request to https://byte.money/ as a first aid?
In my case, the customer paid BTC-denominated products in Bytes and the all amount (except the fee) was successfully transferred into my Byteball address.
We expected the automatized 20% cashback, but it has not been done (I confirmed the transaction).
Also no error message was displayed on OrderNote of woo’s order-page. Other than the cashback is functioning normally.
First of all, I understand that in the case of Bytes payment, 20% cashback will be executed automatically as soon as the transaction is completed, and that preparation is just to enter the partner key&name and email&byteball address on the plugin setting page. Please let me know if my basic understanding is wrong.
I think that it may not be a plugin problem, but I’ve posted it on this open bbs for shop owners who encounter the same problem in the future (slack is closed.
Regards,
—
WooBytes gateway v1.1.0
Woocommerce v3.3.5
I had read this article, https://medium.com/byteball/byteball-cashback-program-9c717b8d3173, then got&set the partnert-key and so on.
My shop is https://shop.gohuozumi.com/
—
Hi There lovely plugin, all works out of the box except proper integration with woocommerce (this seems not a huge issue as I don’t want to set Bytes as the main currency).
The big issue is how to connect to the cashback program? I’ve been accepted on the program and my partner name and key are inserted… there are no other things to fill in.
I imagine I need to add a woocomerce api, but there is nowhere to put it.
website is: https://dartmoorsheepskins.co.uk/dartmoor-sheepskins-shop/
]]>I’m pretty sure it used to be displayed, but it is not now.
In addition to the QR code and the link with the address embedded, I think the address in text should be displayed for a copy and paste if desired.
Thanks.
]]>Despite the cashback address field optionally allowing an email address it does not work. The following error is thrown.
Error returned when asking for byteball payment address : [email protected] not valid cashback_address
Thanks.
]]>Hi, I think the “Thank you for your order on hold pending payment” email should 1) include the payment link/QR code, and 2) be sent as soon as the Pay with byteball link is selected and the link/QR code is displayed on the page.
Without the link in an email, if the page is closed there is no way I can see back to the link to pay.
Also, currently the on hold message is sent only after the customer has actually sent the payment and we are waiting for confirmations – something the customer probably doesn’t want/need to be concerned with. The note should go out as soon as the payment page with QR is presented AND include the QR code so they can pay even if the page has closed.
Thanks!!
]]>Tried adding numerous variations of GBYTE, byte, MG, and B for currency name and symbol by adding following to functions.php, but none work.
I can only get payments to process if a native Woocommerce currency is selected under settings. I would like to display bytes or MB’s only.
add_filter( ‘woocommerce_currencies’, ‘add_bb_currency’ );
function add_bb_currency( $bb_currency ) {
$bb_currency[‘byteball bytes’] = __( ‘byteball bytes’, ‘woocommerce’ );
return $bb_currency;
}
add_filter(‘woocommerce_currency_symbol’, ‘add_bb_currency_symbol’, 10, 2);
function add_bb_currency_symbol( $custom_currency_symbol, $custom_currency ) {
switch( $custom_currency ) {
case ‘byteball bytes’: $custom_currency_symbol = ‘B’; break;
}
return $custom_currency_symbol;
}
Thank you
]]>