Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter David Radovanovic

    (@dpaule)

    SEE: 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

    (@dpaule)

    Instead of messing with template files, is there a way to disable display of all prices in emails?

    Thread Starter David Radovanovic

    (@dpaule)

    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.