You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?phpechoesc_attr(__( "If you need any help or have any suggestion, contact us via the <b>live chat</b> on our <b><a href='https://blockbee.io' target='_blank'>website</a></b> or join our <b><a href='https://discord.gg/cryptapi' target='_blank'>Discord server</a></b>", "blockbee-cryptocurrency-payment-gateway")); ?>
84
+
<?phpecho__( "If you need any help or have any suggestion, contact us via the <b>live chat</b> on our <b><a href='https://blockbee.io' target='_blank'>website</a></b> or join our <b><a href='https://discord.gg/cryptapi' target='_blank'>Discord server</a></b>", "blockbee-cryptocurrency-payment-gateway" ); ?>
81
85
</div>
82
86
<div style='margin-top: .5rem;'>
83
-
<?phpechoesc_attr(__( "If you enjoy this plugin please <b><a href='https://wordpress.org/support/plugin/blockbee-cryptocurrency-payment-gateway-for-woocommerce/reviews/#new-post' target='_blank'>rate and review it</a></b>!", "blockbee-cryptocurrency-payment-gateway")); ?>
87
+
<?phpecho__( "If you enjoy this plugin please <b><a href='https://wordpress.org/support/plugin/blockbee-cryptocurrency-payment-gateway-for-woocommerce/reviews/#new-post' target='_blank'>rate and review it</a></b>!", "blockbee-cryptocurrency-payment-gateway" ); ?>
84
88
</div>
85
89
<?php
86
90
}
@@ -143,7 +147,7 @@ function init_form_fields() {
143
147
'title' => __( 'Show crypto logos in checkout', 'blockbee-cryptocurrency-payment-gateway' ),
144
148
'type' => 'checkbox',
145
149
'label' => sprintf( __( 'Enable this to show the cryptocurrencies logos in the checkout %1$s %2$s Notice: %3$s It may break in some templates. Use at your own risk.', 'blockbee-cryptocurrency-payment-gateway' ), '<br/>', '<strong>', '</strong>' ),
146
-
'default' => 'yes'
150
+
'default' => 'false'
147
151
),
148
152
'add_blockchain_fee' => array(
149
153
'title' => __( 'Add the blockchain fee to the order', 'blockbee-cryptocurrency-payment-gateway' ),
<?phpechoesc_attr(sprintf( __( 'So far you sent %1s. Please send a new payment to complete the order, as requested above', 'blockbee-cryptocurrency-payment-gateway' ),
856
+
<?phpechosprintf( __( 'So far you sent %1s. Please send a new payment to complete the order, as requested above', 'blockbee-cryptocurrency-payment-gateway' ),
<?phpechoesc_attr('<strong>' . __( 'Notice', 'blockbee-cryptocurrency-payment-gateway' ) . '</strong>: ' . sprintf( __( 'For technical reasons, the minimum amount for each transaction is %1s, so we adjusted the value by adding the remaining to it.', 'blockbee-cryptocurrency-payment-gateway' ),
842
-
$min_tx . '' . strtoupper( $crypto_coin ),
861
+
<?phpecho'<strong>' . __( 'Notice', 'blockbee-cryptocurrency-payment-gateway' ) . '</strong>: ' . sprintf( __( 'For technical reasons, the minimum amount for each transaction is %1s, so we adjusted the value by adding the remaining to it.', 'blockbee-cryptocurrency-payment-gateway' ),
<?phpechosprintf(esc_attr( __( 'If the order is not being updated, your ISP is probably blocking our IPs (%1$s and %2$s): please try to get them whitelisted and feel free to contact us anytime to get support (link to our contact page). In the meantime you can refresh the status of any payment by clicking this button below:', 'blockbee-cryptocurrency-payment-gateway' ) ), '145.239.119.223', '135.125.112.47'); ?>
0 commit comments