mirror of
https://github.com/10h30/woo-viet.git
synced 2026-07-11 18:56:13 +09:00
Improve the link to the OnePay setting
This commit is contained in:
@@ -106,7 +106,7 @@ class WooViet_Admin_Page {
|
|||||||
if ( 'VND' == get_woocommerce_currency() ) {
|
if ( 'VND' == get_woocommerce_currency() ) {
|
||||||
_e( 'OnePay can work on your site.', 'woo-viet' );
|
_e( 'OnePay can work on your site.', 'woo-viet' );
|
||||||
echo '<br/>';
|
echo '<br/>';
|
||||||
echo sprintf( __( 'Please configure this gateway under <a href="%s">WooCommerce -> Settings -> Checkout</a>.', 'woo-viet' ), admin_url( 'admin.php?page=wc-settings&tab=checkout' ) );
|
echo sprintf( __( 'Please configure this gateway under <a href="%s">WooCommerce -> Settings -> Checkout</a>.', 'woo-viet' ), admin_url( 'admin.php?page=wc-settings&tab=checkout§ion=wooviet_onepay_domestic' ) );
|
||||||
} else {
|
} else {
|
||||||
_e( '<span style="color: red" ">This gateway is not active on your site. Because OnePay supports VND only.</span>', 'woo-viet' );
|
_e( '<span style="color: red" ">This gateway is not active on your site. Because OnePay supports VND only.</span>', 'woo-viet' );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user