Remove text from WooCommerce email

Hi there,

I’m struggling removing some standard text from the customer-processing-order email and I’ve been searching the internet for a solution and even been in contact wit WC… Maybe you can help me

What I want to remove is the text in this snippet:

/**

  • @hooked WC_Emails::email_header() Output the email header
    */
    do_action( ‘woocommerce_email_header’, $email_heading, $email ); ?>

<?php _e( "Your order has been received and is now being processed. Your order details are shown below for your reference:", 'woocommerce' ); ?>

<?php

Preferbly I would want to do it with a remove_action or with a filter, but I can’t seem to make it work - do you have any suggestions? I’ve achieved quite a lot of customization of this email, hence I do not need this text any more.

At this point, any help (not involving a plugin) would be much appreciated!

Hi There @KnowledgeWorker

Thanks for writing in! If you’re not interested to utilize a plugin, you can locate the email templates under WooCommerce/Templates/Emails.

For more information, please check their documentation here (https://docs.woocommerce.com/document/template-structure/).

Hope that helps.

Hi there,

Thanks for your answer, solved it adjusting the template.

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.