在我的帐户页面上显示用户电话

时间:2017-02-07 20:23:46

标签: php wordpress woocommerce user-accounts user-data

我想在我的WooCommerce网上商店展示注册用户手机,但不知道该怎么做。我阅读了我在StackOverflow上找到的所有主题,但没有提出建议的解决方案,也没有解决我的问题。

我试过插入这个:

'billing_phone' => get_user_meta( $customer_id, $name . '_phone', true ),

插入

/woocommerce/templates/myaccount/my-address.php

但用户手机仍未显示在 my-account 页面中。

有人可以给我一些提示,如何解决这个问题?

感谢。

1 个答案:

答案 0 :(得分:1)

要获取客户电话,您需要 meta_key 'billing_phone' wp_usermeta $customer_phone = get_user_meta( $customer_id, 'billing_phone', true ); // Displaying customer phone: echo '<br>'; # Going on line below echo __('Phone: ', 'woocommerce') . $customer_phone; 表,所以你的代码将是:

xvfb-run python test.py

这肯定会起作用