Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Wrong tax total in pdf invoice

$
0
0

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

  • This topic was modified 7 minutes ago by pawel108.
  • This topic was modified 7 minutes ago by pawel108.

Viewing all articles
Browse latest Browse all 59525

Trending Articles