We should be able to choose whether we want to use the customer name or company name for the invoices in Xero.
The only reason we have the company name is for delivery purposes as most people want the delivery during the day at work.
The purchases are all personal
This should be an admin setting
Open
Last updated: November 20, 2019
Log in to comment on this feature request.
Hi folks!
You can use the below code snippet to have the Xero Invoices use the customer name instead of the company name:
add_filter(‘woocommerce_xero_use_company_name’, ‘__return_false’);
Agree, this should be the default behaviour.
I Agree. Can we get an update on this please.