• Resolved shivoxx

    (@shivoxx)


    Hi Guys,
    I have a big problem and cant find any solution for that.

    We’re selling to Austria and Germany
    So Austria has 20% Tax and Germany 19%
    We need to setup the prices in WooCommerce without Tax and let WooCommerce calculate it

    The Problem is that we now have 2 different prices for both countries
    But we want to have everywhere the same prices.

    Is there a solution for that?

    Kind Regards from Vienna
    Gregor.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello @shivoxx,

    >The Problem is that we now have 2 different prices for both countries
    But we want to have everywhere the same prices.

    Did you set prices inclusive of tax?
    Can you please share a screenshot of your “WooCommerce ?? Settings ?? Tax Settings” so we can be sure about it? We recommend https://snipboard.io for easily sharing screenshots – please follow the instructions on that page, then paste the URL in this thread.
    Please also share your site URL so we can check that.

    If you set price inclusive of tax then it should show different prices for Australia and Germany as those have different tax rates. So, for a product with a base price of $100, the price for Australia will be $120 and for Germany, the price will be $119.

    In this case, you can set the price exclusive of Tax so it will show the same price on the shop page, and later the tax will get added on the Checkout page.
    You may know more about setting tax in WooCommerce from this page → https://woocommerce.com/document/setting-up-taxes-in-woocommerce

    Thread Starter shivoxx

    (@shivoxx)

    Hi @mashi
    Sure thing the url is this one ?? https://juliananails.co.uk/

    https://prnt.sc/6n3MSqr9ArI5
    We set the prices exclusive the tax because we made a custom plugin that the orders get automaticly pushed to our erp system. and its needed that we h ave it like this

    And here starts the problem ^^

    i know that it will work when we enter the price inclusive tax but thats unfortunatly not possible for us ??

    Kind Regards
    Gregor.

    Hi @shivoxx

    Thanks for sharing the screenshot and confirming that prices are entered exclusive of tax.

    I noticed that for the “Display prices in the shop” field, steuern eingeschlossen is selected which translates to “taxes included”. Please change this to “Excluding tax”, and then it should no longer show two different prices for the two countries.

    IMAGE
    Link to image: https://snipboard.io/XYB7Mi.jpg

    Let us know if that helped.

    Thanks

    Thread Starter shivoxx

    (@shivoxx)

    Hi @margaretwporg
    This will not work ??
    because at the end the customer see the same Price but at the end of the day the german customers will pay less than the austrian people because 1% tax difference
    we want to have that both countries pay the same ??

    kind regards
    gregor

    Mirko P.

    (@rainfallnixfig)

    Hi @shivoxx,

    we want to have that both countries pay the same

    If you want to charge the same amount and absorb the differences in taxes please add this snippet to your site:

    add_filter( 'woocommerce_adjust_non_base_location_prices', '__return_false' );

    Here’s a useful post on how taxes work in WooCommerce.

    https://github.com/woocommerce/woocommerce/wiki/How-Taxes-Work-in-WooCommerce#prices-including-tax—experimental-behavior

    As a side note, I would recommend using a plugin like Code Snippets to add custom PHP code into your site without directly accessing the functions.php file. Here is a link on how to use the Code Snippets plugin:

    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/

    I hope this helps.

    Thread Starter shivoxx

    (@shivoxx)

    Hi @rainfallnixfig

    I have added the code in the functions php and also tried it with code snippets im going to add 2 Screenshots that you see my problem a little bit better ^^

    https://prnt.sc/kM-Vr_2xu6Qg – Germany
    https://prnt.sc/GLy8wNbJWb-l – Austria
    And we want to have it both times like it is in Austria ^^
    I also add a Screenshot from the Tax Settings maybe i added the 19 Tax on the false field

    https://prnt.sc/XabSOTNMjzZv

    Kind Regards
    Gregor.

    Plugin Support Paulo P – a11n

    (@paulostp)

    Hello,

    I have added the code in the functions php and also tried it with code snippets im going to add 2 Screenshots that you see my problem a little bit better

    I understand what you mean. The code for the experimental feature we shared earlier will work only if you have “prices inclusive of tax” enabled. What you’re trying to achieve is not possible with WooCommerce core and “prices exclusive of tax”.

    I looked around and found a discussion here that might help or, at the very least, point you in another direction. The idea is: using currency exchange “rates” to make up for the difference in taxes and keep the final price the same.

    Let us know how it goes.

    Thread Starter shivoxx

    (@shivoxx)

    @paulostp Hi Paulo
    May i ask you are there any plans to but this in core woocommerce? ??

    Kind Regards
    Gregor.

    Plugin Support Sérgio L. a11n

    (@csnlima)

    Hi @shivoxx,

    While we may not implement all suggestions, the discussion around them is what drives us to make great things. One thing that may push it to be built in WooCommerce core, if you’d like, is to start a conversation on our public repo on GH!

    https://github.com/woocommerce/woocommerce/issues/new/choose

    I’ll now mark this topic as solved. Feel free to open a new one if you need further help.

    Best regards,

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Tax Setup’ is closed to new replies.