• Resolved dannieaj

    (@dannieaj)


    Hey,

    I am trying to change the body text (the text below the header) when recieving a mail from an order. I have copied the customer-processing-order.php to child theme and edited the text but it does not show. Under ‘Processing Order’ in Woocommerce – Settings – Email I have it set to HTML.

    Within ‘Processing Order’ I can edit the “Additional information” and it shows up in the mail.

    When editing this specific code:

    <?php translators ?>
    <p><?php printf( esc_html__( 'Hey det her er en test Just to let you know &mdash; we\'ve received your order #%s, and it is now being processed:', 'woocommerce' ), esc_html( $order->get_order_number() ) ); ?></p>

    Nothing happens. On my emails it is translated to my native tongue, so I’m wondering if that’s the cause? I have no translating plug-ins, which makes it even more puzzling.

    Any clue what I am doing wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Customer Processing Order Email – Can’t change body text’ is closed to new replies.