Hey @carolm29, thanks for your reply! While this code does work somewhat:
add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );
I am having an issue that the product page and the shop page sometimes still shows the price excl. tax for US based customers, only when they go to checkout the correct price is shown. This seems to be totally random as some products have this issue while others don’t – The tax settings of the products are all the same (taxable, standard rate).
Example:
US based customer goes to shop page – sees a product for 89€ – goes to the product page, its still 89€ – adds it to the cart for 89€ – goes to the cart/checkout – the product suddenly shows up as 100€.
The issue persists on multiple products but not all of them. Some seem to show the correct price (100€) in the shop page, product page and then the cart/checkout, while another random product has the issue from above.