• Resolved emoteek

    (@emoteek)


    Hi,

    On our shop the VAT depends on the supplier and the delivery address, depending on that some tax rates are 0%. On the PDF it seems like all 0% tax rates aren’t displayed. 21% etc are displayed at the right place but I can’t see the 0%. It’s important because the clients needs to know that if there is a 0% it is a reversal of VAT.

    Do you know how I can display 0% tax rates?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    vat reversal (=no tax) is generally not the same as a 0% tax rate. That said, you can enable 0% rates to show in WooCommerce, and this will show in the PDF the same way it does in the WooCommerce emails (in the free Simple template). You can do that with this filter:

    
    add_filter( 'woocommerce_order_hide_zero_taxes', '__return_false' );
    

    If you haven’t worked with code snippets (actions/filters) or functions.php before, read this guide: How to use filters

    Thread Starter emoteek

    (@emoteek)

    Ok I’ll try this code and see if it works.

    Thread Starter emoteek

    (@emoteek)

    As you can see, after adding the code into the snippet it is still not showing : https://snipboard.io/18UofI.jpg

    Thread Starter emoteek

    (@emoteek)

    We also have this code to set the VAT rate when it’s 0% : https://snipboard.io/cszeCk.jpg

    Plugin Contributor Ewout

    (@pomegranate)

    Your screenshot of the invoice shows that this is not the free Simple template. Is this a custom template or are you using the Simple Premium template?

    If it’s a custom template, you’ll need to take this up with the person that created it.
    If you’re using the Simple Premium template, please send us an email at [email protected] – www.ads-software.com doesn’t allow us to use these forums for supporting our paid extensions!

    I’m closing this thread again since neither of these options applies to the free plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tax rate at 0% not showing’ is closed to new replies.