In Denmark it is customary for B2B sites to write the prices excluding VAT and then add it to the bill at the very end. B2C sites on the other hand have to display the final price and include the VAT always.
So, basically, right now we have the issue that we would like to add the VAT to the checkout page. The VAT is simple, always 25% on top of the bill.
How would we activate this displaying of VAT for B2B customers only, keeping the B2C part of the site unaffected?
You can do this with B2BKing. This is a fairly common way to set things up (B2B see prices excl. VAT except at checkout, B2C see prices incl. VAT everywhere).
- in the "Tax Exemption" rule you will need to set "Pay Tax in Cart: YES".
- You may want to go to B2BKing -> Settings -> Other -> and enable the "Modify VAT Suffix" setting. This will also add incl. / excl. to the price suffix accordingly.
Should you need any help with the configuration, let me know. I'm also happy to look into it directly if you want to provide us with a backend login to your site / staging clone site.
Did not work as intended with our theme, but by using B2BKing Fee functionality, we were able to achieve the wanted result - basically, adding a (VAT*(1+VAT)) fee and keeping our ex VAT prices as our main prices, while telling WooCommerce that they were actually incl. VAT, made us able to hack our way to a well-working solution.
In Denmark it is customary for B2B sites to write the prices excluding VAT and then add it to the bill at the very end. B2C sites on the other hand have to display the final price and include the VAT always.
So, basically, right now we have the issue that we would like to add the VAT to the checkout page. The VAT is simple, always 25% on top of the bill.
How would we activate this displaying of VAT for B2B customers only, keeping the B2C part of the site unaffected?
Hi Mikelis,
Thank you for purchasing our plugin,
You can do this with B2BKing. This is a fairly common way to set things up (B2B see prices excl. VAT except at checkout, B2C see prices incl. VAT everywhere).
We have a guide here for configuring this: https://woocommerce-b2b-plugin.com/docs/how-to-display-prices-excluding-tax-for-b2b-users-and-including-tax-for-b2c-users/
I want to mention that :
- in the "Tax Exemption" rule you will need to set "Pay Tax in Cart: YES".
- You may want to go to B2BKing -> Settings -> Other -> and enable the "Modify VAT Suffix" setting. This will also add incl. / excl. to the price suffix accordingly.
Should you need any help with the configuration, let me know. I'm also happy to look into it directly if you want to provide us with a backend login to your site / staging clone site.
Kind regards,
Stefan
Did not work as intended with our theme, but by using B2BKing Fee functionality, we were able to achieve the wanted result - basically, adding a (VAT*(1+VAT)) fee and keeping our ex VAT prices as our main prices, while telling WooCommerce that they were actually incl. VAT, made us able to hack our way to a well-working solution.
So, resolved :)