Comments Pasquale started the conversationMarch 20, 2024 at 1:46pmHi, in my order dashboard, I'd like to display the 'company' value instead of the customer's billing name in the 'customers' column. Alternatively, how can I add another column with this information? 2,214WebWizards repliedMarch 21, 2024 at 4:57amHi there,Thank you for purchasing our plugin,I wrote a code snippet that adds an additional column with the order billing company. You can find the snippet here:https://pastecode.io/s/6dfi50skThis is a PHP snippet that can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/After adding it, you should see a 'Company' column as follows:Let me know if you have any issues with that,Kind regards,StefanPasquale repliedMarch 21, 2024 at 7:38amThank you so much, but if I'd like to delete the "customer" column from my order dashboard? WebWizards replied privately Sign in to reply ...
Hi, in my order dashboard, I'd like to display the 'company' value instead of the customer's billing name in the 'customers' column. Alternatively, how can I add another column with this information?
Hi there,
Thank you for purchasing our plugin,
I wrote a code snippet that adds an additional column with the order billing company. You can find the snippet here:
https://pastecode.io/s/6dfi50sk
This is a PHP snippet that can be added to functions.php, or by following our guide here: https://woocommerce-b2b-plugin.com/docs/how-to-add-a-snippet-php-or-js/
After adding it, you should see a 'Company' column as follows:
Let me know if you have any issues with that,
Kind regards,
Stefan
Thank you so much, but if I'd like to delete the "customer" column from my order dashboard?