当我们安装主题和插件时,都会向…
Woocommerce是WordPress上著名的购物插件,在客户进行结算的时候,需要用户填写很多的信息,消耗了客户大量的时间,并且很多信息对于国人来说都是无用信息,通过下面的方法您可以移除不需要的信息。修改方法如下,将下列代码添加到当前WordPress主题或者子主题的function.php函数文件里面。
add_filter( 'woocommerce_checkout_fields' , 'meediy_override_checkout_fields' ); function meediy_override_checkout_fields( $fields ) { //需要移除的信息开始 //需要展示的一些信息请自行注释掉 unset($fields['billing']['billing_first_name']); unset($fields['billing']['billing_last_name']); unset($fields['billing']['billing_company']); unset($fields['billing']['billing_address_1']); unset($fields['billing']['billing_address_2']); unset($fields['billing']['billing_city']); unset($fields['billing']['billing_postcode']); unset($fields['billing']['billing_country']); unset($fields['billing']['billing_state']); unset($fields['billing']['billing_phone']); unset($fields['order']['order_comments']); unset($fields['billing']['billing_email']); unset($fields['account']['account_username']); unset($fields['account']['account_password']); unset($fields['account']['account_password-2']); //需要移除的信息结束 return $fields; }
根据我的注释信息修改就好了
微信扫描二维码联系我们!
我们在微信上24小时期待你的声音
提供外贸路由器设备产品,轻松翻墙,解答:WP主题推荐,WP网站建设,Google SEO,百度SEO,专业服务器环境搭建等!
需要提供WordPress主题/插件的汉化服务可以随时联系我们!另外成品WordPress网站以及半成品WordPress网站建设,海外Google SEO优化托管服务,百度SEO优化托管服务,Centos/Debian服务器WP专用环境搭建,WP缓存服务器搭建,我们都是你的首选,拥有多年WP开源程序服务经验,我们一直在坚持客户体验,没有最好,只有更好!