Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Lesley 107 posts 349 karma points
    Feb 10, 2021 @ 03:16
    Lesley
    0

    0% tax prices not calculated correctly.

    I'm trialling Vendr and have come across an issue with tax/price calculations.

    Have set the store up as "Prices include tax" and have created a tax class set to 15% for NZ and 0% for Australia as we don't charge GST on overseas sales.

    Our test book is set up as $22.00, and when shipping within NZ the checkout correctly shows :

    • Subtotal = $19.13
    • Tax = $2.87
    • Total = $22.00.

    However, when shipping address is set to Australia, the checkout shows :

    • Subtotal = $22.00
    • Tax = $0.00
    • Total = $22.00

    It should show :

    • Subtotal = $19.13
    • Tax = $0.00
    • Total = $19.13

    I am using the Vendr Checkout package from NuGet.

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Feb 10, 2021 @ 09:09
    Matt Brailsford
    100

    Hey Lesley,

    This is expected behavior as by stating the the store prices include tax, you are saying that the prices you have entered into the back office include all relevant taxes and as such, when working out the pre-tax value, it should work backwards from that price.

    Because the Aus prices are 0% tax rated, it then works out the pre-tax amount from the entered price, which is essentially the entered price.

    To support your expectation, we'd probably need to implement a feature on the store settings that asks you which tax rate the prices are set at and then always assume to work backwards from there.

    As it stands though, this isn't how Vendr works and so you'd either need to enter the prices without tax, or implement an IOrderLineCalculator to force the prices to be as you need them to be.

    Hope this helps

    Matt

Please Sign in or register to post replies

Write your reply to:

Draft