• Resolved Makrakas

    (@makrakas)


    Hello!

    wePOS includes and amount of taxes for each order. The taxes are included in the price in my Woocommerce configuration.

    That’s weird because when printing the ticket from wePOS the price is ok… Only when creating the order the taxes are wrong.

    What can I do?

    Thanks!

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter Makrakas

    (@makrakas)

    Sorry, exactly the same topic as this one:
    https://drive.google.com/open?id=1rCHsN-8ugxH84RoW12dwHC8AljI0FMqr

    Woocommerce tax setup: https://prnt.sc/p60om7

    Tax setup in wePOS: https://prnt.sc/p60ou2

    New order in wePOS: https://prnt.sc/p60p0r

    Thanks

    Marc

    • This reply was modified 5 years, 5 months ago by Makrakas.

    Hi,
    We have the same issue, seems WWePos uses the price shown to customer as base price, and adds taxes afterwards, even idf the WooCommerce Tax Settings say : Show customer price Tax included, WePos still adds tax on total.
    Tip for development :

    I thing WePos has to take the field known in web_page under “woocommerce_tax_display_cart” into account to see if the pricefield it uses right now has VAT incl or not, or check the field “woocommerce_tax_display_shop” to see if manager inputs sales price VAT incl. and us (un)calculated price as shown in product card.

    Hint from another developer:

    in second comment to what I write before,
    when calling v3/SettingOptions(“Tax”)(I use WooCommerce.Net for Rest Calls)
    you can read out the value of woocommerce_tax_display_cart,
    when value == “excl” the prices you get in the prodcts from API are excl vat,
    when value == “incl”, the prices you get in products from API are Incl VAT, and VAT does not have to be added twice,
    or you could make a function, called after fetch_products, (somthing like recalc_product_prices_excl_VAT) that checks the tax settingoption and, when value is ‘incl’, recalculates prices excl VAT in de memory products dictionary, so the rest of your code works fine…

    Kind regards,
    Luc

    Hello,

    wePOS is not showing the VAT twice if inclusive. We are just showing the inclusive vat amount separately to show the customer. If a product price is 15 with Vat (5) then we are showing 10 as product price and 5 as VAT. We are just separating the inclusive amount and showing separately.

    I am sorry to bust your bubble…
    In Settings I have WooCommerce VAT settings as shown here

    On the WooCOmmerce Webshop I get this in Shopping card checkout WooCommerce Webshop

    When I use WePos, I get Prices Incl. in POS while adding items to order,
    but when I look at total amount, it adds another VAT… look here : WooPos printscreen with same products

    Thread Starter Makrakas

    (@makrakas)

    Hello Nazmul,

    Please check again our screenshots.

    Just like orotec says, the VAT is being added again in the price when it should be included. This only happens when adding an order in wePOS.

    Can you please check that? Otherwise the plugin will be useless for most of us.

    Thanks!

    @makrakas,

    Please allow us some time to check and get back to you ??

    Hi!

    Is that problem solved yet?

    @beacasalm, Please allow us some time. We are on it ??

    We have solved the issue and a new update will be released very soon ??

    Cheers!

    @nazmulhassann20
    Great work.
    Thanks for the quick response.
    looking forward to testing the new update.

    Kind regards,

    Luc

    Hello, Please update your plugin and test again. If you are facing any issue then let me know.

    Thanks for your patience.

    Hi,

    I check the new version, but it disccount 17%, instead of 21%, how can I correct this?

    Hello @beacasalm,

    The original issue of this ticket has been resolved. Kindly create a new thread with a proper screenshot so that we can check and solve ??

    LOL, Are you serious? what is resolve if the plugin discount a random amount? XDDDD

    OK! i will create a new ticket with the same problem! ??

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Taxes added in the price’ is closed to new replies.