• Resolved DensitySK

    (@densitysk)


    HI,

    I think this is not the first time this issue has been experienced.

    I have noticed, that woocommerce is rounding incorrectly when shop is set to use prices EXCLUDING tax (and tax is calculated based on delivery to a specific country.

    Example:

    Product cost 7,50 EUR excluding VAT

    Customer from Germany with a 19% VAT rate orders the product

    Woocommerce INCORRECTLY rounds the VAT down and shows following prices:
    Price excl. Tax: 7,50 EUR
    VAT: 1,42 EUR
    Total: 8,92 EUR

    But it should be like this:
    Price excl. tax: 7,50 EUR
    VAT: 1,43 EUR (because 7,50*0,19= 1,425 EUR rounded correctly to 1,43 EUR)
    Total: 8,93 EUR

    A difference of 0,01 EUR is caused by this bug.

    This might seem to be a minor issue, but happening very often and slowly acumulating in larger sums. Tax offices literally in every EU country have obviously a problem with that.

    Is there a fix or a snippet that would solve this rounding error in Woocommerce?

    I really and honestly believe this should be fixed by woocommerce dev team instead of asking users to find own custom code for this basic issue.

    Rounding is at subtotal level is disabled and prices are set excluding tax (and it should stay that way)

    View post on imgur.com

    Regards
    Michal

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @densitysk,

    I’ve set up a 19% VAT rate for Germany following your tax settings and my test site calculates the rate correctly ($1.43). This is how it is displayed:


    Link to image: https://i.imgur.com/MFIXloB.png

    In order to further check a few things – kindly provide a copy of your System Status as found under WP Admin > WooCommerce > Status > Get system report > Copy for support.

    Thanks in advance!

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    It’s been a while since we heard from you, so I’m marking this thread as resolved.

    Hopefully, you’ve been able to resolve this, but if you haven’t, please open up a new topic and we’ll be happy to help out.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Incorrect tax rounding’ is closed to new replies.