• Resolved Alexanne

    (@alexannee)


    In Woocommerce, each tax line has a name (GST (5%) and QST (9,985%) in Quebec, for example). But on the invoice, each tax is named ?VAT? then the %. I can change the VAT for something else in the PO file, but it’s one translation for all taxes, not individual name for each tax.

    How can I achieve this?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have reported this issue last March and still have not heard back from developers.
    Hope we hear from him this month.

    Plugin Author Bas Elbers

    (@baaaaas)

    We are aware of this problem and we are working on a big update at the moment. The next update will use the WooCommerce Tax labels instead of the gettext translation from our plugin.

    Thank you for the update. I really appreciate your feedback. Now we have an idea when this is going to be fixed.

    Did you you try with a css solution ?
    for exemple :

    tr.tax-total th {
    display: none;
    }
    tr.tax-total:before {
    content: ‘NAME OF YOUR TAX’;
    font-weight: 700;
    margin-left: 12px;
    }

    Plugin Author Bas Elbers

    (@baaaaas)

    Set Display tax totals to Itemized in WooCommerce > Settings > Tax and it should show the tax labels.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Display tax name instead of ?VAT %s?’ is closed to new replies.