Replies: 0
Hi,
After EU VAT detraction (the VAT is 0) the tax total on the invoice total still show default vat total amount instead of 0.
invoice-totals.php
<tr class="invoice-details-vat">
<td class="left-content column-product"><?php esc_html_e( "Tax total", 'yith-woocommerce-pdf-invoice' ); ?></td>
<td class="right-content column-total"><?php echo wc_price( $current_order->get_total_tax() ); ?></td>
</tr>
I have tried to change it but with no luck.
Best regards
Pawel