• Hi

    After a recent word press update the format on our emails has changed. I believe it is when we updated woocomerce to the latest version 3.5.
    The confirmation order email that is sent to us adds And extra line ” Now over to you” to the email. This pushes the order email to two pages when we try to print it. Is there a way to edit this order email to exclude this line. Or is there a way to change back to the previous woocomerce version?

    Nathan

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can edit any of the WooCommerce email templates from the WordPress backend area. After logging in, visit WooCommerce > Settings and click on the Email tab (/wp-admin/admin.php?page=wc-settings&tab=email).

    Then click on the email you want to update, which I believe you’re looking for the “New Order” email (/wp-admin/admin.php?page=wc-settings&tab=email&section=wc_email_new_order).

    On this page, you will see instructions for updating this template. Something like:

    To override and edit this email template copy woocommerce/templates/emails/admin-new-order.php to your theme folder: domain/woocommerce/emails/admin-new-order.php.

    You can copy the template file to your child theme by following the instructions on that page. On the new email template, simply remove:

    <p><?php esc_html_e( 'Over to you.', 'woocommerce' ); ?></p>

    It’s on line 50.

    Thread Starter One Stop Worktops

    (@nathang828)

    hi where do i find the child theme page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Order emails’ is closed to new replies.