• Resolved aquaspade

    (@aquaspade)


    Hi,
    I have added woo-commerce plugin in my project and i am using tax option for invoice,
    I just want to display tax amount in checkout page means i want total amount excluding tax amount.
    Please help for the same ASAP.

Viewing 7 replies - 1 through 7 (of 7 total)
  • AJ a11n

    (@amandasjackson)

    You will want to make sure that you have taxes enabled. You can do this by going to WooCommerce> General> Enable Taxes

    https://cld.wthms.co/fii8It

    You can then configure tax options by going to WooCommerce> Tax> Tax Options> Display prices during cart and checkout and select excluding tax

    https://cld.wthms.co/hCZ0Rm

    Thread Starter aquaspade

    (@aquaspade)

    Hi,
    Thank you for your reply, i have follow your steps but still the problem is not resolved.
    please find below link:
    https://prnt.sc/juero5
    https://prntscr.com/juescy

    I want to show the total amount without adding tax amount but i want separate total and tax amount on billing

    • This reply was modified 6 years, 5 months ago by aquaspade.
    • This reply was modified 6 years, 5 months ago by aquaspade.
    Thread Starter aquaspade

    (@aquaspade)

    Hello, we need some help on stock management.
    we are currently having a offline stock management inventory application, in which we upload a .xml file and the stock gets automatically update.
    So what we need is that we want to upload the same .xml in our wordpress woocommerce stock manager application and the get update in the system.
    please find link https://prntscr.com/jufr5m for refrance
    can you please provide us any solution on this.

    Thank You

    Will Brubaker

    (@willthewebmechanic)

    Automattic Happiness Engineer

    @aquaspade can you please start a new topic for the 2nd problem with stock management.

    So far as the taxes go, the suggestion given by Amanda up there results in something like this in my testing:

    If we use that as an example, are you saying that you would like to see the subtotal line say ‘$19.80’ because that is the total with tax?

    Thread Starter aquaspade

    (@aquaspade)

    Hi
    Please see the screenshot in below link what want exactly for tax forum
    https://prnt.sc/jurhgf

    I want to display tax but i dont want to be add in total amount.

    Thanks.

    jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    @aquaspade For what it’s worth, this isn’t recommended, because in the end you will be charging customers more than your checkout page says you are. You will most likely wind up with several complaints and/or chargebacks.

    With that being said, you can override this template to do what you want:
    https://github.com/woocommerce/woocommerce/blob/3.4.2/templates/checkout/review-order.php

    If you take the function from line 60 that outputs the subtotal amount and replace the function in line 107, then you should get your desired effect. More about overriding templates can be found here: https://docs.woocommerce.com/document/template-structure/

    Thread Starter aquaspade

    (@aquaspade)

    Hi
    I want to display separate tax amount on checkout page which i dont want to be included in total amount.
    I am done on cart page but when i click on proceed to checkout page the amount is included in total.

    • This reply was modified 6 years, 3 months ago by aquaspade.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Exclude Tax amount from total amout’ is closed to new replies.