0% zero VAT in PDF invoices
-
Hi –
I’m using the plugin for few years now and I love it. However, recently we got a VAT number and I have an issue – some countries we sell to use 0% vat. Problem is, that even in the case of 0% VAT, we still have to include the VAT line.
First, wordpress wasn’t displaying this during the checkout either. But when I added this filter, 0% VAT is now shown:
add_filter( ‘woocommerce_cart_hide_zero_taxes’, ‘__return_false’ );
However, PDF invoices still don’t include it. Any quick way to ensure even zero VAT is included in the invoice?
(I also need to add an additional text line that says why the VAT is not included, but hopefully this can be inherited from wordpress taxes module)
- The topic ‘0% zero VAT in PDF invoices’ is closed to new replies.