Title: Email Message Modifications
Last modified: February 11, 2019

---

# Email Message Modifications

 *  Resolved [David Radovanovic](https://wordpress.org/support/users/dpaule/)
 * (@dpaule)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/email-message-modifications/)
 * What files have the email messages so that I can modify? And do I copy them into
   my child theme?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [David Radovanovic](https://wordpress.org/support/users/dpaule/)
 * (@dpaule)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/email-message-modifications/#post-11194327)
 * SEE: [https://ibb.co/qrPCJ5n](https://ibb.co/qrPCJ5n)
 * I’d like to remove the price column and total rows completely.
    Also, I made 
   modifications to admin-new-rfq.php and customer-rfq.php after coping the original
   files to /mychildtheme/woocommerce/emails/. However, if you look at the screen
   capture of emails you’ll notice a second table with all the info duplicated. 
   Any ideas?
 * Do I need to comment out any of these lines of code?
 *     ```
       <?php do_action('woocommerce_email_after_order_table', $order, $sent_to_admin, $plain_text); ?>
   
       <?php do_action( 'woocommerce_email_order_details', $order, $sent_to_admin, $plain_text, $email ); ?>
   
       <?php do_action( 'woocommerce_email_order_meta', $order, $sent_to_admin, $plain_text ); ?>
   
       <?php do_action( 'woocommerce_admin_email_order_meta', $order, $sent_to_admin, $plain_text ); ?>
   
       <?php  do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email ); ?>
   
       <?php do_action( 'woocommerce_email_footer' ); ?>
   
       <?php gpls_woo_rfq_add_filters_normal_checkout(); ?>
       ```
   
 *  Thread Starter [David Radovanovic](https://wordpress.org/support/users/dpaule/)
 * (@dpaule)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/email-message-modifications/#post-11195658)
 * Instead of messing with template files, is there a way to disable display of 
   all prices in emails?
 *  Thread Starter [David Radovanovic](https://wordpress.org/support/users/dpaule/)
 * (@dpaule)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/email-message-modifications/#post-11195672)
 * Read the FAQS. Answers appear in Woocommerce Settings >> Email

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Email Message Modifications’ is closed to new replies.

 * ![](https://ps.w.org/woo-rfq-for-woocommerce/assets/icon-128x128.png?rev=2024323)
 * [NP Quote Request for WooCommerce](https://wordpress.org/plugins/woo-rfq-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-rfq-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-rfq-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-rfq-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-rfq-for-woocommerce/reviews/)

## Tags

 * [rfq](https://wordpress.org/support/topic-tag/rfq/)

 * 3 replies
 * 1 participant
 * Last reply from: [David Radovanovic](https://wordpress.org/support/users/dpaule/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/email-message-modifications/#post-11195672)
 * Status: resolved