Viewing 2 replies - 1 through 2 (of 2 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @wiresplus,

    You could try the following snippet which I’ve found on this article:

    
    function sv_change_email_tax_label( $label ) {
        $label = '';
        return $label;
    }
    add_filter( 'woocommerce_countries_ex_tax_or_vat', 'sv_change_email_tax_label' );
    

    Add code to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code snippets plugin.

    Thanks.

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    We’ve not heard back from you in a while so I’ll go ahead and mark this thread as resolved. I hope you will find the above information useful.

    Please feel free to create a new thread if you have further questions.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the text inside the order details table in the New Order email’ is closed to new replies.