• Resolved fabianknorr

    (@fabianknorr)


    I installed your plugin, but I noticed, that my manually prices are not shown correctly. So for example I set the EU price to 175 €. When I change to the US it gives me 172,27$ instead of 205$ I set in the backend. The tax is set to 0%. Where ist this mistake from?
    Thank you!
    Best Fabian

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Oscar Gare

    (@oscargare)

    Hi,
    Did you enter prices inclusive of tax?
    If you set the WooCommerce option Prices entered with tax to “I will enter prices inclusive of tax” when you set a price in the wp-admin, you are setting the price with the taxes of your shop base country for all zones. Then, in the front-end, if your set tax based on customer shipping address or customer billing address, WooCommerce will subtract your shop base location taxes and will add the tax for the customer country.
    I guess that your shop base country taxes are 18% -> 205/1.18 = 172.27

    You have two options:
    Enter for US 205 + 18% = 241.9 USD
    Or
    disable WooCommerce tax adjustment function by adding the following snippet:
    add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );

    • This reply was modified 6 years, 2 months ago by Oscar Gare.
Viewing 1 replies (of 1 total)
  • The topic ‘Manual prices are not shown correctly’ is closed to new replies.