I've been tasked with modifying an existing B2C WooCommerce store to enable B2B wholesale orders. So far, a combination of User Role Editor and WooCommerce Prices by User Role has allowed me to set the wholesale prices and make the store functional.
The problem I'm facing is that now I've been told that the wholesale prices need to be displayed without VAT until checkout, but as we're based in the UK, consumers can't be shown prices in this fashion, which means I need more granular control than WooCommerce natively allows.
I noticed that there's already a solved question about setting taxes for user roles at Role based taxes in woocommerce, but what I really need is a piece of code or a plugin that will allow me to set the "Display Prices in the Shop" variable in WooCommerce's standard tax panel to Excluding Tax for one user role but default to Including Tax for everyone else.
Is that possible?