Skip to content

Instantly share code, notes, and snippets.

@woogists
Last active March 25, 2024 19:36
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 woogists/474fb3df24d622c9f52e217e210f99de to your computer and use it in GitHub Desktop.
Save woogists/474fb3df24d622c9f52e217e210f99de to your computer and use it in GitHub Desktop.
Customers everywhere pay the same price and the difference in taxes is absorbed by adjusting the product price relative to the tax.
<?php
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