如何将结帐页面中显示的”下订单”文本更改为”预订”? [关闭]

关闭。这个问题需要更加集中。它当前不接受答案。


想改善这个问题吗?更新问题, 使其仅通过编辑此帖子即可解决一个问题。

9个月前关闭。

我的网站是www.osdoc.in。我的网站基于wordpress和WooCommerce。如何将结帐页面中显示的文本”下订单”更改为”书”?


#1


你可以通过添加functions.php来尝试此代码

add_filter( 'woocommerce_order_button_text', 'woo_custom_order_button_text' ); 

function woo_custom_order_button_text() {
    return __( 'book', 'woocommerce' ); 
}

来源:

https://www.srcmini02.com/63172.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_37677.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?