• Resolved patrickczky

    (@patrickczky)


    Hello, i would like to ask about plugin whic will allow me to show final price with and without tax in cart or checkout, have anyone been doing anything like this?
    Any suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Use woocommerce plugin

    Thread Starter patrickczky

    (@patrickczky)

    I found it in basic woocommerce settings, showing prices in cart: without tax, and it will show prices without tax, then how much tax from it is, and final price including tax.

    Before modifying template check once…
    Woocommerce: Tax tab: Display Prices in the Shop / Display Prices During Cart and Checkout
    If( issue not resolve)

    {
    try this
    You need to modify a template. Do not modify the core WooCommerce template, but rather make a copy of it to your theme, using the WooCommerce template override system. For help with that, refer to the WooCommerce docs on using the template override system.

    In the price.php template, you will add this bit of code where you want the price, including tax (VAT):

    <?php echo woocommerce_price($product->get_price_including_tax()); ?>
    Note: the price.php template that you modify should be located here in wp-content/themes/[your theme folder]/woocommerce/single-product/price.php
    }

    Thread Starter patrickczky

    (@patrickczky)

    Thank you wasim94,

    i would like to disable/or set zero tax rate to the specific user role for example wholesaler, do you know about any wat how to realise it?

    • This reply was modified 6 years, 2 months ago by patrickczky.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cart/checkout include and exclude tax prices’ is closed to new replies.