Comments Samuel Schimansky started the conversationMarch 16, 2023 at 2:05pmGood morning. We have integrated the B2BKing and Sales King plugin into the caliru.es website. We need the option to be able to show the PVP prices with taxes added and the Cost prices without taxes. It only leaves us both with taxes or both without taxes. How can we solve it? 2,218WebWizards repliedMarch 16, 2023 at 5:42pmHello Samuel,Thank you for purchasing our plugin,To show the PVP price including taxes, please add this PHP code snippet to your site: add_filter('b2bking_both_prices_retail_adjust_tax', '__return_false'); A PHP snippet 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 the snippet, please save / update the product, so that price caches can clear.For the B2B / Wholesale price to be shown without taxes, you must configure a tax exemption for B2B users. This is described here: https://woocommerce-b2b-plugin.com/docs/how-to-display-prices-excluding-tax-for-b2b-users-and-including-tax-for-b2c-users/Kind regards,Stefan1 Like Sign in to reply ...
Good morning.
We have integrated the B2BKing and Sales King plugin into the caliru.es website. We need the option to be able to show the PVP prices with taxes added and the Cost prices without taxes.
It only leaves us both with taxes or both without taxes.
How can we solve it?
Hello Samuel,
Thank you for purchasing our plugin,
To show the PVP price including taxes, please add this PHP code snippet to your site:
A PHP snippet 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 the snippet, please save / update the product, so that price caches can clear.
For the B2B / Wholesale price to be shown without taxes, you must configure a tax exemption for B2B users. This is described here: https://woocommerce-b2b-plugin.com/docs/how-to-display-prices-excluding-tax-for-b2b-users-and-including-tax-for-b2c-users/
Kind regards,
Stefan