• Resolved mikedelta234

    (@mikedelta234)


    Hey short question, i am right now working to create a custom template which si EU comform.
    Can you tell me how to add % VAT beside VAT amount? Already working whole day on it but cant find the solution 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • I also had the same problem.
    The French laws oblige me that the %VAT is visible.

    I also lost a lot of time finding a solution.
    Here’s what I did.

    Go to plugins/woocommerce-pdf-invoices/includes/templates/invoices/simple/micro

    Save body.php file
    Edit the file at line 64 and replace
    <? Php echo $ column_label; ?>

    by

    <? Php echo $ tax_label; ?>

    You can now translate VAT using WPML and thus manually add % of VAT.

    Plugin Author Bas Elbers

    (@baaaaas)

    Hi @mikedelta234 and @senka33,

    The VAT in the column header should be showing VAT label and VAT percentage like “VAT 21%”.
    Which version of the plugin are you using?
    Can you send me an example invoice? I will try to replicate the issue.

    • This reply was modified 9 years, 5 months ago by Bas Elbers.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘VAT %’ is closed to new replies.