Skip to content

Instantly share code, notes, and snippets.

@mio31337
Created June 28, 2023 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mio31337/86fad9f47d4c96f664ed3d3cbc047d01 to your computer and use it in GitHub Desktop.
Save mio31337/86fad9f47d4c96f664ed3d3cbc047d01 to your computer and use it in GitHub Desktop.
<?php
/**
* Change TAX behaviour to prevent recalculating prices with VAT if VAT is different for other countrie, but instead price with VAT stays as it is.
*/
add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment