我想在我的WooCommerce网上商店展示注册用户手机,但不知道该怎么做。我阅读了我在StackOverflow上找到的所有主题,但没有提出建议的解决方案,也没有解决我的问题。
我试过插入这个:
'billing_phone' => get_user_meta( $customer_id, $name . '_phone', true ),
插入
/woocommerce/templates/myaccount/my-address.php
但用户手机仍未显示在 my-account
页面中。
有人可以给我一些提示,如何解决这个问题?
感谢。
答案 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
这肯定会起作用