alexanderbiscajin Posted February 15, 2018 Share Posted February 15, 2018 I have use the code in funtions.phpadd_action( 'woocommerce_admin_order_data_after_billing_address', 'shopy_order_customer_information');function shopy_order_customer_information( $order ){global $post;$customer_user = get_post_meta( $post->ID, '_customer_user', true );echo '<p><strong style="display: block;">'.__('Order Customer name').':</strong> <a href="user-edit.php?user_id=' . $customer_user .">' . get_user_meta( $customer_user, 'customername', true ) . '</a></p>';}I am having some error while coding as i have find several resources. I am having same problem that the details not displayed properly. Is there any issue with theme? Quote Link to comment Share on other sites More sharing options...
LapizDigital Posted December 3, 2021 Share Posted December 3, 2021 Ecommerce Website Development Company - Catalog Management ServicesLapiz Digital Services offers end-to-end ecommerce solutions to a variety of businesses, ranging from small and medium to large companies. Grow your brand's business online with a Complete Ecommerce Solution.https://www.lapizdigital.com/ecommerce-solutions/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.