• Resolved milora

    (@milora)


    Hi, I can’t solve this problem: at checkout the price changes depending on the country tax but I need the price to always be the same
    to simplify:
    a sweatshirt costs 48.76 euros for a German customer but a United States customer sees 42.71 because the tax is lower
    I have tried various solutions, including taxes/excluding taxes, I have tried with some plugins to base the price on the country using the currency exchange but i could not solve it, how can i do? thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @milora,

    In WooCommerce → Settings → Tax, be sure to select:

    • Prices entered with tax: **Yes, I will enter prices inclusive of tax**
    • Display prices in the shop: *Including Tax*.
    • Display prices during cart and checkout: *Including Tax*.

    That way, the product price should remain the same as tax will already be factored in the prices presented to customers.

    I hope this helps.

    Thanks.

    Thread Starter milora

    (@milora)

    Hi, thank you for the reply, I followed your advice but unfortunately the problem still exists, I also tried to disable all plugins except woocommerce and I changed the theme but I have not solved the problem, I just can’t understand why this happens

    Hello @milora ,

    According to this suggestion – WooCommerce: same price regardless of taxes you can use this code in your theme’s functions.php file or using a snippet plugin

    add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' )

    The product price will be adjusted as per the tax rate. The total price of the product will remain the same.

    Thank you ??

    Thread Starter milora

    (@milora)

    Thanks for your advice but i think i solved it right now, i’m testing it for safety.
    In fact this function is already integrated in woocommerce but I must say that I honestly didn’t know it
    “Same net prices everywhere” in Woocommerce-> Tax
    activating it gets just what I need…..And it has always been under my eyes ??

    Hello @milora ,

    I am glad to know that you have got it working.

    However, I could not locate the same option in a fresh WooCommerce installation. Are you sure it is not coming from a theme or code that you have tried earlier? If you share a screenshot of the setting I am sure others will also find it useful.

    Thank you ??

    Thread Starter milora

    (@milora)

    I apologize for the late reply, I don’t know if it’s an option added by a plugin, this is the screenshot

    https://ibb.co/0rvM2Ty

    Hello @milora ,

    Thanks for sharing the screenshot.

    It does not look like coming from default WooCommerce settings. I assume one of the tax-related plugins that you have tried offers these options for you.

    However, I am glad it has been resolved. I am closing this thread for now. Feel free to open a new thread if you have any other queries.

    Thank you ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Same price at checkout for all country’ is closed to new replies.